From 041b059ea3b07b8bf4862e55bb2de69ae476aa2b Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 21 Mar 2021 11:13:58 +0100 Subject: [PATCH] Release 1.0.6. --- CHANGELOG.rst | 14 +++++++ changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 40 +++++++++++++------ changelogs/fragments/1.0.6.yml | 1 - ...nmodule-plugin-utils-ansible-core-2.11.yml | 3 -- 5 files changed, 43 insertions(+), 17 deletions(-) delete mode 100644 changelogs/fragments/1.0.6.yml delete mode 100644 changelogs/fragments/58-actionmodule-plugin-utils-ansible-core-2.11.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 22f04303..17082ee5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,20 @@ Community Sops Release Notes .. contents:: Topics +v1.0.6 +====== + +Release Summary +--------------- + +This release makes the collection compatible to the latest beta release of ansible-core 2.11. + +Bugfixes +-------- + +- action_module plugin helper - make compatible with latest changes in ansible-core 2.11.0b3 (https://github.com/ansible-collections/community.sops/pull/58). +- community.sops.load_vars - make compatible with latest changes in ansible-core 2.11.0b3 (https://github.com/ansible-collections/community.sops/pull/58). + v1.0.5 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index c478e202..bd2df0ca 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -31,4 +31,4 @@ plugins: description: Loading sops-encrypted vars files name: sops version_added: 0.1.0 -version: 1.0.5 +version: 1.0.6 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 55ce15b5..b3430da7 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -29,10 +29,12 @@ releases: 0.2.0: changes: minor_changes: - - community.sops.sops lookup plugin - add ``empty_on_not_exist`` option which allows to return - an empty string instead of an error when the file does not exist (https://github.com/ansible-collections/community.sops/pull/33). + - community.sops.sops lookup plugin - add ``empty_on_not_exist`` option which + allows to return an empty string instead of an error when the file does not + exist (https://github.com/ansible-collections/community.sops/pull/33). - community.sops.sops vars plugin - add option to control caching (https://github.com/ansible-collections/community.sops/pull/32). - - community.sops.sops vars plugin - add option to determine when vars are loaded (https://github.com/ansible-collections/community.sops/pull/32). + - community.sops.sops vars plugin - add option to determine when vars are loaded + (https://github.com/ansible-collections/community.sops/pull/32). release_summary: This release adds features for the lookup and vars plugins. fragments: - 0.2.0.yml @@ -46,10 +48,10 @@ releases: ``config_path``, ``enable_local_keyservice``, ``keyservice``. Also allow to pass AWS parameters with options ``aws_profile``, ``aws_access_key_id``, ``aws_secret_access_key``, and ``aws_session_token`` (https://github.com/ansible-collections/community.sops/pull/47).' - - community.sops.sops_encrypt - allow to pass encryption-specific options ``kms``, ``gcp_kms``, - ``azure_kv``, ``hc_vault_transit``, ``pgp``, ``unencrypted_suffix``, ``encrypted_suffix``, - ``unencrypted_regex``, ``encrypted_regex``, ``encryption_context``, and ``shamir_secret_sharing_threshold`` - to sops (https://github.com/ansible-collections/community.sops/pull/47). + - community.sops.sops_encrypt - allow to pass encryption-specific options ``kms``, + ``gcp_kms``, ``azure_kv``, ``hc_vault_transit``, ``pgp``, ``unencrypted_suffix``, + ``encrypted_suffix``, ``unencrypted_regex``, ``encrypted_regex``, ``encryption_context``, + and ``shamir_secret_sharing_threshold`` to sops (https://github.com/ansible-collections/community.sops/pull/47). release_summary: First stable release. This release is expected to be included in Ansible 3.0.0. fragments: @@ -69,8 +71,8 @@ releases: 1.0.3: changes: bugfixes: - - community.sops.sops lookup plugins - fix wrong format of Ansible variables so that these - are actually used (https://github.com/ansible-collections/community.sops/pull/51). + - community.sops.sops lookup plugins - fix wrong format of Ansible variables + so that these are actually used (https://github.com/ansible-collections/community.sops/pull/51). - community.sops.sops vars plugins - remove non-working Ansible variables (https://github.com/ansible-collections/community.sops/pull/51). release_summary: This release include some fixes to Ansible docs and required changes for inclusion in Ansible. @@ -92,10 +94,24 @@ releases: 1.0.5: changes: bugfixes: - - community.sops.sops_encrypt - use output type ``yaml`` when path ends with ``.yaml`` (https://github.com/ansible-collections/community.sops/pull/56). - release_summary: 'This release fixes a bug that prevented correct YAML file - to be created when the output was ending in `.yaml`.' + - community.sops.sops_encrypt - use output type ``yaml`` when path ends with + ``.yaml`` (https://github.com/ansible-collections/community.sops/pull/56). + release_summary: This release fixes a bug that prevented correct YAML file to + be created when the output was ending in `.yaml`. fragments: - 1.0.5.yml - 56-sops_encrypt-yaml-output.yaml release_date: '2021-03-05' + 1.0.6: + changes: + bugfixes: + - action_module plugin helper - make compatible with latest changes in ansible-core + 2.11.0b3 (https://github.com/ansible-collections/community.sops/pull/58). + - community.sops.load_vars - make compatible with latest changes in ansible-core + 2.11.0b3 (https://github.com/ansible-collections/community.sops/pull/58). + release_summary: This release makes the collection compatible to the latest + beta release of ansible-core 2.11. + fragments: + - 1.0.6.yml + - 58-actionmodule-plugin-utils-ansible-core-2.11.yml + release_date: '2021-03-21' diff --git a/changelogs/fragments/1.0.6.yml b/changelogs/fragments/1.0.6.yml deleted file mode 100644 index 1d7e15be..00000000 --- a/changelogs/fragments/1.0.6.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: This release makes the collection compatible to the latest beta release of ansible-core 2.11. diff --git a/changelogs/fragments/58-actionmodule-plugin-utils-ansible-core-2.11.yml b/changelogs/fragments/58-actionmodule-plugin-utils-ansible-core-2.11.yml deleted file mode 100644 index c3d43abf..00000000 --- a/changelogs/fragments/58-actionmodule-plugin-utils-ansible-core-2.11.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: -- "action_module plugin helper - make compatible with latest changes in ansible-core 2.11.0b3 (https://github.com/ansible-collections/community.sops/pull/58)." -- "community.sops.load_vars - make compatible with latest changes in ansible-core 2.11.0b3 (https://github.com/ansible-collections/community.sops/pull/58)."