From 2593c09d491b2e322c183ba8e7d901c6d7e15062 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 28 Jun 2021 21:03:06 +0200 Subject: [PATCH] Release 1.8.0. --- CHANGELOG.rst | 22 +++++++++++++++ changelogs/changelog.yaml | 28 +++++++++++++++++++ changelogs/fragments/1.8.0.yml | 1 - .../157-inventory-connection-options.yml | 2 -- .../159-docker_compose-idempotence-fix.yml | 2 -- ...60-docker_host_info-label-fitler-lists.yml | 4 --- .../161-docker_plugin-alias-option.yml | 3 -- .../167-docker_compose-profiles-option.yml | 4 --- changelogs/fragments/ansible-core-_text.yml | 2 -- 9 files changed, 50 insertions(+), 18 deletions(-) delete mode 100644 changelogs/fragments/1.8.0.yml delete mode 100644 changelogs/fragments/157-inventory-connection-options.yml delete mode 100644 changelogs/fragments/159-docker_compose-idempotence-fix.yml delete mode 100644 changelogs/fragments/160-docker_host_info-label-fitler-lists.yml delete mode 100644 changelogs/fragments/161-docker_plugin-alias-option.yml delete mode 100644 changelogs/fragments/167-docker_compose-profiles-option.yml delete mode 100644 changelogs/fragments/ansible-core-_text.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6df90ad2..42c816c9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,28 @@ Docker Community Collection Release Notes .. contents:: Topics +v1.8.0 +====== + +Release Summary +--------------- + +Regular bugfix and feature release. + +Minor Changes +------------- + +- Avoid internal ansible-core module_utils in favor of equivalent public API available since at least Ansible 2.9 (https://github.com/ansible-collections/community.docker/pull/164). +- docker_compose - added ``profiles`` option to specify service profiles when starting services (https://github.com/ansible-collections/community.docker/pull/167). +- docker_containers inventory plugin - when ``connection_type=docker-api``, now pass Docker daemon connection options from inventory plugin to connection plugin. This can be disabled by setting ``configure_docker_daemon=false`` (https://github.com/ansible-collections/community.docker/pull/157). +- docker_host_info - allow values for keys in ``containers_filters``, ``images_filters``, ``networks_filters``, and ``volumes_filters`` to be passed as YAML lists (https://github.com/ansible-collections/community.docker/pull/160). +- docker_plugin - added ``alias`` option to specify local names for docker plugins (https://github.com/ansible-collections/community.docker/pull/161). + +Bugfixes +-------- + +- docker_compose - fix idempotence bug when using ``stopped: true`` (https://github.com/ansible-collections/community.docker/issues/142, https://github.com/ansible-collections/community.docker/pull/159). + v1.7.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 2ba4b1cd..5ff01326 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -331,3 +331,31 @@ releases: - 1.7.0.yml - 149-docker_image-tagging.yml release_date: '2021-06-08' + 1.8.0: + changes: + bugfixes: + - 'docker_compose - fix idempotence bug when using ``stopped: true`` (https://github.com/ansible-collections/community.docker/issues/142, + https://github.com/ansible-collections/community.docker/pull/159).' + minor_changes: + - Avoid internal ansible-core module_utils in favor of equivalent public API + available since at least Ansible 2.9 (https://github.com/ansible-collections/community.docker/pull/164). + - docker_compose - added ``profiles`` option to specify service profiles when + starting services (https://github.com/ansible-collections/community.docker/pull/167). + - docker_containers inventory plugin - when ``connection_type=docker-api``, + now pass Docker daemon connection options from inventory plugin to connection + plugin. This can be disabled by setting ``configure_docker_daemon=false`` + (https://github.com/ansible-collections/community.docker/pull/157). + - docker_host_info - allow values for keys in ``containers_filters``, ``images_filters``, + ``networks_filters``, and ``volumes_filters`` to be passed as YAML lists (https://github.com/ansible-collections/community.docker/pull/160). + - docker_plugin - added ``alias`` option to specify local names for docker plugins + (https://github.com/ansible-collections/community.docker/pull/161). + release_summary: Regular bugfix and feature release. + fragments: + - 1.8.0.yml + - 157-inventory-connection-options.yml + - 159-docker_compose-idempotence-fix.yml + - 160-docker_host_info-label-fitler-lists.yml + - 161-docker_plugin-alias-option.yml + - 167-docker_compose-profiles-option.yml + - ansible-core-_text.yml + release_date: '2021-06-28' diff --git a/changelogs/fragments/1.8.0.yml b/changelogs/fragments/1.8.0.yml deleted file mode 100644 index 4b1469c9..00000000 --- a/changelogs/fragments/1.8.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Regular bugfix and feature release. diff --git a/changelogs/fragments/157-inventory-connection-options.yml b/changelogs/fragments/157-inventory-connection-options.yml deleted file mode 100644 index 26d6d968..00000000 --- a/changelogs/fragments/157-inventory-connection-options.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- "docker_containers inventory plugin - when ``connection_type=docker-api``, now pass Docker daemon connection options from inventory plugin to connection plugin. This can be disabled by setting ``configure_docker_daemon=false`` (https://github.com/ansible-collections/community.docker/pull/157)." diff --git a/changelogs/fragments/159-docker_compose-idempotence-fix.yml b/changelogs/fragments/159-docker_compose-idempotence-fix.yml deleted file mode 100644 index b071aa7d..00000000 --- a/changelogs/fragments/159-docker_compose-idempotence-fix.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- "docker_compose - fix idempotence bug when using ``stopped: true`` (https://github.com/ansible-collections/community.docker/issues/142, https://github.com/ansible-collections/community.docker/pull/159)." diff --git a/changelogs/fragments/160-docker_host_info-label-fitler-lists.yml b/changelogs/fragments/160-docker_host_info-label-fitler-lists.yml deleted file mode 100644 index 4b58bfc4..00000000 --- a/changelogs/fragments/160-docker_host_info-label-fitler-lists.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -minor_changes: - - docker_host_info - allow values for keys in ``containers_filters``, ``images_filters``, ``networks_filters``, and - ``volumes_filters`` to be passed as YAML lists (https://github.com/ansible-collections/community.docker/pull/160). diff --git a/changelogs/fragments/161-docker_plugin-alias-option.yml b/changelogs/fragments/161-docker_plugin-alias-option.yml deleted file mode 100644 index ba1d834c..00000000 --- a/changelogs/fragments/161-docker_plugin-alias-option.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - docker_plugin - added ``alias`` option to specify local names for docker plugins (https://github.com/ansible-collections/community.docker/pull/161). diff --git a/changelogs/fragments/167-docker_compose-profiles-option.yml b/changelogs/fragments/167-docker_compose-profiles-option.yml deleted file mode 100644 index 402d9a7d..00000000 --- a/changelogs/fragments/167-docker_compose-profiles-option.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -minor_changes: - - docker_compose - added ``profiles`` option to specify service profiles when starting services - (https://github.com/ansible-collections/community.docker/pull/167). diff --git a/changelogs/fragments/ansible-core-_text.yml b/changelogs/fragments/ansible-core-_text.yml deleted file mode 100644 index c4b0eca6..00000000 --- a/changelogs/fragments/ansible-core-_text.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- "Avoid internal ansible-core module_utils in favor of equivalent public API available since at least Ansible 2.9 (https://github.com/ansible-collections/community.docker/pull/164)."