Skip to content

Commit

Permalink
chore: Replace k8s v1.28.0-rc.1 with k8s 1.28.3 support (#89)
Browse files Browse the repository at this point in the history
## Description
<!-- Please include a summary of the change in your PR and what it's
fixing. -->
Update k8s version to latest supported version. 

## Type of change
<!-- Please check the relevant option. -->

- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] New feature / enhancement (non-breaking change which adds
functionality)
- [ ] Security fix
- [ ] Bug fix (non-breaking change which fixes an issue)

## Checklist:
<!-- Please check applicable options. -->

- [ ] Add changelog entry following the [contributing
guide](../CONTRIBUTING.md#pull-requests)
- [ ] Documentation has been updated
- [ ] This change requires changes in testing:
  - [ ] unit tests
  - [ ] E2E tests
  • Loading branch information
svetlanabrennan authored Nov 10, 2023
1 parent 243dfdd commit dbd042d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

### enhancement
- Add full k8s 1.28 support by @svetlanabrennan in [#89](https://github.com/newrelic/newrelic-k8s-operator/pull/89)

## v0.4.0 - 2023-10-30

### 🛡️ Security notices
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ IMAGE_TAG_BASE ?= newrelic/newrelic-k8s-operator
# Image URL to use all building/pushing image targets
IMG ?= newrelic/newrelic-k8s-operator
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.27.5
ENVTEST_K8S_VERSION = 1.28.3

# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
ifeq (,$(shell go env GOBIN))
Expand Down

0 comments on commit dbd042d

Please sign in to comment.