mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-30 16:53:57 +00:00
Release 3.4.1.
This commit is contained in:
parent
dd19db8c8f
commit
5dd90e5884
@ -5,6 +5,21 @@ Docker Community Collection Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v3.4.1
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Regular bugfix release.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- docker_api connection plugin, docker_container_exec, docker_container_copy_into - properly close socket to Daemon after executing commands in containers (https://github.com/ansible-collections/community.docker/pull/582).
|
||||||
|
- docker_container - fix ``tmfs_size`` and ``tmpfs_mode`` not being set (https://github.com/ansible-collections/community.docker/pull/580).
|
||||||
|
- various plugins and modules - remove unnecessary imports (https://github.com/ansible-collections/community.docker/pull/574).
|
||||||
|
|
||||||
v3.4.0
|
v3.4.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -1115,3 +1115,17 @@ releases:
|
|||||||
name: docker_container_copy_into
|
name: docker_container_copy_into
|
||||||
namespace: ''
|
namespace: ''
|
||||||
release_date: '2023-01-14'
|
release_date: '2023-01-14'
|
||||||
|
3.4.1:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- docker_api connection plugin, docker_container_exec, docker_container_copy_into
|
||||||
|
- properly close socket to Daemon after executing commands in containers (https://github.com/ansible-collections/community.docker/pull/582).
|
||||||
|
- docker_container - fix ``tmfs_size`` and ``tmpfs_mode`` not being set (https://github.com/ansible-collections/community.docker/pull/580).
|
||||||
|
- various plugins and modules - remove unnecessary imports (https://github.com/ansible-collections/community.docker/pull/574).
|
||||||
|
release_summary: Regular bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 3.4.1.yml
|
||||||
|
- 582-stream-close.yml
|
||||||
|
- fix-tmpfs_size-and-tmpfs_mode.yml
|
||||||
|
- remove-unneeded-imports.yml
|
||||||
|
release_date: '2023-02-20'
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Regular bugfix release.
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
bugfixes:
|
|
||||||
- "docker_api connection plugin, docker_container_exec, docker_container_copy_into - properly close socket to Daemon after executing commands in containers (https://github.com/ansible-collections/community.docker/pull/582)."
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
bugfixes:
|
|
||||||
- docker_container - fix ``tmfs_size`` and ``tmpfs_mode`` not being set (https://github.com/ansible-collections/community.docker/pull/580).
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
bugfixes:
|
|
||||||
- "various plugins and modules - remove unnecessary imports (https://github.com/ansible-collections/community.docker/pull/574)."
|
|
||||||
Loading…
Reference in New Issue
Block a user