mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 20:38:42 +00:00
Release 3.4.9.
This commit is contained in:
parent
be610963b5
commit
70ea796914
@ -5,6 +5,19 @@ Docker Community Collection Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v3.4.9
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Maintenance release with updated documentation and vendored Docker SDK for Python code.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- vendored Docker SDK for Python code - cherry-pick changes from the Docker SDK for Python code to align code. These changes should not affect the parts used by the collection's code (https://github.com/ansible-collections/community.docker/pull/694).
|
||||||
|
|
||||||
v3.4.8
|
v3.4.8
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -1247,3 +1247,15 @@ releases:
|
|||||||
fragments:
|
fragments:
|
||||||
- 3.4.8.yml
|
- 3.4.8.yml
|
||||||
release_date: '2023-06-22'
|
release_date: '2023-06-22'
|
||||||
|
3.4.9:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- vendored Docker SDK for Python code - cherry-pick changes from the Docker
|
||||||
|
SDK for Python code to align code. These changes should not affect the parts
|
||||||
|
used by the collection's code (https://github.com/ansible-collections/community.docker/pull/694).
|
||||||
|
release_summary: Maintenance release with updated documentation and vendored
|
||||||
|
Docker SDK for Python code.
|
||||||
|
fragments:
|
||||||
|
- 3.4.9.yml
|
||||||
|
- 694-docker-py.yml
|
||||||
|
release_date: '2023-10-08'
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Maintenance release with updated documentation and vendored Docker SDK for Python code.
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
bugfixes:
|
|
||||||
- vendored Docker SDK for Python code - cherry-pick changes from the
|
|
||||||
Docker SDK for Python code to align code. These changes should not
|
|
||||||
affect the parts used by the collection's code
|
|
||||||
(https://github.com/ansible-collections/community.docker/pull/694).
|
|
||||||
Loading…
Reference in New Issue
Block a user