mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 11:32:05 +00:00
Release 3.0.2.
This commit is contained in:
parent
d8297df7d0
commit
8eabc7fe00
@ -5,6 +5,19 @@ Docker Community Collection Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v3.0.2
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix release.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- docker_image - fix build argument handling (https://github.com/ansible-collections/community.docker/issues/455, https://github.com/ansible-collections/community.docker/pull/456).
|
||||||
|
|
||||||
v3.0.1
|
v3.0.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -979,3 +979,13 @@ releases:
|
|||||||
- 3.0.1.yml
|
- 3.0.1.yml
|
||||||
- 452-docker_container-env_file.yml
|
- 452-docker_container-env_file.yml
|
||||||
release_date: '2022-08-15'
|
release_date: '2022-08-15'
|
||||||
|
3.0.2:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- docker_image - fix build argument handling (https://github.com/ansible-collections/community.docker/issues/455,
|
||||||
|
https://github.com/ansible-collections/community.docker/pull/456).
|
||||||
|
release_summary: Bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 3.0.2.yml
|
||||||
|
- 456-docker_image-build-args.yml
|
||||||
|
release_date: '2022-08-16'
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Bugfix release.
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
bugfixes:
|
|
||||||
- "docker_image - fix build argument handling (https://github.com/ansible-collections/community.docker/issues/455, https://github.com/ansible-collections/community.docker/pull/456)."
|
|
||||||
Loading…
Reference in New Issue
Block a user