Skip to content

Commit 83a0996

Browse files
chore: Add k8s v1.28.0-rc.1 support (#366)
* Add 1.28 rc support * Update CHANGELOG.md
1 parent 72067bc commit 83a0996

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 10
1717
strategy:
1818
matrix:
19-
kubernetes-version: [ "v1.24.17", "v1.25.13", "v1.26.8", "v1.27.5"]
19+
kubernetes-version: [ "v1.24.17", "v1.25.13", "v1.26.8", "v1.27.5", "v1.28.0-rc.1"]
2020
steps:
2121
- uses: actions/checkout@v4
2222
with:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### enhancement
1111
- Remove 1.23 support by @svetlanabrennan in [#364](https://github.com/newrelic/newrelic-infra-operator/pull/364)
12+
- Add k8s 1.28.0-rc.1 support by @svetlanabrennan in [#366](https://github.com/newrelic/newrelic-infra-operator/pull/366)
1213

1314
## v0.11.3 - 2023-10-23
1415

0 commit comments

Comments
 (0)