Release 1.10.10.

This commit is contained in:
Felix Fontein 2022-05-24 08:20:51 +02:00
parent 0466d43d03
commit 0c69cf7e64
5 changed files with 28 additions and 5 deletions

View File

@ -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
=======

View File

@ -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:

View File

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

View File

@ -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)."

View File

@ -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)."