-
Notifications
You must be signed in to change notification settings - Fork 1.8k
update dependencies to support k8s 1.33 #6966
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Still waiting on
|
Makefile
Outdated
@@ -9,7 +9,7 @@ export IMAGE_VERSION = v1.40.0 | |||
export SIMPLE_VERSION = $(shell (test "$(shell git describe --tags)" = "$(shell git describe --tags --abbrev=0)" && echo $(shell git describe --tags)) || echo $(shell git describe --tags --abbrev=0)+git) | |||
export GIT_VERSION = $(shell git describe --dirty --tags --always) | |||
export GIT_COMMIT = $(shell git rev-parse HEAD) | |||
export K8S_VERSION = 1.32.0 | |||
export K8S_VERSION = 1.33.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I notice that when we bump it the image is no longer added in the kind.
I am not sure why. :-(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm getting even weirder results locally where OLM won't install, I'll look more at this today.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like it was something broken in 1.33.0
, updating the version of this and version of kind resolved this.
ede2023
to
f907965
Compare
f907965
to
8f627ea
Compare
Signed-off-by: Adam D. Cornett <[email protected]>
8f627ea
to
c66755e
Compare
Description of the change:
Motivation for the change:
Checklist
If the pull request includes user-facing changes, extra documentation is required:
changelog/fragments
(seechangelog/fragments/00-template.yaml
)website/content/en/docs