summaryrefslogtreecommitdiff
path: root/changelogs/changelog.yaml
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2021-04-26 12:19:06 -0500
committerRick Elrod <rick@elrod.me>2021-04-26 12:19:06 -0500
commit2c16395054ab7f78f8f2d11e29acc4c17b43d09f (patch)
tree072ce7be83de300fb4f1ab2fbe22391b053da19a /changelogs/changelog.yaml
parentbd107203b2cc207db6203f0be96f2dd2571d34ed (diff)
downloadansible-2c16395054ab7f78f8f2d11e29acc4c17b43d09f.tar.gz
New release v2.11.0v2.11.0
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r--changelogs/changelog.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 213725c52d..8c4b9ab4fb 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -1,5 +1,32 @@
ancestor: 2.10.0
releases:
+ 2.11.0:
+ changes:
+ bugfixes:
+ - ansible-test - ensure the correct unit test target is given when the ``__init__.py``
+ file is modified inside the connection plugins directory
+ major_changes:
+ - ansible-test - Tests run with the ``centos6`` and ``default`` test containers
+ now use a PyPI proxy container to access PyPI when Python 2.6 is used. This
+ allows tests running under Python 2.6 to continue functioning even though
+ PyPI is discontinuing support for non-SNI capable clients.
+ minor_changes:
+ - ansible-test - Update distribution test containers from version 2.0.1 to 2.0.2.
+ - ansible-test - Update the Ansible Core and Ansible Collection default test
+ containers to 3.2.0 and 3.2.2 respectively.
+ release_summary: '| Release Date: 2021-04-26
+
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+ '
+ codename: Hey Hey, What Can I Do
+ fragments:
+ - ansible-test-connection-units-init.yml
+ - ansible-test-default-containers-3.2.yml
+ - ansible-test-distro-containers-2.0.2.yml
+ - ansible-test-pypi-test-container.yml
+ - v2.11.0_summary.yaml
+ release_date: '2021-04-26'
2.11.0b1:
changes:
breaking_changes: