mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 19:42:06 +00:00
Release 4.3.0.
This commit is contained in:
parent
0ae405a3e1
commit
3da95fcebf
444
CHANGELOG.md
444
CHANGELOG.md
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.
|
||||
Loading…
Reference in New Issue
Block a user