mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-15 19:58:28 +00:00
Release 3.3.1.
This commit is contained in:
parent
ed48629399
commit
080a043c79
@ -5,6 +5,19 @@ Docker Community Collection Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v3.3.1
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix release.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- current_container_facts - make container detection work better in more cases (https://github.com/ansible-collections/community.docker/pull/522).
|
||||||
|
|
||||||
v3.3.0
|
v3.3.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -1063,3 +1063,13 @@ releases:
|
|||||||
- 513-api-npipe.yml
|
- 513-api-npipe.yml
|
||||||
- 518-docker_container_exec-workdir.yml
|
- 518-docker_container_exec-workdir.yml
|
||||||
release_date: '2022-12-03'
|
release_date: '2022-12-03'
|
||||||
|
3.3.1:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- current_container_facts - make container detection work better in more cases
|
||||||
|
(https://github.com/ansible-collections/community.docker/pull/522).
|
||||||
|
release_summary: Bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 3.3.1.yml
|
||||||
|
- 522-current-image.yml
|
||||||
|
release_date: '2022-12-06'
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Bugfix release.
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
bugfixes:
|
|
||||||
- "current_container_facts - make container detection work better in more cases (https://github.com/ansible-collections/community.docker/pull/522)."
|
|
||||||
Loading…
Reference in New Issue
Block a user