diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b7d7d701..da8bbd71 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Docker Community Collection Release Notes .. contents:: Topics +v3.0.0-a3 +========= + +Release Summary +--------------- + +No content changes except some license declaration adjustments. This is mainly a trial run to see whether this is causing unexpected problems. + +Minor Changes +------------- + +- All software licenses are now in the ``LICENSES/`` directory of the collection root. Moreover, ``SPDX-License-Identifier:`` is used to declare the applicable license for every file that is not automatically generated (https://github.com/ansible-collections/community.docker/pull/430). + v3.0.0-a2 ========= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 5fda0b9d..9346e4e2 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -880,3 +880,15 @@ releases: - 429-docker_plugin.yml - docker_container.yml release_date: '2022-07-15' + 3.0.0-a3: + changes: + minor_changes: + - All software licenses are now in the ``LICENSES/`` directory of the collection + root. Moreover, ``SPDX-License-Identifier:`` is used to declare the applicable + license for every file that is not automatically generated (https://github.com/ansible-collections/community.docker/pull/430). + release_summary: No content changes except some license declaration adjustments. + This is mainly a trial run to see whether this is causing unexpected problems. + fragments: + - 3.0.0-a3.yml + - 430-licenses.yml + release_date: '2022-07-23' diff --git a/changelogs/fragments/3.0.0-a3.yml b/changelogs/fragments/3.0.0-a3.yml deleted file mode 100644 index 8684cf04..00000000 --- a/changelogs/fragments/3.0.0-a3.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: No content changes except some license declaration adjustments. This is mainly a trial run to see whether this is causing unexpected problems. diff --git a/changelogs/fragments/430-licenses.yml b/changelogs/fragments/430-licenses.yml deleted file mode 100644 index 34f279cd..00000000 --- a/changelogs/fragments/430-licenses.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - "All software licenses are now in the ``LICENSES/`` directory of the collection root. Moreover, ``SPDX-License-Identifier:`` is used to declare the applicable license for every file that is not automatically generated (https://github.com/ansible-collections/community.docker/pull/430)."