mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-30 12:15:45 +00:00
Release 4.3.0.
This commit is contained in:
+230
-214
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
======
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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)."
|
||||
@@ -1 +0,0 @@
|
||||
release_summary: Feature release.
|
||||
Reference in New Issue
Block a user