Prepare 3.4.9 release.

This commit is contained in:
Felix Fontein 2023-10-08 18:20:13 +02:00
parent 4d9b85c975
commit be610963b5
3 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1 @@
release_summary: Maintenance release with updated documentation and vendored Docker SDK for Python code.

View File

@ -0,0 +1,5 @@
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).

View File

@ -7,7 +7,7 @@
namespace: community
name: docker
version: 3.5.0
version: 3.4.9
readme: README.md
authors:
- Ansible Docker Working Group