Release 3.0.0.

This commit is contained in:
Felix Fontein
2022-08-12 22:03:48 +02:00
parent a50257381f
commit be4f333696
6 changed files with 54 additions and 107 deletions
-3
View File
@@ -1,3 +0,0 @@
release_summary: >-
The 3.0.0 release features a rewrite of the ``docker_container`` module,
and many modules and plugins no longer depend on the Docker SDK for Python.
-2
View File
@@ -1,2 +0,0 @@
minor_changes:
- "modules and plugins communicating directly with the Docker daemon - simplify use of helper function that was removed in Docker SDK for Python to find executables (https://github.com/ansible-collections/community.docker/pull/438)."
@@ -1,2 +0,0 @@
bugfixes:
- "docker_plugin - fix crash when handling plugin options (https://github.com/ansible-collections/community.docker/issues/446, https://github.com/ansible-collections/community.docker/pull/447)."
@@ -1,2 +0,0 @@
bugfixes:
- "docker_stack - fix broken string formatting when reporting error in case ``compose`` was containing invalid values (https://github.com/ansible-collections/community.docker/pull/448)."