mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 03:52:05 +00:00
Release 1.2.2.
This commit is contained in:
parent
2d48253b6d
commit
bbf8373f6c
@ -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
|
||||
======
|
||||
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -1 +0,0 @@
|
||||
release_summary: Security bugfix release to address CVE-2021-20191.
|
||||
@ -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).
|
||||
Loading…
Reference in New Issue
Block a user