mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-15 11:53:31 +00:00
Release 3.0.0-a3.
This commit is contained in:
parent
ca3d7a3609
commit
6caaa3a90b
@ -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
|
||||
=========
|
||||
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -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.
|
||||
@ -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)."
|
||||
Loading…
Reference in New Issue
Block a user