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 to k8s 1.25.0 #1131

Merged
merged 3 commits into from
Sep 2, 2022
Merged

Commits on Sep 1, 2022

  1. add helper script to upgrade k8s

    - added helper script
      from kubernetes/kubernetes#79384 (comment)
      to scripts/upgrade-k8s.sh
    
    - removed bashisms from the script
    
    Signed-off-by: Ed Bartosh <[email protected]>
    bart0sh committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    f814591 View commit details
    Browse the repository at this point in the history
  2. upgrade to k8s 1.25.0

    - upgraded to Kubernetes 1.25.0:
      $ ./scripts/upgrade-k8s.sh 1.25.0
      go: downloading k8s.io/kubernetes v1.25.0
      go: upgraded k8s.io/api v0.25.0-rc.0 => v0.25.0
      go: upgraded k8s.io/apimachinery v0.25.0-rc.0 => v0.25.0
      go: upgraded k8s.io/apiserver v0.25.0-rc.0 => v0.25.0
      go: upgraded k8s.io/component-base v0.25.0-rc.0 => v0.25.0
      go: upgraded k8s.io/component-helpers v0.25.0-rc.0 => v0.25.0
      go: upgraded k8s.io/kubernetes v1.25.0-rc.0 => v1.25.0
    
    Signed-off-by: Ed Bartosh <[email protected]>
    bart0sh committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    ad58ba4 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. fix lint failure

    Removed unused import. This should fix this golangci-lint failure:
      can't run linter goanalysis_metalinter:
      buildir: failed to load package :
      could not load export data:
      no export data for "cloud.google.com/go/compute/metadata"
    
    Signed-off-by: Ed Bartosh <[email protected]>
    bart0sh committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    5756725 View commit details
    Browse the repository at this point in the history