Release 3.1.0.

This commit is contained in:
Felix Fontein 2022-09-08 06:51:36 +02:00
parent 3b41e7d6a8
commit a72d7795c4
5 changed files with 27 additions and 5 deletions

View File

@ -5,6 +5,20 @@ Docker Community Collection Release Notes
.. contents:: Topics
v3.1.0
======
Release Summary
---------------
Feature release.
Minor Changes
-------------
- The collection repository conforms to the `REUSE specification <https://reuse.software/spec/>`__ except for the changelog fragments (https://github.com/ansible-collections/community.docker/pull/462).
- docker_swarm - allows usage of the ``data_path_port`` parameter when initializing a swarm (https://github.com/ansible-collections/community.docker/issues/296).
v3.0.2
======

View File

@ -989,3 +989,16 @@ releases:
- 3.0.2.yml
- 456-docker_image-build-args.yml
release_date: '2022-08-16'
3.1.0:
changes:
minor_changes:
- The collection repository conforms to the `REUSE specification <https://reuse.software/spec/>`__
except for the changelog fragments (https://github.com/ansible-collections/community.docker/pull/462).
- docker_swarm - allows usage of the ``data_path_port`` parameter when initializing
a swarm (https://github.com/ansible-collections/community.docker/issues/296).
release_summary: Feature release.
fragments:
- 3.1.0.yml
- 466-add-data-path-port.yml
- licenses.yml
release_date: '2022-09-08'

View File

@ -1 +0,0 @@
release_summary: Feature release.

View File

@ -1,2 +0,0 @@
minor_changes:
- docker_swarm - allows usage of the ``data_path_port`` parameter when initializing a swarm (https://github.com/ansible-collections/community.docker/issues/296).

View File

@ -1,2 +0,0 @@
minor_changes:
- "The collection repository conforms to the `REUSE specification <https://reuse.software/spec/>`__ except for the changelog fragments (https://github.com/ansible-collections/community.docker/pull/462)."