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

⚠ Bump k8s.io/ to v1.30.0-beta.0 #2693

Merged
merged 3 commits into from Mar 22, 2024

Commits on Mar 18, 2024

  1. 🌱 Remove the empty go.mod/sum files from hack/tools

    All the tool binaries are managed via go install nowadays, so no need to
    keep the module files around.
    
    Add a .keep file to keep the now empty tools directory. It will still
    be used by the build to store the tool binaries. Even though it would be
    created automatically, having it as part of the git tree makes it more
    obvious that it's still being used by the build.
    
    See: 9847243 ("Use go-install for versioned dependencies")
    Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
    twz123 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c7e1dc9 View commit details
    Browse the repository at this point in the history
  2. 🌱 Bump to Go 1.22

    This is a prerequisite for Kubernetes 1.30.
    
    Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
    twz123 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4c2442e View commit details
    Browse the repository at this point in the history
  3. ⚠ Bump k8s.io/ to v1.30.0-beta.0

    Kubernetes 1.30 has a breaking API change around leader election
    metrics. Adapt to those API changes accordingly.
    
    Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
    twz123 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1947da6 View commit details
    Browse the repository at this point in the history