kubernetes-sigs / mcs-api

This repository hosts the Multi-Cluster Service APIs. Providers can import packages in this repo to ensure their multi-cluster service controller implementations will be compatible with MCS data planes.
Apache License 2.0
199 stars 39 forks source link

update go, deps, and codegen #49

Closed nojnhuh closed 1 month ago

nojnhuh commented 1 month ago

This PR updates Go to 1.22 and k8s.io dependencies to v1.30, handling breaking changes as necessary.

My original goal here was to get the existing e2e test to run so we can start working on the next one (#16), so there might still be some lingering breakage outside the e2e flow. Hopefully this is at least a step in the right direction.

nojnhuh commented 1 month ago

@lauralorenz Could you PTAL?

/assign @lauralorenz

skitt commented 1 month ago

/lgtm

lauralorenz commented 1 month ago

/lgtm /approve

k8s-ci-robot commented 1 month ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jackfrancis, lauralorenz, nojnhuh, skitt

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: - ~~[OWNERS](https://github.com/kubernetes-sigs/mcs-api/blob/master/OWNERS)~~ [lauralorenz] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment