Release 2.7.2.

This commit is contained in:
Felix Fontein 2022-12-03 21:14:41 +01:00
parent 098a77fe4c
commit cb58b91d8d
4 changed files with 23 additions and 3 deletions

View File

@ -5,6 +5,19 @@ Docker Community Collection Release Notes
.. contents:: Topics
v2.7.2
======
Release Summary
---------------
Bugfix release.
Minor Changes
-------------
- current_container_facts - make work with current Docker version (https://github.com/ansible-collections/community.docker/pull/510, https://github.com/ansible-collections/community.docker/pull/512).
v2.7.1
======

View File

@ -710,3 +710,13 @@ releases:
- 2.7.1.yml
- 448-docker_stack-error.yml
release_date: '2022-08-12'
2.7.2:
changes:
minor_changes:
- current_container_facts - make work with current Docker version (https://github.com/ansible-collections/community.docker/pull/510,
https://github.com/ansible-collections/community.docker/pull/512).
release_summary: Bugfix release.
fragments:
- 2.7.2.yml
- 510-current_container_facts.yml
release_date: '2022-12-03'

View File

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

View File

@ -1,2 +0,0 @@
minor_changes:
- "current_container_facts - make work with current Docker version (https://github.com/ansible-collections/community.docker/pull/510, https://github.com/ansible-collections/community.docker/pull/512)."