Release 3.13.5.

This commit is contained in:
Felix Fontein 2025-01-23 20:12:24 +01:00
parent fe81035065
commit 82b1276612
5 changed files with 320 additions and 284 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,19 @@ Docker Community Collection Release Notes
.. contents:: Topics
v3.13.5
=======
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).
v3.13.4
=======

View File

@ -1990,3 +1990,13 @@ releases:
- 1011-docker_compose_v2-build-changed.yml
- 3.13.4.yml
release_date: '2024-12-16'
3.13.5:
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
- 3.13.5.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.