From 926a6c5cb9248c07bc38a415a6e5325d2e37b4a5 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 25 Apr 2022 21:15:28 +0200 Subject: [PATCH] Release 1.10.8. --- CHANGELOG.rst | 13 +++++++++++++ changelogs/changelog.yaml | 12 ++++++++++++ changelogs/fragments/1.10.8.yml | 1 - changelogs/fragments/327-connection-fix.yml | 4 ---- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 changelogs/fragments/1.10.8.yml delete mode 100644 changelogs/fragments/327-connection-fix.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bb198c9f..4e5f667f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Docker Community Collection Release Notes .. contents:: Topics +v1.10.8 +======= + +Release Summary +--------------- + +Regular bugfix release. + +Bugfixes +-------- + +- docker connection plugin - make sure that ``docker_extra_args`` is used for querying the Docker version. Also ensures that the Docker version is only queried when needed. This is currently the case if a remote user is specified (https://github.com/ansible-collections/community.docker/issues/325, https://github.com/ansible-collections/community.docker/pull/327). + v1.10.7 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d048cf42..f09e6463 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -260,6 +260,18 @@ releases: - 297-docker-connection-config.yml - 308-docker_api-connection-config.yml release_date: '2022-03-28' + 1.10.8: + changes: + bugfixes: + - docker connection plugin - make sure that ``docker_extra_args`` is used for + querying the Docker version. Also ensures that the Docker version is only + queried when needed. This is currently the case if a remote user is specified + (https://github.com/ansible-collections/community.docker/issues/325, https://github.com/ansible-collections/community.docker/pull/327). + release_summary: Regular bugfix release. + fragments: + - 1.10.8.yml + - 327-connection-fix.yml + release_date: '2022-04-25' 1.2.0: changes: bugfixes: diff --git a/changelogs/fragments/1.10.8.yml b/changelogs/fragments/1.10.8.yml deleted file mode 100644 index 1b14bd80..00000000 --- a/changelogs/fragments/1.10.8.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Regular bugfix release. diff --git a/changelogs/fragments/327-connection-fix.yml b/changelogs/fragments/327-connection-fix.yml deleted file mode 100644 index 1611875e..00000000 --- a/changelogs/fragments/327-connection-fix.yml +++ /dev/null @@ -1,4 +0,0 @@ -bugfixes: - - "docker connection plugin - make sure that ``docker_extra_args`` is used for querying the Docker version. - Also ensures that the Docker version is only queried when needed. This is currently the case if a remote user is specified - (https://github.com/ansible-collections/community.docker/issues/325, https://github.com/ansible-collections/community.docker/pull/327)."