mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-28 16:14:31 +00:00
Release 3.13.5.
This commit is contained in:
parent
fe81035065
commit
82b1276612
578
CHANGELOG.md
578
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
=======
|
||||
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -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