Release 3.0.1.

This commit is contained in:
Felix Fontein 2022-08-15 08:02:34 +02:00
parent b720c8f486
commit fbac2ecc3d
4 changed files with 23 additions and 3 deletions

View File

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

View File

@ -969,3 +969,13 @@ releases:
- 3.0.0-rc2.yml
- docker-py-changes-1.yml
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'

View File

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

View File

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