From 078a4feb1d75f34efd8842825e26bbce5154781a Mon Sep 17 00:00:00 2001 From: kpattaswamy Date: Wed, 12 Mar 2025 13:24:15 -0700 Subject: [PATCH 1/2] Upgrade supported k8s version to v1.32.0 and drop v1.27.0 Signed-off-by: kpattaswamy --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0bd642a3..297d2266 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: strategy: fail-fast: false matrix: - kubernetes-version: ["v1.31.0", "v1.30.0", "v1.29.5", "v1.28.3", "v1.27.5"] + kubernetes-version: ["v1.32.0", "v1.31.0", "v1.30.0", "v1.29.5", "v1.28.3"] cri: [ containerd ] steps: - uses: actions/checkout@v4 @@ -52,7 +52,7 @@ jobs: - uses: azure/setup-kubectl@v4 with: - version: v1.31.0 + version: v1.32.0 - uses: azure/setup-helm@v4 with: @@ -125,7 +125,7 @@ jobs: strategy: fail-fast: false matrix: - k8sVersion: ["v1.31.0", "v1.30.0", "v1.29.5", "v1.28.3", "v1.27.5"] + k8sVersion: ["v1.32.0", "v1.31.0", "v1.30.0", "v1.29.5", "v1.28.3"] steps: - name: Checkout repository uses: actions/checkout@v4 From 290c6226f2c5827c6602843ee1a355482d1c9284 Mon Sep 17 00:00:00 2001 From: kpattaswamy Date: Wed, 12 Mar 2025 13:25:42 -0700 Subject: [PATCH 2/2] Update changelog Signed-off-by: kpattaswamy --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f736d5a3..53d0c1fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### enhancement +- Add v1.32 support and drop support for v1.27 @kpattaswamy [#387](https://github.com/newrelic/newrelic-k8s-metrics-adapter/pull/387) + ## v0.15.6 - 2025-02-17 ### ⛓️ Dependencies