Skip to content

Commit

Permalink
Release 1.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed May 17, 2021
1 parent 355b29e commit edd1480
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
1 change: 0 additions & 1 deletion changelogs/fragments/1.6.1.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/143-tls_hostname-deprecation.yml

This file was deleted.

0 comments on commit edd1480

Please sign in to comment.