mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-03 18:21:26 +00:00
Release 5.1.0.
This commit is contained in:
parent
e81d5883ef
commit
a83c18d93e
546
CHANGELOG.md
546
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,19 @@ Docker Community Collection Release Notes
|
|||||||
|
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
v5.1.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Feature release.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- docker_compose_v2_pull - adds ``ignore_pull_failures`` parameter that passes ``--ignore-pull-failures`` to the ``docker compose pull`` call when set to ``true`` (https://github.com/ansible-collections/community.docker/pull/1248).
|
||||||
|
|
||||||
v5.0.6
|
v5.0.6
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -2367,3 +2367,14 @@ releases:
|
|||||||
- 1242-pull.yml
|
- 1242-pull.yml
|
||||||
- 5.0.6.yml
|
- 5.0.6.yml
|
||||||
release_date: '2026-02-12'
|
release_date: '2026-02-12'
|
||||||
|
5.1.0:
|
||||||
|
changes:
|
||||||
|
minor_changes:
|
||||||
|
- docker_compose_v2_pull - adds ``ignore_pull_failures`` parameter that passes
|
||||||
|
``--ignore-pull-failures`` to the ``docker compose pull`` call when set
|
||||||
|
to ``true`` (https://github.com/ansible-collections/community.docker/pull/1248).
|
||||||
|
release_summary: Feature release.
|
||||||
|
fragments:
|
||||||
|
- 1248-ignore-pull-failures.yml
|
||||||
|
- 5.1.0.yml
|
||||||
|
release_date: '2026-03-23'
|
||||||
|
|||||||
@ -1,2 +0,0 @@
|
|||||||
minor_changes:
|
|
||||||
- docker_compose_v2_pull - adds ``ignore_pull_failures`` parameter that passes ``--ignore-pull-failures`` to the ``docker compose pull`` call when set to ``true`` (https://github.com/ansible-collections/community.docker/pull/1248).
|
|
||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Feature release.
|
|
||||||
Loading…
Reference in New Issue
Block a user