-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update kubernetes go client (@ 0.22.0), other go mods #3537
Commits on Aug 17, 2021
-
Go module updates (renovate-bot)
* Update github.com/shurcooL/vfsgen commit hash to 0d455de * Update golang.org/x/oauth2 commit hash to a41e5a7 * Update golang.org/x/sys commit hash to 0f9fa26 * Update golang.org/x/time commit hash to 1f47c86 * Update module github.com/Masterminds/semver/v3 to v3.1.1 * Update module github.com/gorilla/mux to v1.8.0 * Update module github.com/instrumenta/kubeval to v0.16.1 * Update module github.com/aws/aws-sdk-go to v1.40.7 * Update module github.com/pkg/term to v1 * Update module github.com/prometheus/client_golang to v1.11.0 * Update module k8s.io/apiextensions-apiserver to v0.21.3 * Update module github.com/google/go-github/v28 to v37 * Update module github.com/whilp/git-urls to v1 * Update module k8s.io/klog to v2 * Update module github.com/cheggaaa/pb/v3 to v3.0.8 * Update module github.com/evanphx/json-patch to v4.11.0 * Update module github.com/go-kit/kit to v0.11.0 * Update module github.com/spf13/cobra to v1.2.1 * Update module github.com/fluxcd/helm-operator to v1.4.0 * Update module github.com/imdario/mergo to v0.3.12 * Update module github.com/google/go-containerregistry to v0.5.1 Signed-off-by: Kingdon Barrett <[email protected]> Signed-off-by: Kingdon Barrett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f9084f - Browse repository at this point
Copy the full SHA 2f9084fView commit details -
Signed-off-by: Kingdon Barrett <[email protected]> Signed-off-by: Kingdon Barrett <[email protected]>
Kingdon Barrett committedAug 17, 2021 Configuration menu - View commit details
-
Copy full SHA for b052afc - Browse repository at this point
Copy the full SHA b052afcView commit details -
Update kubernetes-client pin from 1.17.x to 1.21.x
Signed-off-by: Kingdon Barrett <[email protected]>
Kingdon Barrett committedAug 17, 2021 Configuration menu - View commit details
-
Copy full SHA for feaedf3 - Browse repository at this point
Copy the full SHA feaedf3View commit details -
go mod updates for kubernetes client
* go mod download (go.sum) * go mod updates for helm-operator package * go mod download (helm-operator) * remove github.com/Azure/go-autorest pin (it was failing go mod tidy) Signed-off-by: Kingdon Barrett <[email protected]>
Kingdon Barrett committedAug 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 5700253 - Browse repository at this point
Copy the full SHA 5700253View commit details -
Resolving compilation errors for k8s 1.21.x client
* remove "replace" statement for go-autorest With SOPS upgraded, "go mod tidy" now fails until this is removed. * Resolve client-go issue from upgrade to 1.20 kubernetes/client-go#914 (comment) * register deployments type Signed-off-by: Kingdon Barrett <[email protected]>
Kingdon Barrett committedAug 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 3687686 - Browse repository at this point
Copy the full SHA 3687686View commit details -
update k8s-go client pins now - 0.22.0 is released
Signed-off-by: Kingdon Barrett <[email protected]>
Kingdon Barrett committedAug 17, 2021 Configuration menu - View commit details
-
Copy full SHA for bb3ee75 - Browse repository at this point
Copy the full SHA bb3ee75View commit details -
Upgrade GitHub Actions to Go 1.16.x
Tests failed because: Error: ../../../go/pkg/mod/k8s.io/[email protected]/plugin/pkg/client/auth/exec/metrics.go:21:2: package io/fs is not in GOROOT (/opt/hostedtoolcache/go/1.15.15/x64/src/io/fs) This PR updated the toolchain to Go 1.16.x but CI was not yet upgraded. Adding a commit for that, CI should pass after. Signed-off-by: Kingdon Barrett <[email protected]>
Kingdon Barrett committedAug 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 22dcce7 - Browse repository at this point
Copy the full SHA 22dcce7View commit details -
Include k8s.io/apiextensions-apiserver
This was missed in bb3ee75 Signed-off-by: Kingdon Barrett <[email protected]>
Kingdon Barrett committedAug 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 2031fbd - Browse repository at this point
Copy the full SHA 2031fbdView commit details -
Update golang.org/x/sys commit hash to 7d9622a
Signed-off-by: Kingdon Barrett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9567a85 - Browse repository at this point
Copy the full SHA 9567a85View commit details -
Update cmd/fluxctl/portforward.go
In context where ctx context is already available, use it Co-authored-by: Hidde Beydals <[email protected]> Signed-off-by: Kingdon Barrett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57b4141 - Browse repository at this point
Copy the full SHA 57b4141View commit details