Release 4.3.0.

This commit is contained in:
Felix Fontein 2024-12-30 22:04:17 +01:00
parent 0ae405a3e1
commit 3da95fcebf
5 changed files with 253 additions and 217 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,19 @@ Docker Community Collection Release Notes
.. contents:: Topics
v4.3.0
======
Release Summary
---------------
Feature release.
Minor Changes
-------------
- docker_compose_v2* modules - determine compose version with ``docker compose version`` and only then fall back to ``docker info`` (https://github.com/ansible-collections/community.docker/pull/1021).
v4.2.0
======

View File

@ -2031,3 +2031,13 @@ releases:
- 4.2.0.yml
- 999-add-ingress-option-to-docker_network-module.yml
release_date: '2024-12-16'
4.3.0:
changes:
minor_changes:
- docker_compose_v2* modules - determine compose version with ``docker compose
version`` and only then fall back to ``docker info`` (https://github.com/ansible-collections/community.docker/pull/1021).
release_summary: Feature release.
fragments:
- 1021-docker_compose_v2-version-detection.yml
- 4.3.0.yml
release_date: '2024-12-30'

View File

@ -1,2 +0,0 @@
minor_changes:
- "docker_compose_v2* modules - determine compose version with ``docker compose version`` and only then fall back to ``docker info`` (https://github.com/ansible-collections/community.docker/pull/1021)."

View File

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