Release 4.6.0.

This commit is contained in:
Felix Fontein 2025-05-02 09:51:05 +02:00
parent 9a9372dd06
commit 9a93812d3b
5 changed files with 268 additions and 232 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,19 @@ Docker Community Collection Release Notes
.. contents:: Topics .. contents:: Topics
v4.6.0
======
Release Summary
---------------
Feature release.
Minor Changes
-------------
- docker_container_copy_into - add ``mode_parse`` parameter which determines how ``mode`` is parsed (https://github.com/ansible-collections/community.docker/pull/1074).
v4.5.2 v4.5.2
====== ======

View File

@ -2105,3 +2105,13 @@ releases:
- 1060-compose-yes.yml - 1060-compose-yes.yml
- 4.5.2.yml - 4.5.2.yml
release_date: '2025-03-22' release_date: '2025-03-22'
4.6.0:
changes:
minor_changes:
- docker_container_copy_into - add ``mode_parse`` parameter which determines
how ``mode`` is parsed (https://github.com/ansible-collections/community.docker/pull/1074).
release_summary: Feature release.
fragments:
- 1074-mode-octal.yml
- 4.6.0.yml
release_date: '2025-05-02'

View File

@ -1,2 +0,0 @@
minor_changes:
- "docker_container_copy_into - add ``mode_parse`` parameter which determines how ``mode`` is parsed (https://github.com/ansible-collections/community.docker/pull/1074)."

View File

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