summaryrefslogtreecommitdiff
path: root/changelogs/changelog.yaml
diff options
context:
space:
mode:
authorLee Garrett <lgarrett@rocketjump.eu>2021-11-04 16:41:17 +0100
committerLee Garrett <lgarrett@rocketjump.eu>2021-11-04 16:41:17 +0100
commit13e2c2e94d3559b85a7d813d98e9835b891b0a9f (patch)
treeca70a2b7963bb6dc05327d9c1169e5cc97d7f8aa /changelogs/changelog.yaml
parent64aab4bd2d3ded02da538beb94a4a7fbf7781699 (diff)
downloaddebian-ansible-core-13e2c2e94d3559b85a7d813d98e9835b891b0a9f.zip
New upstream version 2.11.6
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r--changelogs/changelog.yaml50
1 files changed, 50 insertions, 0 deletions
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'