From 72cb50f9b8d95c18789d5f715c524b71cf511680 Mon Sep 17 00:00:00 2001 From: Brady Todhunter Date: Thu, 29 Feb 2024 09:42:08 -0800 Subject: [PATCH] add k8s 1.29 and update kindest nodes to latest patch versions (#350) * add k8s 1.29 and update kindest nodes to latest patch versions * bump chart version & update kubeVersion --------- Signed-off-by: Brady Todhunter --- .github/workflows/test.yaml | 2 +- stable/enterprise/Chart.yaml | 4 ++-- stable/feeds/Chart.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 111fb3ce..db305a20 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - kubernetesVersion: ["v1.23.17", "v1.24.15", "v1.25.11", "v1.26.6", "v1.27.3", "v1.28.0"] + kubernetesVersion: ["v1.24.17", "v1.25.16", "v1.26.14", "v1.27.11", "v1.28.7", "v1.29.2"] runs-on: ubuntu-latest steps: - name: Checkout diff --git a/stable/enterprise/Chart.yaml b/stable/enterprise/Chart.yaml index d0f000fd..4e8256d8 100644 --- a/stable/enterprise/Chart.yaml +++ b/stable/enterprise/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: enterprise -version: "2.3.4" +version: "2.3.5" appVersion: "5.2.0" -kubeVersion: 1.23.x - 1.28.x || 1.23.x-x - 1.28.x-x +kubeVersion: 1.23.x - 1.28.x || 1.23.x-x - 1.29.x-x description: | Anchore Enterprise is a complete container security workflow solution for professional teams. Easily integrating with CI/CD systems, it allows developers to bolster security without compromising velocity and enables security teams to audit and verify compliance in real-time. diff --git a/stable/feeds/Chart.yaml b/stable/feeds/Chart.yaml index 6afdd892..8ee4676d 100644 --- a/stable/feeds/Chart.yaml +++ b/stable/feeds/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 name: feeds type: application -version: "2.2.2" +version: "2.2.3" appVersion: "5.2.0" -kubeVersion: 1.23.x - 1.27.x || 1.23.x-x - 1.28.x-x +kubeVersion: 1.23.x - 1.27.x || 1.23.x-x - 1.29.x-x description: Anchore feeds service keywords: - "anchore"