diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1a978fff..60f1cb19 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Docker Community Collection Release Notes .. contents:: Topics +v1.6.1 +====== + +Release Summary +--------------- + +Bugfix release to reduce deprecation warning spam. + +Bugfixes +-------- + +- docker_* modules and plugins, except ``docker_swarm`` connection plugin and ``docker_compose`` and ``docker_stack*` modules - only emit ``tls_hostname`` deprecation message if TLS is actually used (https://github.com/ansible-collections/community.docker/pull/143). + v1.6.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 4983945c..0b4c1d72 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -311,3 +311,14 @@ releases: - 136-docker_swarm_service-fix-idempotence-bug.yml - 138-docker_container-allow-memory-swap-unlimited.yml release_date: '2021-05-11' + 1.6.1: + changes: + bugfixes: + - docker_* modules and plugins, except ``docker_swarm`` connection plugin and + ``docker_compose`` and ``docker_stack*` modules - only emit ``tls_hostname`` + deprecation message if TLS is actually used (https://github.com/ansible-collections/community.docker/pull/143). + release_summary: Bugfix release to reduce deprecation warning spam. + fragments: + - 1.6.1.yml + - 143-tls_hostname-deprecation.yml + release_date: '2021-05-17' diff --git a/changelogs/fragments/1.6.1.yml b/changelogs/fragments/1.6.1.yml deleted file mode 100644 index c8e407c9..00000000 --- a/changelogs/fragments/1.6.1.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix release to reduce deprecation warning spam. diff --git a/changelogs/fragments/143-tls_hostname-deprecation.yml b/changelogs/fragments/143-tls_hostname-deprecation.yml deleted file mode 100644 index c5270b1b..00000000 --- a/changelogs/fragments/143-tls_hostname-deprecation.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- "docker_* modules and plugins, except ``docker_swarm`` connection plugin and ``docker_compose`` and ``docker_stack*` modules - only emit ``tls_hostname`` deprecation message if TLS is actually used (https://github.com/ansible-collections/community.docker/pull/143)."