mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-30 12:15:45 +00:00
Release 4.3.1.
This commit is contained in:
+304
-288
File diff suppressed because it is too large
Load Diff
@@ -4,6 +4,19 @@ Docker Community Collection Release Notes
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
v4.3.1
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Bugfix release.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- Fix label sanitization code to avoid crashes in case of errors (https://github.com/ansible-collections/community.docker/issues/1028, https://github.com/ansible-collections/community.docker/pull/1029).
|
||||
|
||||
v4.3.0
|
||||
======
|
||||
|
||||
|
||||
@@ -2041,3 +2041,13 @@ releases:
|
||||
- 1021-docker_compose_v2-version-detection.yml
|
||||
- 4.3.0.yml
|
||||
release_date: '2024-12-30'
|
||||
4.3.1:
|
||||
changes:
|
||||
bugfixes:
|
||||
- Fix label sanitization code to avoid crashes in case of errors (https://github.com/ansible-collections/community.docker/issues/1028,
|
||||
https://github.com/ansible-collections/community.docker/pull/1029).
|
||||
release_summary: Bugfix release.
|
||||
fragments:
|
||||
- 1029-sanitize-labels-fail.yml
|
||||
- 4.3.1.yml
|
||||
release_date: '2025-01-23'
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "Fix label sanitization code to avoid crashes in case of errors (https://github.com/ansible-collections/community.docker/issues/1028, https://github.com/ansible-collections/community.docker/pull/1029)."
|
||||
@@ -1 +0,0 @@
|
||||
release_summary: Bugfix release.
|
||||
Reference in New Issue
Block a user