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
+13
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'
@@ -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
View File
@@ -1 +0,0 @@
release_summary: Feature release.