mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-15 19:58:28 +00:00
Release 1.10.10.
This commit is contained in:
parent
0466d43d03
commit
0c69cf7e64
@ -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
|
||||
=======
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -1 +0,0 @@
|
||||
release_summary: Bugfix release.
|
||||
@ -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)."
|
||||
@ -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)."
|
||||
Loading…
Reference in New Issue
Block a user