mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-18 04:48:46 +00:00
Release 1.0.1.
This commit is contained in:
parent
2bf46c2eb2
commit
7dd28ecdfe
@ -5,6 +5,19 @@ Docker Community Collection Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v1.0.1
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Maintenance release with a bugfix for ``docker_container``.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- docker_container - the validation for ``capabilities`` in ``device_requests`` was incorrect (https://github.com/ansible-collections/community.docker/issues/42, https://github.com/ansible-collections/community.docker/pull/43).
|
||||||
|
|
||||||
v1.0.0
|
v1.0.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
@ -88,3 +88,14 @@ releases:
|
|||||||
- 31-docker-secret.yml
|
- 31-docker-secret.yml
|
||||||
- community.general-805-docker_image-build-output.yml
|
- community.general-805-docker_image-build-output.yml
|
||||||
release_date: '2020-11-17'
|
release_date: '2020-11-17'
|
||||||
|
1.0.1:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- docker_container - the validation for ``capabilities`` in ``device_requests``
|
||||||
|
was incorrect (https://github.com/ansible-collections/community.docker/issues/42,
|
||||||
|
https://github.com/ansible-collections/community.docker/pull/43).
|
||||||
|
release_summary: Maintenance release with a bugfix for ``docker_container``.
|
||||||
|
fragments:
|
||||||
|
- 1.0.1.yml
|
||||||
|
- 43-docker_container-device_requests.yml
|
||||||
|
release_date: '2020-12-11'
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
release_summary: Maintenance release with a bugfix for ``docker_container``.
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
bugfixes:
|
|
||||||
- "docker_container - the validation for ``capabilities`` in ``device_requests`` was incorrect (https://github.com/ansible-collections/community.docker/issues/42, https://github.com/ansible-collections/community.docker/pull/43)."
|
|
||||||
Loading…
Reference in New Issue
Block a user