From 423af09029f2c70a03bef91eda76eaed31b53416 Mon Sep 17 00:00:00 2001 From: whg517 Date: Mon, 2 Feb 2026 22:50:38 +0800 Subject: [PATCH] Update K8s version matrix to 1.33.7, 1.34.3, 1.35.0 - Update test workflows to test only the highest version (1.35.0) for faster CI - Update release workflows to test all versions (1.33.7, 1.34.3, 1.35.0) - Comment out older versions in test workflows for reference Based on kind v0.31.0 release: - 1.33.7: kindest/node:v1.33.7@sha256:d26ef333bdb2cbe9862a0f7c3803ecc7b4303d8cea8e814b481b09949d353040 - 1.34.3: kindest/node:v1.34.3@sha256:08497ee19eace7b4b5348db5c6a1591d7752b164530a36f855cb0f2bdcbadd48 - 1.35.0: kindest/node:v1.35.0@sha256:452d707d4862f52530247495d180205e029056831160e22870e37e3f6c1ac31f Reference: https://github.com/kubernetes-sigs/kind/releases/tag/v0.31.0 --- .github/workflows/release.yml | 10 +++------- .github/workflows/test.yml | 10 +++------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4859d8..bb851f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,13 +66,9 @@ jobs: strategy: matrix: k8s-version: [ - '1.26.15', - '1.27.16', - '1.28.15', - '1.29.12', - '1.30.8', - '1.31.4', - '1.32.0' + '1.33.7', + '1.34.3', + '1.35.0' ] product_version: ['2.1.8'] steps: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2518087..40354a6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,13 +33,9 @@ jobs: strategy: matrix: k8s-version: [ - '1.26.15', - # '1.27.16', - # '1.28.15', - # '1.29.12', - # '1.30.8', - # '1.31.4', - '1.32.0' + # '1.33.7', + # '1.34.3', + '1.35.0' ] product_version: ['2.1.8'] steps: