From 56925cf0d7f34b62a34e6fce4d1ada0760e48224 Mon Sep 17 00:00:00 2001 From: "angelnu-bot[bot]" <115925344+angelnu-bot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:11:36 +0000 Subject: [PATCH] feat(ansible-collection): update community.sops to 1.9.0 | datasource | package | from | to | | ----------------- | -------------- | ----- | ----- | | galaxy-collection | community.sops | 1.8.2 | 1.9.0 | --- ansible/requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 1f2e7013f..572b4083d 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -2,7 +2,7 @@ collections: - name: community.general version: 9.4.0 - name: community.sops - version: 1.8.2 + version: 1.9.0 roles: - name: xanmanning.k3s src: https://github.com/PyratLabs/ansible-role-k3s.git