1
0
mirror of https://github.com/ansible-collections/community.docker.git synced 2025-04-18 21:04:01 +03:00

Release 4.5.2.

This commit is contained in:
Felix Fontein 2025-03-22 12:52:14 +01:00
parent 585595187b
commit 2d65015e86
6 changed files with 344 additions and 306 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,20 @@ Docker Community Collection Release Notes
.. contents:: Topics
v4.5.2
======
Release Summary
---------------
Bugfix release.
Bugfixes
--------
- docker_compose_v2 - fix version check for ``assume_yes`` (https://github.com/ansible-collections/community.docker/pull/1054).
- docker_compose_v2 - use ``--yes`` instead of ``-y`` from Docker Compose 2.34.0 on (https://github.com/ansible-collections/community.docker/pull/1060).
v4.5.1
======

View File

@ -2093,3 +2093,15 @@ releases:
- 1054-use-correct-flag-for-assume-yes.yaml
- 4.5.1.yml
release_date: '2025-03-11'
4.5.2:
changes:
bugfixes:
- docker_compose_v2 - fix version check for ``assume_yes`` (https://github.com/ansible-collections/community.docker/pull/1054).
- docker_compose_v2 - use ``--yes`` instead of ``-y`` from Docker Compose
2.34.0 on (https://github.com/ansible-collections/community.docker/pull/1060).
release_summary: Bugfix release.
fragments:
- 1059-fix-version-check-for-assume-yes.yaml
- 1060-compose-yes.yml
- 4.5.2.yml
release_date: '2025-03-22'

View File

@ -1,2 +0,0 @@
bugfixes:
- docker_compose_v2 - fix version check for ``assume_yes`` (https://github.com/ansible-collections/community.docker/pull/1054).

View File

@ -1,2 +0,0 @@
bugfixes:
- "docker_compose_v2 - use ``--yes`` instead of ``-y`` from Docker Compose 2.34.0 on (https://github.com/ansible-collections/community.docker/pull/1060)."

View File

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