Merge branch 'ansible-collections:main' into docker-image-export-platform

This commit is contained in:
spatterlight 2026-03-24 10:48:39 -04:00 committed by GitHub
commit 64c93df68d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 306 additions and 269 deletions

File diff suppressed because it is too large Load Diff

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
======

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'

View File

@ -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).

View File

@ -1 +0,0 @@
release_summary: Feature release.

View File

@ -7,7 +7,7 @@
namespace: community
name: docker
version: 5.1.0
version: 5.2.0
readme: README.md
authors:
- Ansible Docker Working Group