From b582f02262f10a82432f54001ea07f14c4442c0f Mon Sep 17 00:00:00 2001 From: "repo-jeeves[bot]" <106431701+repo-jeeves[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 05:58:24 -0400 Subject: [PATCH] =?UTF-8?q?feat(ansible):=20update=20community.sops=20(=20?= =?UTF-8?q?1.6.7=20=E2=86=92=201.7.0=20)=20(#3907)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [community.sops](https://togithub.com/ansible-collections/community.sops) | galaxy-collection | minor | `1.6.7` -> `1.7.0` | --- ### Release Notes
ansible-collections/community.sops (community.sops) ### [`v1.7.0`](https://togithub.com/ansible-collections/community.sops/releases/tag/1.7.0) [Compare Source](https://togithub.com/ansible-collections/community.sops/compare/1.6.7...1.7.0) ##### Release Summary Bugfix and feature release to fix installation issues with SOPS 3.9.0. ##### Minor Changes - sops vars plugin - allow to configure the valid extensions with an ansible.cfg entry or with an environment variable ([#​185](https://togithub.com/ansible-collections/community.sops/pull/185)). ##### Bugfixes - Fix RPM URL for the 3.9.0 release ([#​188](https://togithub.com/ansible-collections/community.sops/pull/188)).
Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com> --- ansible/requirements.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/requirements.yaml b/ansible/requirements.yaml index 14d19517a6..77ce3a2416 100644 --- a/ansible/requirements.yaml +++ b/ansible/requirements.yaml @@ -5,4 +5,4 @@ collections: - name: community.general version: 9.1.0 - name: community.sops - version: 1.6.7 + version: 1.7.0