diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d02e53a6..c9f8bd55 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,21 @@ Docker Community Collection Release Notes .. contents:: Topics +v1.10.0 +======= + +Release Summary +--------------- + +Regular feature and bugfix release. + +Minor Changes +------------- + +- Add the modules docker_container_exec, docker_image_load and docker_plugin to the ``docker`` module defaults group (https://github.com/ansible-collections/community.docker/pull/209). +- docker_config - add option ``data_src`` to read configuration data from target (https://github.com/ansible-collections/community.docker/issues/64, https://github.com/ansible-collections/community.docker/pull/203). +- docker_secret - add option ``data_src`` to read secret data from target (https://github.com/ansible-collections/community.docker/issues/64, https://github.com/ansible-collections/community.docker/pull/203). + v1.9.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 936eb368..df35aece 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -150,6 +150,21 @@ releases: name: docker_containers namespace: null release_date: '2021-01-03' + 1.10.0: + changes: + minor_changes: + - Add the modules docker_container_exec, docker_image_load and docker_plugin + to the ``docker`` module defaults group (https://github.com/ansible-collections/community.docker/pull/209). + - docker_config - add option ``data_src`` to read configuration data from target + (https://github.com/ansible-collections/community.docker/issues/64, https://github.com/ansible-collections/community.docker/pull/203). + - docker_secret - add option ``data_src`` to read secret data from target (https://github.com/ansible-collections/community.docker/issues/64, + https://github.com/ansible-collections/community.docker/pull/203). + release_summary: Regular feature and bugfix release. + fragments: + - 1.10.0.yml + - 203-docker_secret-config-data_src.yml + - 209-action-group.yml + release_date: '2021-10-05' 1.2.0: changes: bugfixes: diff --git a/changelogs/fragments/1.10.0.yml b/changelogs/fragments/1.10.0.yml deleted file mode 100644 index c1cd23f0..00000000 --- a/changelogs/fragments/1.10.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Regular feature and bugfix release. diff --git a/changelogs/fragments/203-docker_secret-config-data_src.yml b/changelogs/fragments/203-docker_secret-config-data_src.yml deleted file mode 100644 index 46ef106e..00000000 --- a/changelogs/fragments/203-docker_secret-config-data_src.yml +++ /dev/null @@ -1,3 +0,0 @@ -minor_changes: -- "docker_config - add option ``data_src`` to read configuration data from target (https://github.com/ansible-collections/community.docker/issues/64, https://github.com/ansible-collections/community.docker/pull/203)." -- "docker_secret - add option ``data_src`` to read secret data from target (https://github.com/ansible-collections/community.docker/issues/64, https://github.com/ansible-collections/community.docker/pull/203)." diff --git a/changelogs/fragments/209-action-group.yml b/changelogs/fragments/209-action-group.yml deleted file mode 100644 index dcc25d14..00000000 --- a/changelogs/fragments/209-action-group.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- "Add the modules docker_container_exec, docker_image_load and docker_plugin to the ``docker`` module defaults group (https://github.com/ansible-collections/community.docker/pull/209)."