diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 303947a4..9821fb7c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Docker Community Collection Release Notes .. 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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 2cca24f6..dd669464 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -88,3 +88,14 @@ releases: - 31-docker-secret.yml - community.general-805-docker_image-build-output.yml 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' diff --git a/changelogs/fragments/1.0.1.yml b/changelogs/fragments/1.0.1.yml deleted file mode 100644 index 28a7e5e6..00000000 --- a/changelogs/fragments/1.0.1.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Maintenance release with a bugfix for ``docker_container``. diff --git a/changelogs/fragments/43-docker_container-device_requests.yml b/changelogs/fragments/43-docker_container-device_requests.yml deleted file mode 100644 index 4c2a805a..00000000 --- a/changelogs/fragments/43-docker_container-device_requests.yml +++ /dev/null @@ -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)."