From 02b0d0483b45c985a41e47b7de1ea466743b6e99 Mon Sep 17 00:00:00 2001 From: Philip Schmid Date: Thu, 3 Oct 2024 14:34:43 +0200 Subject: [PATCH] Upgraded Talos minor version to 1.8.0 * Upgraded Talos version to 1.8.0 for the conformance tests * Nit: Also removed unused Cilium 1.13 specific renovate logic Signed-off-by: Philip Schmid --- .github/renovate.json | 9 --------- .github/workflows/conformance-pr.yml | 4 ++-- .github/workflows/conformance.yml | 4 ++-- 3 files changed, 4 insertions(+), 13 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 6013656..a78d57d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -26,15 +26,6 @@ "groupName": "Cilium", "matchUpdateTypes": ["patch"] }, - { - "description": "Let's do our Cilium 1.13 testing with the latest patch release. Don't update major or minor.", - "matchDepNames": ["cilium/cilium"], - "matchFileNames": [ - ".github/workflows/conformance-13*" - ], - "groupName": "Cilium 13", - "allowedVersions": "/^v1\\.13\\.[0-9]+$/" - }, { "matchDepNames": ["siderolabs/talos"], "groupName": "Talos", diff --git a/.github/workflows/conformance-pr.yml b/.github/workflows/conformance-pr.yml index 93e76c0..545237a 100644 --- a/.github/workflows/conformance-pr.yml +++ b/.github/workflows/conformance-pr.yml @@ -20,9 +20,9 @@ jobs: - '1.14.15' talos: # renovate: datasource=github-releases depName=siderolabs/talos - - 'v1.7.7' + - 'v1.8.0' # renovate: datasource=github-releases depName=siderolabs/talos - - 'v1.6.8' + - 'v1.7.7' config: # --- Cilium v1.15 --- - name: 'Vanilla' diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index bbfba03..8e3e7e8 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -22,9 +22,9 @@ jobs: - '1.14.15' talos: # renovate: datasource=github-releases depName=siderolabs/talos - - 'v1.7.7' + - 'v1.8.0' # renovate: datasource=github-releases depName=siderolabs/talos - - 'v1.6.8' + - 'v1.7.7' config: - name: 'Vanilla' kube-proxy: false