mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-19 13:32:38 +00:00
Release 1.6.1.
This commit is contained in:
parent
355b29e7d3
commit
edd14808ee
@ -5,6 +5,19 @@ Docker Community Collection Release Notes
|
|||||||
.. contents:: Topics
|
.. 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
|
v1.6.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -311,3 +311,14 @@ releases:
|
|||||||
- 136-docker_swarm_service-fix-idempotence-bug.yml
|
- 136-docker_swarm_service-fix-idempotence-bug.yml
|
||||||
- 138-docker_container-allow-memory-swap-unlimited.yml
|
- 138-docker_container-allow-memory-swap-unlimited.yml
|
||||||
release_date: '2021-05-11'
|
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'
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Bugfix release to reduce deprecation warning spam.
|
|
||||||
@ -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)."
|
|
||||||
Loading…
Reference in New Issue
Block a user