Release 5.1.0.

This commit is contained in:
Felix Fontein
2026-03-23 20:26:28 +01:00
parent e81d5883ef
commit 7a9c846fbf
5 changed files with 305 additions and 268 deletions
+281 -265
View File
File diff suppressed because it is too large Load Diff
+13
View File
@@ -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
======
+11
View File
@@ -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
View File
@@ -1 +0,0 @@
release_summary: Feature release.