mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-24 06:49:45 +00:00
Release 5.1.0.
This commit is contained in:
parent
e81d5883ef
commit
7a9c846fbf
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
|
||||
|
||||
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
|
||||
======
|
||||
|
||||
|
||||
@ -2367,3 +2367,14 @@ releases:
|
||||
- 1242-pull.yml
|
||||
- 5.0.6.yml
|
||||
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