mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-18 12:52:37 +00:00
Release 3.1.0.
This commit is contained in:
parent
3b41e7d6a8
commit
a72d7795c4
@ -5,6 +5,20 @@ Docker Community Collection Release Notes
|
|||||||
.. contents:: Topics
|
.. 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
|
v3.0.2
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -989,3 +989,16 @@ releases:
|
|||||||
- 3.0.2.yml
|
- 3.0.2.yml
|
||||||
- 456-docker_image-build-args.yml
|
- 456-docker_image-build-args.yml
|
||||||
release_date: '2022-08-16'
|
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'
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Feature release.
|
|
||||||
@ -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).
|
|
||||||
@ -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)."
|
|
||||||
Loading…
Reference in New Issue
Block a user