Release 1.10.13.

This commit is contained in:
Felix Fontein 2022-12-06 13:13:29 +01:00
parent e2053d7cc8
commit 45d18e745c
4 changed files with 23 additions and 3 deletions

View File

@ -5,6 +5,19 @@ Docker Community Collection Release Notes
.. contents:: Topics
v1.10.13
========
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).
v1.10.12
========

View File

@ -210,6 +210,16 @@ releases:
- 1.10.12.yml
- 510-current_container_facts.yml
release_date: '2022-12-03'
1.10.13:
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:
- 1.10.13.yml
- 522-current-image.yml
release_date: '2022-12-06'
1.10.2:
changes:
bugfixes:

View File

@ -1 +0,0 @@
release_summary: Bugfix release.

View File

@ -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)."