mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
Release 4.6.0.
This commit is contained in:
parent
9a9372dd06
commit
9a93812d3b
474
CHANGELOG.md
474
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -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
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -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'
|
||||||
|
|||||||
@ -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)."
|
|
||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Feature release.
|
|
||||||
Loading…
Reference in New Issue
Block a user