mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-09-17 05:10:18 +00:00
Release 3.13.2.
This commit is contained in:
+294
-271
File diff suppressed because it is too large
Load Diff
@@ -4,6 +4,26 @@ Docker Community Collection Release Notes
|
|||||||
|
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
v3.13.2
|
||||||
|
=======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix release.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- docker_compose_v2_run - make sure to sanitize ``labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
|
||||||
|
- docker_config - make sure to sanitize ``labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
|
||||||
|
- docker_network - make sure to sanitize ``labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
|
||||||
|
- docker_node - make sure to sanitize ``labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
|
||||||
|
- docker_secret - make sure to sanitize ``labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
|
||||||
|
- docker_swarm - make sure to sanitize ``labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
|
||||||
|
- docker_swarm_service - make sure to sanitize ``labels`` and ``container_labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
|
||||||
|
- docker_volume - make sure to sanitize ``labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
|
||||||
|
|
||||||
v3.13.1
|
v3.13.1
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|||||||
@@ -1927,3 +1927,27 @@ releases:
|
|||||||
- 3.13.1.yml
|
- 3.13.1.yml
|
||||||
- 976-compose-v2.yml
|
- 976-compose-v2.yml
|
||||||
release_date: '2024-10-15'
|
release_date: '2024-10-15'
|
||||||
|
3.13.2:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- docker_compose_v2_run - make sure to sanitize ``labels`` before sending
|
||||||
|
them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
|
||||||
|
- docker_config - make sure to sanitize ``labels`` before sending them to
|
||||||
|
the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
|
||||||
|
- docker_network - make sure to sanitize ``labels`` before sending them to
|
||||||
|
the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
|
||||||
|
- docker_node - make sure to sanitize ``labels`` before sending them to the
|
||||||
|
Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
|
||||||
|
- docker_secret - make sure to sanitize ``labels`` before sending them to
|
||||||
|
the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
|
||||||
|
- docker_swarm - make sure to sanitize ``labels`` before sending them to the
|
||||||
|
Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
|
||||||
|
- docker_swarm_service - make sure to sanitize ``labels`` and ``container_labels``
|
||||||
|
before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
|
||||||
|
- docker_volume - make sure to sanitize ``labels`` before sending them to
|
||||||
|
the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
|
||||||
|
release_summary: Bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 3.13.2.yml
|
||||||
|
- 985-label-sanitize.yml
|
||||||
|
release_date: '2024-11-10'
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
release_summary: Bugfix release.
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
bugfixes:
|
|
||||||
- "docker_compose_v2_run - make sure to sanitize ``labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985)."
|
|
||||||
- "docker_config - make sure to sanitize ``labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985)."
|
|
||||||
- "docker_network - make sure to sanitize ``labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985)."
|
|
||||||
- "docker_node - make sure to sanitize ``labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985)."
|
|
||||||
- "docker_secret - make sure to sanitize ``labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985)."
|
|
||||||
- "docker_swarm - make sure to sanitize ``labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985)."
|
|
||||||
- "docker_swarm_service - make sure to sanitize ``labels`` and ``container_labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985)."
|
|
||||||
- "docker_volume - make sure to sanitize ``labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985)."
|
|
||||||
Reference in New Issue
Block a user