-
Notifications
You must be signed in to change notification settings - Fork 820
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
Update Kubernetes version to 1.24 #2895
Conversation
Build Succeeded 👏 Build Id: 7e52ae8f-e3c5-49b6-b92b-b0323496ed3b The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gongmax, markmandel The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
New changes are detected. LGTM label has been removed. |
@mangalpalli FYI - another PR we're sneaking in before RC. |
Build Failed 😱 Build Id: 7c25df8c-8625-447a-8ce4-733d3e60996f To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: 986b4931-f576-417e-a817-39330c2f23f6 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
What type of PR is this?
/kind breaking
What this PR does / Why we need it:
Which issue(s) this PR fixes:
Closes #2867
Special notes for your reviewer:
Change Highlights:
e2e-test-cluster
using the new module.build/build-image/Dockerfile
andbuild/e2e-image/Dockerfile
to1.24.9
, which is the latest release of 1.241.24.9
.kindest/node:v1.24.7
, which is the latest release of it.Config.toml
to reflect the version change.pre-delete-hook
tolachlanevenson/k8s-kubectl:v1.24.8
, which is the latest release of 1.24.go.mod
, updatek8s.io/api
,k8s.io/apiextensions-apiserver
,k8s.io/apimachinery
, andk8s.io/client-go
tov0.24.9
, rungo mod tidy
to updatego.sum
, and then rungo mod vendor
to update vendor.test/terraform/go.mod
, updatek8s.io/apimachinery
tov0.24.9
, and rungo mod tidy
to updatego.sum
.ClusterName
field in theObjectMeta
because it was deprecatedk8s.io/apimachinery/pkg/util/clock
withk8s.io/utils/clock
because of the deprecation.