diff options
author | Lee Garrett <lgarrett@rocketjump.eu> | 2021-11-04 16:41:17 +0100 |
---|---|---|
committer | Lee Garrett <lgarrett@rocketjump.eu> | 2021-11-04 16:41:17 +0100 |
commit | 13e2c2e94d3559b85a7d813d98e9835b891b0a9f (patch) | |
tree | ca70a2b7963bb6dc05327d9c1169e5cc97d7f8aa /changelogs | |
parent | 64aab4bd2d3ded02da538beb94a4a7fbf7781699 (diff) | |
download | debian-ansible-core-13e2c2e94d3559b85a7d813d98e9835b891b0a9f.zip |
New upstream version 2.11.6
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/CHANGELOG-v2.11.rst | 30 | ||||
-rw-r--r-- | changelogs/changelog.yaml | 50 |
2 files changed, 80 insertions, 0 deletions
diff --git a/changelogs/CHANGELOG-v2.11.rst b/changelogs/CHANGELOG-v2.11.rst index b1c225e3..bdf8b609 100644 --- a/changelogs/CHANGELOG-v2.11.rst +++ b/changelogs/CHANGELOG-v2.11.rst @@ -5,6 +5,36 @@ ansible-core 2.11 "Hey Hey, What Can I Do" Release Notes .. contents:: Topics +v2.11.6 +======= + +Release Summary +--------------- + +| Release Date: 2021-10-11 +| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__ + + +Minor Changes +------------- + +- ansible-galaxy - Non-HTTP exceptions from Galaxy servers are now a warning and only fatal if the collection to download|install|verify is not available from any of the servers (https://github.com/ansible/ansible/issues/75443). + +Security Fixes +-------------- + +- Do not include params in exception when a call to ``set_options`` fails. Additionally, block the exception that is returned from being displayed to stdout. (CVE-2021-3620) + +Bugfixes +-------- + +- PowerShell - Ignore the ``LIB`` environment variable when compiling C# Ansible code +- ansible-galaxy - Fix handling HTTP exceptions from Galaxy servers. Continue to the next server in the list until the collection is found. +- ansible-test pslint - Fix error when encountering validation results that are highly nested - https://github.com/ansible/ansible/issues/74151 +- config - use ``callbacks_enabled`` instead ``callback_enabled`` in a deprecated message (https://github.com/ansible/ansible/issues/70028). +- netconf - catch and handle exception to prevent stack trace when running in FIPS mode +- roles - fix unexpected ``AttributeError`` when an empty ``argument_specs.yml`` is present (https://github.com/ansible/ansible/pull/75604). + v2.11.5 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 89a5331e..4d0bd4bf 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1994,3 +1994,53 @@ releases: - v2.11.5rc1_summary.yaml - vas_fixes.yml release_date: '2021-09-08' + 2.11.6: + changes: + bugfixes: + - ansible-test pslint - Fix error when encountering validation results that + are highly nested - https://github.com/ansible/ansible/issues/74151 + release_summary: '| Release Date: 2021-10-11 + + | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__ + + ' + codename: Hey Hey, What Can I Do + fragments: + - pslint-sanity-warning.yml + - v2.11.6_summary.yaml + release_date: '2021-10-11' + 2.11.6rc1: + changes: + bugfixes: + - PowerShell - Ignore the ``LIB`` environment variable when compiling C# Ansible + code + - ansible-galaxy - Fix handling HTTP exceptions from Galaxy servers. Continue + to the next server in the list until the collection is found. + - config - use ``callbacks_enabled`` instead ``callback_enabled`` in a deprecated + message (https://github.com/ansible/ansible/issues/70028). + - netconf - catch and handle exception to prevent stack trace when running in + FIPS mode + - roles - fix unexpected ``AttributeError`` when an empty ``argument_specs.yml`` + is present (https://github.com/ansible/ansible/pull/75604). + minor_changes: + - ansible-galaxy - Non-HTTP exceptions from Galaxy servers are now a warning + and only fatal if the collection to download|install|verify is not available + from any of the servers (https://github.com/ansible/ansible/issues/75443). + release_summary: '| Release Date: 2021-10-04 + + | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__ + + ' + security_fixes: + - Do not include params in exception when a call to ``set_options`` fails. Additionally, + block the exception that is returned from being displayed to stdout. (CVE-2021-3620) + codename: Hey Hey, What Can I Do + fragments: + - 70028-config-small-typo-fix.yml + - 75468_fix_galaxy_server_fallback.yaml + - 75604-empty-argument-specs.yml + - avoid-set_options-leak.yaml + - fips-ncclient-import-error.yaml + - powershell-addtype-env-vars.yml + - v2.11.6rc1_summary.yaml + release_date: '2021-10-04' |