mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
Release 4.5.0.
This commit is contained in:
parent
6a69fbc0b0
commit
799fe434e5
459
CHANGELOG.md
459
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.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Feature release.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- docker_compose_v2 - add ``assume_yes`` parameter for ``docker compose up`` (https://github.com/ansible-collections/community.docker/pull/1045).
|
||||||
|
- docker_network - add ``enable_ipv4`` option (https://github.com/ansible-collections/community.docker/issues/1047, https://github.com/ansible-collections/community.docker/pull/1049).
|
||||||
|
|
||||||
v4.4.0
|
v4.4.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -2070,3 +2070,16 @@ releases:
|
|||||||
name: docker_context_info
|
name: docker_context_info
|
||||||
namespace: ''
|
namespace: ''
|
||||||
release_date: '2025-02-13'
|
release_date: '2025-02-13'
|
||||||
|
4.5.0:
|
||||||
|
changes:
|
||||||
|
minor_changes:
|
||||||
|
- docker_compose_v2 - add ``assume_yes`` parameter for ``docker compose up``
|
||||||
|
(https://github.com/ansible-collections/community.docker/pull/1045).
|
||||||
|
- docker_network - add ``enable_ipv4`` option (https://github.com/ansible-collections/community.docker/issues/1047,
|
||||||
|
https://github.com/ansible-collections/community.docker/pull/1049).
|
||||||
|
release_summary: Feature release.
|
||||||
|
fragments:
|
||||||
|
- 1045-docker-compose-up-yes.yaml
|
||||||
|
- 1049-network-ipv4.yml
|
||||||
|
- 4.5.0.yml
|
||||||
|
release_date: '2025-03-03'
|
||||||
|
|||||||
@ -1,2 +0,0 @@
|
|||||||
minor_changes:
|
|
||||||
- docker_compose_v2 - add ``assume_yes`` parameter for ``docker compose up`` (https://github.com/ansible-collections/community.docker/pull/1045).
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
minor_changes:
|
|
||||||
- "docker_network - add ``enable_ipv4`` option (https://github.com/ansible-collections/community.docker/issues/1047, https://github.com/ansible-collections/community.docker/pull/1049)."
|
|
||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Feature release.
|
|
||||||
Loading…
Reference in New Issue
Block a user