Releases: maschmann/php-ansible
Releases · maschmann/php-ansible
v5.0.0-rc
What's Changed
- Allow JSON Format Ansible --extra-vars by @RoussKS in #86
- Fix error output if no callback is provided by @bambamboole in #87
- Restore --extra-var JSON string tests by @RoussKS in #89
- Add quotes around each host in inventory by @bambamboole in #88
- add docker setup, general updates for dependencies, drop support for PHP < 8.1 by @maschmann in #99
New Contributors
- @bambamboole made their first contribution in #87
Full Changelog: v4.1.0...v5.0.0-rc
PHP 8.1, 8.2 and lib version bumps
What's Changed
- feature/build and version cleanup by @maschmann in #84
- Updates requires versions for psr/log by @RoussKS in #83
New Contributors
Full Changelog: v4.0.0...v4.1.0
PHP 8.0, version bumps
What's Changed
- change of check-tools, dropped travis & scrutinizer
- add github actions
- drop php 7.x support
- add symfony process 6.x
If you still need 7.x support, stay on v3.x
Full Changelog: v3.0.1...v4.0.0
Packagist bugfix release
Remove version from compsoer.json to fix packagist tag builds
Packagist bugfix release
Remove version tag from composer.json to fix packagist not building new tags
move to php 7.3|8.0
Move to new php versions and also master -> main.
This is in preparation to be php8.0+ later on and have typed properties + scalar typehints.
Feature enhancements
Add various PRs from contributors:
- d526011 2021-05-09 | Add Ansible SSH pipelining option (#66) (HEAD -> master, origin/master, origin/HEAD) [Florian Beer]
- 4f2145c 2021-03-02 | Update composer.json & added exception to AnsiblePlaybook.php (#64) [Alexander Holzapfel]
- 9bfea27 2021-01-12 | Add json() option (#62) [Giovanni Metitieri]
- 44cb952 2020-05-24 | Small fixes after merge (#60) [Marc Aschmann]
- 2f57b09 2020-05-19 | Update phpunit.xml.dist to PhpUnit 9.x (#59) [Adriano C]
- 17eb837 2020-05-19 | The ansible parameters generation seems to be buggy (#58) [Adriano C]
process component upgrade
- upgrade process component to v5
Ansible 2.0 release
Abandoning support for Ansible 1.x and PHP < 7.1.x - If you still require these versions, please stay on "~1.0".
- Support for Ansible 2.0 and its API (feature complete)
- Replaced Process Builder due to changes in Symfony process component
- minor improvements on command handling and fluent interface
prerelease #2
- minor fixes
- changed interface for plural methods to acceps string or array
- fix environment setter for process