From 40f39e75d5b132bfb885469c551b2f61e40138ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:19:21 +0000 Subject: [PATCH] feat(ansible): update community.sops to 1.8.1 | datasource | package | from | to | | ----------------- | -------------- | ----- | ----- | | galaxy-collection | community.sops | 1.6.4 | 1.8.1 | --- infrastructure/ansible/requirements.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/ansible/requirements.yaml b/infrastructure/ansible/requirements.yaml index 9746c49b..8adfa5b4 100644 --- a/infrastructure/ansible/requirements.yaml +++ b/infrastructure/ansible/requirements.yaml @@ -5,7 +5,7 @@ collections: - name: ansible.utils version: 2.10.3 - name: community.sops - version: 1.6.4 + version: 1.8.1 - name: kubernetes.core version: 2.4.0 - name: ansible.posix