Release 3.0.0-a3.

This commit is contained in:
Felix Fontein 2022-07-23 15:21:05 +02:00
parent ca3d7a3609
commit 6caaa3a90b
4 changed files with 25 additions and 3 deletions

View File

@ -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
=========

View File

@ -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'

View File

@ -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.

View File

@ -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)."