Release 1.10.12.

This commit is contained in:
Felix Fontein 2022-12-03 21:13:20 +01:00
parent 541e47d9c4
commit e3fe22d0be
4 changed files with 23 additions and 3 deletions

View File

@ -5,6 +5,19 @@ Docker Community Collection Release Notes
.. contents:: Topics
v1.10.12
========
Release Summary
---------------
Maintenance release with a bugfix and improved documentation.
Minor Changes
-------------
- current_container_facts - make work with current Docker version (https://github.com/ansible-collections/community.docker/pull/510, https://github.com/ansible-collections/community.docker/pull/512).
v1.10.11
========

View File

@ -200,6 +200,16 @@ releases:
- 389-api-version.yml
- 448-docker_stack-error.yml
release_date: '2022-08-12'
1.10.12:
changes:
minor_changes:
- current_container_facts - make work with current Docker version (https://github.com/ansible-collections/community.docker/pull/510,
https://github.com/ansible-collections/community.docker/pull/512).
release_summary: Maintenance release with a bugfix and improved documentation.
fragments:
- 1.10.12.yml
- 510-current_container_facts.yml
release_date: '2022-12-03'
1.10.2:
changes:
bugfixes:

View File

@ -1 +0,0 @@
release_summary: Maintenance release with a bugfix and improved documentation.

View File

@ -1,2 +0,0 @@
minor_changes:
- "current_container_facts - make work with current Docker version (https://github.com/ansible-collections/community.docker/pull/510, https://github.com/ansible-collections/community.docker/pull/512)."