Release 3.0.2.

This commit is contained in:
Felix Fontein 2022-08-16 22:47:57 +02:00
parent d8297df7d0
commit 8eabc7fe00
4 changed files with 23 additions and 3 deletions

View File

@ -5,6 +5,19 @@ Docker Community Collection Release Notes
.. 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
======

View File

@ -979,3 +979,13 @@ releases:
- 3.0.1.yml
- 452-docker_container-env_file.yml
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'

View File

@ -1 +0,0 @@
release_summary: Bugfix release.

View File

@ -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)."