From 7aaead8a06bed04ac02650a7f9726bba3544cb80 Mon Sep 17 00:00:00 2001 From: Chris Zeitler Date: Thu, 17 Oct 2024 15:41:16 -0500 Subject: [PATCH 1/3] feat: Add Kube 1.31 support and drop 1.26 --- .github/workflows/push_pr.yml | 4 ++-- e2e-tests/k8s-e2e-bootstraping.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml index 49b75dc3..9327be67 100644 --- a/.github/workflows/push_pr.yml +++ b/.github/workflows/push_pr.yml @@ -38,7 +38,7 @@ jobs: strategy: max-parallel: 5 matrix: - kubernetes-version: ["v1.30.0", "v1.29.5", "v1.28.3", "v1.27.5", "v1.26.8"] + kubernetes-version: ["v1.31.0", "v1.30.0", "v1.29.5", "v1.28.3", "v1.27.5"] steps: - uses: actions/checkout@v4 with: @@ -139,7 +139,7 @@ jobs: fail-fast: false max-parallel: 5 matrix: - k8s-version: ["v1.30.0", "v1.29.5", "v1.28.3", "v1.27.5", "v1.26.8"] + k8s-version: ["v1.31.0", "v1.30.0", "v1.29.5", "v1.28.3", "v1.27.5"] cri: [ containerd ] steps: - uses: actions/checkout@v4 diff --git a/e2e-tests/k8s-e2e-bootstraping.sh b/e2e-tests/k8s-e2e-bootstraping.sh index c7c1fe4c..5e35a936 100644 --- a/e2e-tests/k8s-e2e-bootstraping.sh +++ b/e2e-tests/k8s-e2e-bootstraping.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -E2E_KUBERNETES_VERSION=${E2E_KUBERNETES_VERSION:-v1.30.0} +E2E_KUBERNETES_VERSION=${E2E_KUBERNETES_VERSION:-v1.31.0} E2E_MINIKUBE_DRIVER=${E2E_MINIKUBE_DRIVER:-docker} E2E_SUDO=${E2E_SUDO:-} From cae7253bda7ad8904473731b7f49d1f6157f544d Mon Sep 17 00:00:00 2001 From: Chris Zeitler Date: Thu, 17 Oct 2024 15:43:17 -0500 Subject: [PATCH 2/3] Changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ec18023..964157aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## v0.20.0 - 2024-10-17 + +### 🚀 Enhancements +- Add 1.31 support and drop 1.26 @zeitlerc [#574](https://github.com/newrelic/k8s-metadata-injection/pull/574) + ## v1.29.2 - 2024-10-07 ### ⛓️ Dependencies From 79cac2c393c77bc65003006d4b3d2e4e41f5929d Mon Sep 17 00:00:00 2001 From: Chris Zeitler Date: Thu, 24 Oct 2024 10:50:25 -0500 Subject: [PATCH 3/3] Update CHANGELOG.md Co-authored-by: csongnr <115833851+csongnr@users.noreply.github.com> --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 964157aa..e61c49a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -## v0.20.0 - 2024-10-17 - -### 🚀 Enhancements +### enhancement - Add 1.31 support and drop 1.26 @zeitlerc [#574](https://github.com/newrelic/k8s-metadata-injection/pull/574) ## v1.29.2 - 2024-10-07