Skip to content

Commit 1dc2f51

Browse files
fix: revert supported k8s versions list back to latest (#462)
* revert supported k8s version list back to latest versions * changelog * Update .github/workflows/integration-e2e-external.yaml Co-authored-by: Daniel Budziwojski <dbudziwojski@newrelic.com> * Update .github/workflows/integration-e2e.yaml Co-authored-by: Daniel Budziwojski <dbudziwojski@newrelic.com> * skip changelog (CI changes only) --------- Co-authored-by: Daniel Budziwojski <dbudziwojski@newrelic.com>
1 parent 81a86c8 commit 1dc2f51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/integration-e2e-external.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Integration and E2E over minikube (External Contribution)
1+
name: Integration and E2E over minikube
22
on:
33
pull_request_target:
44

@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
k8sVersion: ["v1.32.0", "v1.31.0", "v1.30.0", "v1.29.5", "v1.28.3"]
19+
k8sVersion: ["v1.34.0", "v1.33.0", "v1.32.0", "v1.31.0", "v1.30.0"]
2020
steps:
2121
- name: Checkout repository
2222
uses: actions/checkout@v6

.github/workflows/integration-e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Integration and E2E over minikube (Internal Contribution)
1+
name: Integration and E2E over minikube
22
on:
33
pull_request:
44
push:
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
k8sVersion: ["v1.32.0", "v1.31.0", "v1.30.0", "v1.29.5", "v1.28.3"]
22+
k8sVersion: ["v1.34.0", "v1.33.0", "v1.32.0", "v1.31.0", "v1.30.0"]
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v6

0 commit comments

Comments
 (0)