mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Release 3.0.0.
This commit is contained in:
@@ -700,6 +700,26 @@ releases:
|
||||
- 397-deprecate-docker-api-1.24.yml
|
||||
- python-2.6.yml
|
||||
release_date: '2022-07-02'
|
||||
3.0.0:
|
||||
changes:
|
||||
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).
|
||||
- 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).
|
||||
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).
|
||||
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.
|
||||
fragments:
|
||||
- 3.0.0.yml
|
||||
- 438-docker-py.yml
|
||||
- 447-docker_plugin-bug.yml
|
||||
- 448-docker_stack-error.yml
|
||||
release_date: '2022-08-12'
|
||||
3.0.0-a1:
|
||||
changes:
|
||||
breaking_changes:
|
||||
|
||||
@@ -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.
|
||||
@@ -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)."
|
||||
Reference in New Issue
Block a user