Skip to content

Commit 8eabc7f

Browse files
committed
Release 3.0.2.
1 parent d8297df commit 8eabc7f

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.rst

+13
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ Docker Community Collection Release Notes
55
.. contents:: Topics
66

77

8+
v3.0.2
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
Bugfix release.
15+
16+
Bugfixes
17+
--------
18+
19+
- docker_image - fix build argument handling (https://github.com/ansible-collections/community.docker/issues/455, https://github.com/ansible-collections/community.docker/pull/456).
20+
821
v3.0.1
922
======
1023

changelogs/changelog.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -979,3 +979,13 @@ releases:
979979
- 3.0.1.yml
980980
- 452-docker_container-env_file.yml
981981
release_date: '2022-08-15'
982+
3.0.2:
983+
changes:
984+
bugfixes:
985+
- docker_image - fix build argument handling (https://github.com/ansible-collections/community.docker/issues/455,
986+
https://github.com/ansible-collections/community.docker/pull/456).
987+
release_summary: Bugfix release.
988+
fragments:
989+
- 3.0.2.yml
990+
- 456-docker_image-build-args.yml
991+
release_date: '2022-08-16'

changelogs/fragments/3.0.2.yml

-1
This file was deleted.

changelogs/fragments/456-docker_image-build-args.yml

-2
This file was deleted.

0 commit comments

Comments
 (0)