From ca30fba2289a3925803593d9d7ad8b9cc6623a0b Mon Sep 17 00:00:00 2001 From: "samipsolutions-bot[bot]" <111672244+samipsolutions-bot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 16:15:28 +0000 Subject: [PATCH] =?UTF-8?q?feat(ansible):=20update=20kubernetes.core=20(?= =?UTF-8?q?=203.0.1=20=E2=86=92=203.1.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------------- | --------------- | ----- | ----- | | galaxy-collection | kubernetes.core | 3.0.1 | 3.1.0 | --- ansible/requirements.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/requirements.yaml b/ansible/requirements.yaml index f3574c8f..dfe24324 100644 --- a/ansible/requirements.yaml +++ b/ansible/requirements.yaml @@ -9,7 +9,7 @@ collections: - name: community.sops version: 1.6.7 - name: kubernetes.core - version: 3.0.1 + version: 3.1.0 roles: - name: xanmanning.k3s version: v3.4.4