Skip to content
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

Merged
merged 10 commits into from
Jan 11, 2023
Merged

Conversation

gongmax
Copy link
Collaborator

@gongmax gongmax commented Jan 11, 2023

What type of PR is this?

Uncomment only one /kind <> line, press enter to put that in a new line, and remove leading whitespace from that line:

/kind breaking

/kind bug
/kind cleanup
/kind documentation
/kind feature
/kind hotfix

What this PR does / Why we need it:

Which issue(s) this PR fixes:

Closes #2867

Special notes for your reviewer:

Change Highlights:

  • Update k8s version of GKE and EKS terraform submodule to 1.24, and recreate the e2e-test-cluster using the new module.
  • Update k8s version of AKS terraform submodule to 1.24.6.
  • Update the k8s version of the prow cluster terraform submodule to 1.24, and recreate the prow cluster.
  • Update kubectl version in build/build-image/Dockerfile and build/e2e-image/Dockerfile to 1.24.9, which is the latest release of 1.24
  • Update the k8s version for Minikube to 1.24.9.
  • Update the Kind image to kindest/node:v1.24.7, which is the latest release of it.
  • Update Config.toml to reflect the version change.
  • Update the k8s image used in the helm pre-delete-hook to lachlanevenson/k8s-kubectl:v1.24.8, which is the latest release of 1.24.
  • In go.mod, update k8s.io/api, k8s.io/apiextensions-apiserver, k8s.io/apimachinery, and k8s.io/client-go to v0.24.9, run go mod tidy to update go.sum, and then run go mod vendor to update vendor.
  • In test/terraform/go.mod, update k8s.io/apimachinery to v0.24.9, and rungo mod tidy to update go.sum.
  • Changes to remove the ClusterName field in the ObjectMeta because it was deprecated
  • Changes to replace k8s.io/apimachinery/pkg/util/clock with k8s.io/utils/clock because of the deprecation.

@gongmax gongmax changed the title K8s 1.24 Update Kubernetes version to 1.24 Jan 11, 2023
@agones-bot
Copy link
Collaborator

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:

  • git fetch https://github.com/googleforgames/agones.git pull/2895/head:pr_2895 && git checkout pr_2895
  • helm install agones ./install/helm/agones --namespace agones-system --agones.image.release=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.29.0-522d60d-amd64

@gongmax gongmax marked this pull request as ready for review January 11, 2023 01:55
@google-oss-prow
Copy link

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@markmandel markmandel enabled auto-merge (squash) January 11, 2023 17:57
@google-oss-prow google-oss-prow bot removed the lgtm label Jan 11, 2023
@google-oss-prow
Copy link

New changes are detected. LGTM label has been removed.

@markmandel
Copy link
Member

@mangalpalli FYI - another PR we're sneaking in before RC.

@markmandel markmandel mentioned this pull request Jan 11, 2023
74 tasks
@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 7c25df8c-8625-447a-8ce4-733d3e60996f

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@agones-bot
Copy link
Collaborator

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:

  • git fetch https://github.com/googleforgames/agones.git pull/2895/head:pr_2895 && git checkout pr_2895
  • helm install agones ./install/helm/agones --namespace agones-system --agones.image.release=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.29.0-774ffe9-amd64

@markmandel markmandel merged commit f0d11e4 into googleforgames:main Jan 11, 2023
@Kalaiselvi84 Kalaiselvi84 added this to the 1.29.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Kubernetes to 1.24
4 participants