From e90647b209853126650201cf011841f8f5e04c71 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 26 Jul 2022 08:59:01 +0200 Subject: [PATCH] Release 3.0.0-rc1. --- CHANGELOG.rst | 13 +++++++++++++ changelogs/changelog.yaml | 11 +++++++++++ changelogs/fragments/3.0.0-rc1.yml | 1 - changelogs/fragments/432-tls.yml | 2 -- 4 files changed, 24 insertions(+), 3 deletions(-) delete mode 100644 changelogs/fragments/3.0.0-rc1.yml delete mode 100644 changelogs/fragments/432-tls.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index da8bbd71..a973e112 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ========= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 9346e4e2..4c229d57 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/changelogs/fragments/3.0.0-rc1.yml b/changelogs/fragments/3.0.0-rc1.yml deleted file mode 100644 index b31ae861..00000000 --- a/changelogs/fragments/3.0.0-rc1.yml +++ /dev/null @@ -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. diff --git a/changelogs/fragments/432-tls.yml b/changelogs/fragments/432-tls.yml deleted file mode 100644 index 39dd42c9..00000000 --- a/changelogs/fragments/432-tls.yml +++ /dev/null @@ -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)."