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

Upgrade Kubernetes schema and client libraries to v1.32 #3343

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Dec 3, 2024

  1. Configuration menu
    Copy the full SHA
    79b8828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0470051 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8bf92d View commit details
    Browse the repository at this point in the history
  4. chore: upgrade Kubernetes client libraries to v0.32.0-rc.0

    Within the `tests/` and `provider/` folders, the following command was
    run:
    
    ```sh
    cat go.mod | grep "^\sk8s.io" | grep -v "// indirect" | awk '{print $1}' | xargs -I {} go get -u {}@v0.32.0-rc.0
    ```3
    rquitales committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    662372f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf20b2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be9619a View commit details
    Browse the repository at this point in the history
  7. chore: run make build

    rquitales committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    be4c345 View commit details
    Browse the repository at this point in the history