From 0c69cf7e642badabfc00e8fe50bc11a442d3a3bd Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 24 May 2022 08:20:51 +0200 Subject: [PATCH] Release 1.10.10. --- CHANGELOG.rst | 14 ++++++++++++++ changelogs/changelog.yaml | 14 ++++++++++++++ changelogs/fragments/1.10.10.yml | 1 - changelogs/fragments/354-remove-dead-code.yml | 2 -- .../367-docker_container-ports-validation.yml | 2 -- 5 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 changelogs/fragments/1.10.10.yml delete mode 100644 changelogs/fragments/354-remove-dead-code.yml delete mode 100644 changelogs/fragments/367-docker_container-ports-validation.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d1169b38..37763d7d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,20 @@ Docker Community Collection Release Notes .. contents:: Topics +v1.10.10 +======== + +Release Summary +--------------- + +Bugfix release. + +Bugfixes +-------- + +- docker_container - fail with a meaningful message instead of crashing if a port is specified with more than three colon-separated parts (https://github.com/ansible-collections/community.docker/pull/367, https://github.com/ansible-collections/community.docker/issues/365). +- docker_container - remove unused code that will cause problems with Python 3.13 (https://github.com/ansible-collections/community.docker/pull/354). + v1.10.9 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 7e380176..da1ccb68 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -171,6 +171,20 @@ releases: fragments: - 1.10.1.yml release_date: '2021-11-13' + 1.10.10: + changes: + bugfixes: + - docker_container - fail with a meaningful message instead of crashing if a + port is specified with more than three colon-separated parts (https://github.com/ansible-collections/community.docker/pull/367, + https://github.com/ansible-collections/community.docker/issues/365). + - docker_container - remove unused code that will cause problems with Python + 3.13 (https://github.com/ansible-collections/community.docker/pull/354). + release_summary: Bugfix release. + fragments: + - 1.10.10.yml + - 354-remove-dead-code.yml + - 367-docker_container-ports-validation.yml + release_date: '2022-05-24' 1.10.2: changes: bugfixes: diff --git a/changelogs/fragments/1.10.10.yml b/changelogs/fragments/1.10.10.yml deleted file mode 100644 index 8ce9aa96..00000000 --- a/changelogs/fragments/1.10.10.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix release. diff --git a/changelogs/fragments/354-remove-dead-code.yml b/changelogs/fragments/354-remove-dead-code.yml deleted file mode 100644 index d2addf5c..00000000 --- a/changelogs/fragments/354-remove-dead-code.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "docker_container - remove unused code that will cause problems with Python 3.13 (https://github.com/ansible-collections/community.docker/pull/354)." diff --git a/changelogs/fragments/367-docker_container-ports-validation.yml b/changelogs/fragments/367-docker_container-ports-validation.yml deleted file mode 100644 index 8c9dd1cb..00000000 --- a/changelogs/fragments/367-docker_container-ports-validation.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "docker_container - fail with a meaningful message instead of crashing if a port is specified with more than three colon-separated parts (https://github.com/ansible-collections/community.docker/pull/367, https://github.com/ansible-collections/community.docker/issues/365)."