mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-09 03:29:11 +00:00
Release 5.2.0.
This commit is contained in:
parent
2c5d5f4b08
commit
3f5d5578e4
552
CHANGELOG.md
552
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,19 @@ Docker Community Collection Release Notes
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
v5.2.0
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Feature release.
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- docker_image_export - adds ``platform`` parameter to allow exporting a specific platform variant from a multi-arch image (https://github.com/ansible-collections/community.docker/issues/1064, https://github.com/ansible-collections/community.docker/pull/1251).
|
||||
|
||||
v5.1.0
|
||||
======
|
||||
|
||||
|
||||
@ -2378,3 +2378,14 @@ releases:
|
||||
- 1248-ignore-pull-failures.yml
|
||||
- 5.1.0.yml
|
||||
release_date: '2026-03-23'
|
||||
5.2.0:
|
||||
changes:
|
||||
minor_changes:
|
||||
- docker_image_export - adds ``platform`` parameter to allow exporting a specific
|
||||
platform variant from a multi-arch image (https://github.com/ansible-collections/community.docker/issues/1064,
|
||||
https://github.com/ansible-collections/community.docker/pull/1251).
|
||||
release_summary: Feature release.
|
||||
fragments:
|
||||
- 1064-docker-image-export-platform.yml
|
||||
- 5.2.0.yml
|
||||
release_date: '2026-04-08'
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- docker_image_export - adds ``platform`` parameter to allow exporting a specific platform variant from a multi-arch image (https://github.com/ansible-collections/community.docker/issues/1064, https://github.com/ansible-collections/community.docker/pull/1251).
|
||||
@ -1 +0,0 @@
|
||||
release_summary: Feature release.
|
||||
Loading…
Reference in New Issue
Block a user