mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
Release 3.0.0-rc1.
This commit is contained in:
parent
cc55aeb882
commit
e90647b209
@ -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
|
||||
=========
|
||||
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -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.
|
||||
@ -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)."
|
||||
Loading…
Reference in New Issue
Block a user