-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
Adding a new Kubernetes Version
pinniped's ci branch
- Update
dockerfile-builderspipeline - Update
pull-requestspipeline - Update
mainpipeline - Log in to github as pinniped-ci-bot, then go to this page and change the settings for the new
k8s-code-generator-1.*image to be publicly visible
pinniped
The below tasks are implemented in #2160:
- Bump all golang dependencies (especially the
k8s.iodependencies to use the new minor version).- Be sure to verify that everything compiles and unit tests pass locally. This is probably a good starting point.
./hack/update-go-mod/update-go-mod.sh
./hack/module.sh unit
./hack/prepare-for-integration-tests.sh- Add the new K8s version to
hack/lib/kube-versions.txtand run code generation.
General Tasks
- Consider dropping support for any older versions of Kubernetes
- Create stories or chores to take advantage of features in the new Kubernetes version
- Close this issue
Metadata
Metadata
Assignees
Labels
No labels