summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorChristian Adams <rooftopcellist@gmail.com>2021-10-11 10:40:27 -0400
committerGitHub <noreply@github.com>2021-10-11 10:40:27 -0400
commit5394eae49a3b0c55afe977a3257b6b4c38f9820c (patch)
treec7878e356c3ce468cb47cb370ddb10678254a448 /changelogs
parent651e69064da49bf970e36df75d1cbaa1df100cc7 (diff)
downloadansible-5394eae49a3b0c55afe977a3257b6b4c38f9820c.tar.gz
New release v2.11.6 (#75999)v2.11.6
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/CHANGELOG-v2.11.rst7
-rw-r--r--changelogs/changelog.yaml15
-rw-r--r--changelogs/fragments/v2.11.6_summary.yaml3
3 files changed, 22 insertions, 3 deletions
diff --git a/changelogs/CHANGELOG-v2.11.rst b/changelogs/CHANGELOG-v2.11.rst
index c725902a95..bdf8b60915 100644
--- a/changelogs/CHANGELOG-v2.11.rst
+++ b/changelogs/CHANGELOG-v2.11.rst
@@ -5,13 +5,13 @@ ansible-core 2.11 "Hey Hey, What Can I Do" Release Notes
.. contents:: Topics
-v2.11.6rc1
-==========
+v2.11.6
+=======
Release Summary
---------------
-| Release Date: 2021-10-04
+| Release Date: 2021-10-11
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
@@ -30,6 +30,7 @@ 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).
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index d26324e23e..4d0bd4bfdf 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -1994,6 +1994,21 @@ 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:
diff --git a/changelogs/fragments/v2.11.6_summary.yaml b/changelogs/fragments/v2.11.6_summary.yaml
new file mode 100644
index 0000000000..c5a6196842
--- /dev/null
+++ b/changelogs/fragments/v2.11.6_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2021-10-11
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__