Release 4.5.0.

This commit is contained in:
Felix Fontein 2025-03-03 18:26:31 +01:00
parent 6a69fbc0b0
commit 799fe434e5
6 changed files with 265 additions and 226 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.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
======

View File

@ -2070,3 +2070,16 @@ releases:
name: docker_context_info
namespace: ''
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'

View File

@ -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).

View File

@ -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)."

View File

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