diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 115ba5b8..bb198c9f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,20 @@ Docker Community Collection Release Notes .. contents:: Topics +v1.10.7 +======= + +Release Summary +--------------- + +Regular bugfix release. + +Bugfixes +-------- + +- docker connection plugin - fix option handling to be compatible with ansible-core 2.13 (https://github.com/ansible-collections/community.docker/pull/313, https://github.com/ansible-collections/community.docker/issues/307). +- docker_api connection plugin - fix option handling to be compatible with ansible-core 2.13 (https://github.com/ansible-collections/community.docker/pull/315). + v1.10.6 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 70f21f96..d048cf42 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -247,6 +247,19 @@ releases: - 1.10.6.yml - 305-docker_compose-errors-warnings.yml release_date: '2022-03-14' + 1.10.7: + changes: + bugfixes: + - docker connection plugin - fix option handling to be compatible with ansible-core + 2.13 (https://github.com/ansible-collections/community.docker/pull/313, https://github.com/ansible-collections/community.docker/issues/307). + - docker_api connection plugin - fix option handling to be compatible with ansible-core + 2.13 (https://github.com/ansible-collections/community.docker/pull/315). + release_summary: Regular bugfix release. + fragments: + - 1.10.7.yml + - 297-docker-connection-config.yml + - 308-docker_api-connection-config.yml + release_date: '2022-03-28' 1.2.0: changes: bugfixes: diff --git a/changelogs/fragments/1.10.7.yml b/changelogs/fragments/1.10.7.yml deleted file mode 100644 index 1b14bd80..00000000 --- a/changelogs/fragments/1.10.7.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Regular bugfix release. diff --git a/changelogs/fragments/297-docker-connection-config.yml b/changelogs/fragments/297-docker-connection-config.yml deleted file mode 100644 index 6195a94c..00000000 --- a/changelogs/fragments/297-docker-connection-config.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "docker connection plugin - fix option handling to be compatible with ansible-core 2.13 (https://github.com/ansible-collections/community.docker/pull/313, https://github.com/ansible-collections/community.docker/issues/307)." diff --git a/changelogs/fragments/308-docker_api-connection-config.yml b/changelogs/fragments/308-docker_api-connection-config.yml deleted file mode 100644 index bd2265be..00000000 --- a/changelogs/fragments/308-docker_api-connection-config.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "docker_api connection plugin - fix option handling to be compatible with ansible-core 2.13 (https://github.com/ansible-collections/community.docker/pull/315)."