Release 2.7.3.

This commit is contained in:
Felix Fontein 2022-12-06 13:21:01 +01:00
parent 8811d9be10
commit f776b689d8
4 changed files with 23 additions and 3 deletions

View File

@ -5,6 +5,19 @@ Docker Community Collection Release Notes
.. contents:: Topics
v2.7.3
======
Release Summary
---------------
Bugfix release.
Bugfixes
--------
- current_container_facts - make container detection work better in more cases (https://github.com/ansible-collections/community.docker/pull/522).
v2.7.2
======

View File

@ -720,3 +720,13 @@ releases:
- 2.7.2.yml
- 510-current_container_facts.yml
release_date: '2022-12-03'
2.7.3:
changes:
bugfixes:
- current_container_facts - make container detection work better in more cases
(https://github.com/ansible-collections/community.docker/pull/522).
release_summary: Bugfix release.
fragments:
- 2.7.3.yml
- 522-current-image.yml
release_date: '2022-12-06'

View File

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

View File

@ -1,2 +0,0 @@
bugfixes:
- "current_container_facts - make container detection work better in more cases (https://github.com/ansible-collections/community.docker/pull/522)."