diff options
author | James Cammarata <jimi@sngx.net> | 2016-11-18 23:53:04 -0600 |
---|---|---|
committer | James Cammarata <jimi@sngx.net> | 2016-11-18 23:53:04 -0600 |
commit | ead92bee3dafe7e79c66fb2ebd67093d0e600723 (patch) | |
tree | f72d2e3191dcc5b83a7f9e33988dbdda677b6635 /CHANGELOG.md | |
parent | 23b5764b5787bd3a330def74e799f275962ca6ae (diff) | |
download | ansible-ead92bee3dafe7e79c66fb2ebd67093d0e600723.tar.gz |
Updating CHANGELOG for 2.2.1 release
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a87546d654..7ef3c7092e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,19 @@ Ansible Changes By Release ### Minor Changes: +* Fixes a bug where undefined variables in with_* loops would cause a task failure even if the when condition would cause the task to be skipped. +* Fixes multiple bugs related to field/attribute inheritance in nested blocks and includes, as well as task iteration logic during failures. * Fixed pip installing packages into virtualenvs using the system pip instead of the virtualenv pip. * Fixed dnf on systems with dnf-2.0.x (some changes in the API). -* Fixed traceback with dnf install of groups -* Fix for include_vars only loading files with .yml, .yaml, and .json - extensions. This was only supposed to apply to loading a directory of vars - files. +* Fixed traceback with dnf install of groups. +* Fixes a bug in which include_vars was not working with failed_when. +* Fix for include_vars only loading files with .yml, .yaml, and .json extensions. This was only supposed to apply to loading a directory of vars files. +* Fixes several bugs related to properly incrementing the failed count in the host statistics. +* Fixes a bug with listening handlers which did not specify a `name` field. +* Fixes a bug with the `play_hosts` internal variable, so that it properly reflects the current list of hosts. +* Fixes a bug related to the v2_playbook_on_start callback method and legacy (v1) plugins. +* Fixes an openssh related process exit race condition, related to the fact that connections using ControlPersist do not close stderr. +* Improvements and fixes to OpenBSD fact gathering. * Updated `make deb` to use pbuilder. Use `make local_deb` for the previous non-pbuilder build. * Fixed Windows async to avoid blocking due to handle inheritance. |