mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
Release 4.5.2.
This commit is contained in:
parent
585595187b
commit
2d65015e86
619
CHANGELOG.md
619
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,20 @@ Docker Community Collection Release Notes
|
|||||||
|
|
||||||
.. contents:: Topics
|
.. 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
|
v4.5.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -2093,3 +2093,15 @@ releases:
|
|||||||
- 1054-use-correct-flag-for-assume-yes.yaml
|
- 1054-use-correct-flag-for-assume-yes.yaml
|
||||||
- 4.5.1.yml
|
- 4.5.1.yml
|
||||||
release_date: '2025-03-11'
|
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'
|
||||||
|
|||||||
@ -1,2 +0,0 @@
|
|||||||
bugfixes:
|
|
||||||
- docker_compose_v2 - fix version check for ``assume_yes`` (https://github.com/ansible-collections/community.docker/pull/1054).
|
|
||||||
@ -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)."
|
|
||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Bugfix release.
|
|
||||||
Loading…
Reference in New Issue
Block a user