Release 2.6.0.

This commit is contained in:
Felix Fontein
2022-05-24 12:50:19 +02:00
parent 2080c63f05
commit 01ca3f0e1c
9 changed files with 63 additions and 17 deletions
-1
View File
@@ -1 +0,0 @@
release_summary: Bugfix and feature release.
@@ -1,2 +0,0 @@
bugfixes:
- "docker_container - remove unused code that will cause problems with Python 3.13 (https://github.com/ansible-collections/community.docker/pull/354)."
@@ -1,3 +0,0 @@
deprecated_features:
- "docker_stack - the return values ``out`` and ``err`` that were supposed to be removed in community.docker 2.0.0 will now be removed in version 3.0.0 (https://github.com/ansible-collections/community.docker/pull/362)."
- "Various modules - the default of ``tls_hostname`` that was supposed to be removed in community.docker 2.0.0 will now be removed in version 3.0.0 (https://github.com/ansible-collections/community.docker/pull/362)."
@@ -1,2 +0,0 @@
bugfixes:
- "docker_container - fail with a meaningful message instead of crashing if a port is specified with more than three colon-separated parts (https://github.com/ansible-collections/community.docker/pull/367, https://github.com/ansible-collections/community.docker/issues/365)."
@@ -1,2 +0,0 @@
minor_changes:
- "docker_container - added ``image_label_mismatch`` parameter (https://github.com/ansible-collections/community.docker/issues/314, https://github.com/ansible-collections/community.docker/pull/370)."
@@ -1,5 +0,0 @@
deprecated_features:
- "The dependency on docker-compose for Execution Environments is deprecated and will be removed in community.docker 3.0.0.
The `Python docker-compose library <https://pypi.org/project/docker-compose/>`__ is unmaintained and can cause dependency
issues. You can manually still install it in an Execution Environment when needed
(https://github.com/ansible-collections/community.docker/pull/373)."
@@ -1,2 +0,0 @@
deprecated_features:
- Support for Ansible 2.9 and ansible-base 2.10 is deprecated, and will be removed in the next major release (community.docker 3.0.0). Some modules might still work with these versions afterwards, but we will no longer keep compatibility code that was needed to support them (https://github.com/ansible-collections/community.docker/pull/361).