Release 1.2.2.

This commit is contained in:
Felix Fontein 2021-02-05 17:52:24 +01:00
parent 2d48253b6d
commit bbf8373f6c
4 changed files with 23 additions and 3 deletions

View File

@ -5,6 +5,19 @@ Docker Community Collection Release Notes
.. contents:: Topics
v1.2.2
======
Release Summary
---------------
Security bugfix release to address CVE-2021-20191.
Security Fixes
--------------
- docker_swarm - enabled ``no_log`` for the option ``signing_ca_key`` to prevent accidental disclosure (CVE-2021-20191, https://github.com/ansible-collections/community.docker/pull/80).
v1.2.1
======

View File

@ -181,3 +181,13 @@ releases:
- 1.2.1.yml
- 76-leading-v-support-in-docker-version.yml
release_date: '2021-01-28'
1.2.2:
changes:
release_summary: Security bugfix release to address CVE-2021-20191.
security_fixes:
- docker_swarm - enabled ``no_log`` for the option ``signing_ca_key`` to prevent
accidental disclosure (CVE-2021-20191, https://github.com/ansible-collections/community.docker/pull/80).
fragments:
- 1.2.2.yml
- CVE-2021-20191_no_log.yml
release_date: '2021-02-05'

View File

@ -1 +0,0 @@
release_summary: Security bugfix release to address CVE-2021-20191.

View File

@ -1,2 +0,0 @@
security_fixes:
- docker_swarm - enabled ``no_log`` for the option ``signing_ca_key`` to prevent accidental disclosure (CVE-2021-20191, https://github.com/ansible-collections/community.docker/pull/80).