mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 19:42:06 +00:00
Release 4.3.1.
This commit is contained in:
parent
b1bba23507
commit
05eb3b90eb
592
CHANGELOG.md
592
CHANGELOG.md
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.
|
||||
Loading…
Reference in New Issue
Block a user