Release 3.0.0-rc1.

This commit is contained in:
Felix Fontein 2022-07-26 08:59:01 +02:00
parent cc55aeb882
commit e90647b209
4 changed files with 24 additions and 3 deletions

View File

@ -5,6 +5,19 @@ Docker Community Collection Release Notes
.. contents:: Topics
v3.0.0-rc1
==========
Release Summary
---------------
First release candidate for community.docker 3.0.0. As long as more bugs are found new release candidates will be released.
Bugfixes
--------
- modules and plugins communicating directly with the Docker daemon - prevent crash when TLS is used (https://github.com/ansible-collections/community.docker/pull/432).
v3.0.0-a3
=========

View File

@ -892,3 +892,14 @@ releases:
- 3.0.0-a3.yml
- 430-licenses.yml
release_date: '2022-07-23'
3.0.0-rc1:
changes:
bugfixes:
- modules and plugins communicating directly with the Docker daemon - prevent
crash when TLS is used (https://github.com/ansible-collections/community.docker/pull/432).
release_summary: First release candidate for community.docker 3.0.0. As long
as more bugs are found new release candidates will be released.
fragments:
- 3.0.0-rc1.yml
- 432-tls.yml
release_date: '2022-07-26'

View File

@ -1 +0,0 @@
release_summary: First release candidate for community.docker 3.0.0. As long as more bugs are found new release candidates will be released.

View File

@ -1,2 +0,0 @@
bugfixes:
- "modules and plugins communicating directly with the Docker daemon - prevent crash when TLS is used (https://github.com/ansible-collections/community.docker/pull/432)."