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

chore: bump k8s version to 1.31 #2202

Merged
merged 5 commits into from
Oct 8, 2024
Merged

chore: bump k8s version to 1.31 #2202

merged 5 commits into from
Oct 8, 2024

Commits on Oct 7, 2024

  1. chore: bump 1.31

    Signed-off-by: Rohan CJ <[email protected]>
    rohantmp committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    50b71db View commit details
    Browse the repository at this point in the history
  2. chore: update vendor

    Signed-off-by: Rohan CJ <[email protected]>
    rohantmp committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a6f4a84 View commit details
    Browse the repository at this point in the history
  3. chore: fix controller runtime 0.19.0 breakages

    Signed-off-by: Rohan CJ <[email protected]>
    rohantmp committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    034a301 View commit details
    Browse the repository at this point in the history
  4. fix: ensure unique controller names to satisfy controller-runtime

    controller-runtime complains at runtime if two registered controllers
    have the same name
    
    Signed-off-by: Rohan CJ <[email protected]>
    rohantmp committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e35282d View commit details
    Browse the repository at this point in the history
  5. fix: ignore linter warnings for testing sync of deprecated fields

    we should only stop syncing fields when they're removed, and not
    deprecated
    
    Signed-off-by: Rohan CJ <[email protected]>
    rohantmp committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f29d2e6 View commit details
    Browse the repository at this point in the history