mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 04:18:42 +00:00
Release 3.0.1.
This commit is contained in:
parent
b720c8f486
commit
fbac2ecc3d
@ -5,6 +5,19 @@ Docker Community Collection Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v3.0.1
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix release.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- docker_container - fix handling of ``env_file`` (https://github.com/ansible-collections/community.docker/issues/451, https://github.com/ansible-collections/community.docker/pull/452).
|
||||||
|
|
||||||
v3.0.0
|
v3.0.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -969,3 +969,13 @@ releases:
|
|||||||
- 3.0.0-rc2.yml
|
- 3.0.0-rc2.yml
|
||||||
- docker-py-changes-1.yml
|
- docker-py-changes-1.yml
|
||||||
release_date: '2022-07-31'
|
release_date: '2022-07-31'
|
||||||
|
3.0.1:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- docker_container - fix handling of ``env_file`` (https://github.com/ansible-collections/community.docker/issues/451,
|
||||||
|
https://github.com/ansible-collections/community.docker/pull/452).
|
||||||
|
release_summary: Bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 3.0.1.yml
|
||||||
|
- 452-docker_container-env_file.yml
|
||||||
|
release_date: '2022-08-15'
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Bugfix release.
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
bugfixes:
|
|
||||||
- "docker_container - fix handling of ``env_file`` (https://github.com/ansible-collections/community.docker/issues/451, https://github.com/ansible-collections/community.docker/pull/452)."
|
|
||||||
Loading…
Reference in New Issue
Block a user