Release 4.3.1.

This commit is contained in:
Felix Fontein 2025-01-23 20:13:09 +01:00
parent b1bba23507
commit 05eb3b90eb
5 changed files with 327 additions and 291 deletions

File diff suppressed because it is too large Load Diff

View File

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

View File

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

View File

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

View File

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