diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c782a941..37ebe396 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 7cc02cd4..e2aea14b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/changelogs/fragments/2.7.2.yml b/changelogs/fragments/2.7.2.yml deleted file mode 100644 index 8ce9aa96..00000000 --- a/changelogs/fragments/2.7.2.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix release. diff --git a/changelogs/fragments/510-current_container_facts.yml b/changelogs/fragments/510-current_container_facts.yml deleted file mode 100644 index 628e2bb1..00000000 --- a/changelogs/fragments/510-current_container_facts.yml +++ /dev/null @@ -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)."