-
Notifications
You must be signed in to change notification settings - Fork 276
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
Deploy 3.13 by default #1597
Deploy 3.13 by default #1597
Conversation
e43cbc1
to
9b0ed68
Compare
Don't expect experimental features to be enabled
9b0ed68
to
b0e3511
Compare
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.
We test in Kubernetes 1.19 and 1.26. We can bump the "oldest supported" Kubernetes version in CI here:
cluster-operator/.github/workflows/build-test-publish.yml
Lines 17 to 20 in a7f46d9
# Taken from https://github.com/kubernetes-sigs/kind/releases/tag/v0.18.0 | |
# The image here should be listed under 'Images built for this release' for the version of kind in go.mod | |
KIND_NODE_IMAGE: "kindest/node:v1.26.3@sha256:61b92f38dff6ccc29969e7aa154d34e38b89443af1a2c14e6cfbd2df6419c66f" | |
KIND_OLDEST_NODE_IMAGE: "kindest/node:v1.19.16@sha256:81f552397c1e6c1f293f967ecb1344d8857613fb978f963c30e907c32f598467" |
I'm happy to drop support for older versions of Kubernetes to N-3, or whatever TKG ships, or something similar.
Previously 1.19 and 1.26
I've bumped the tested Kubernetes versions from 1.19+1.26 to 1.26+1.29 |
Bump the default to 3.13.1. Do not mention some old RMQ and Kubernetes versions that likely work, but we surely don't test new Operator versions with them