Skip to content

Commit

Permalink
Bump k8s.io/client-go from 0.26.0-rc.0 to 0.27.0-alpha.0
Browse files Browse the repository at this point in the history
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.26.0-rc.0 to 0.27.0-alpha.0.
- [Release notes](https://github.com/kubernetes/client-go/releases)
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.26.0-rc.0...v0.27.0-alpha.0)

---
updated-dependencies:
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2022
1 parent 06236ef commit a4f8c7e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/kubernetes-csi/csi-lib-utils v0.11.0
golang.org/x/sys v0.2.0
google.golang.org/grpc v1.51.0
k8s.io/client-go v0.26.0-rc.0
k8s.io/client-go v0.27.0-alpha.0
k8s.io/klog/v2 v2.80.1
k8s.io/kubelet v0.26.0-rc.0
)
Expand Down Expand Up @@ -44,7 +44,7 @@ require (
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apimachinery v0.26.0-rc.0 // indirect
k8s.io/apimachinery v0.27.0-alpha.0 // indirect
k8s.io/component-base v0.26.0-rc.0 // indirect
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -768,11 +768,11 @@ honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9
honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
k8s.io/api v0.22.0/go.mod h1:0AoXXqst47OI/L0oGKq9DG61dvGRPXs7X4/B7KyjBCU=
k8s.io/apimachinery v0.22.0/go.mod h1:O3oNtNadZdeOMxHFVxOreoznohCpy0z6mocxbZr7oJ0=
k8s.io/apimachinery v0.26.0-rc.0 h1:PModgniuCua1/ukXLN1zfaF6ypTKL/M2QA1geNRr9eI=
k8s.io/apimachinery v0.26.0-rc.0/go.mod h1:VXMmlsE7YRJ5vyAyWpkKIfFkEbDNpVs0ObpkuQf1WfM=
k8s.io/apimachinery v0.27.0-alpha.0 h1:SScbcRwZ9nhhFlk9ndSZC0ORTkzojYNQHUY/Je45yr8=
k8s.io/apimachinery v0.27.0-alpha.0/go.mod h1:VXMmlsE7YRJ5vyAyWpkKIfFkEbDNpVs0ObpkuQf1WfM=
k8s.io/client-go v0.22.0/go.mod h1:GUjIuXR5PiEv/RVK5OODUsm6eZk7wtSWZSaSJbpFdGg=
k8s.io/client-go v0.26.0-rc.0 h1:nxRrL8CVr6/PE170LCMcj4Va1A51lu/cpSOfmQgi+8c=
k8s.io/client-go v0.26.0-rc.0/go.mod h1:4a6z7WzSFRLk1ckfC4R0Km7XgKuSkmByrZ4DTRyf6sg=
k8s.io/client-go v0.27.0-alpha.0 h1:4RtoatHOkrKYY5ZIiIp7C673AfW8BAW0uHyzPjJNr/A=
k8s.io/client-go v0.27.0-alpha.0/go.mod h1:RJrtAj6cVULpBBxyh25R3v0TRsNHqGU3uDqOVSFeZ0Q=
k8s.io/component-base v0.22.0/go.mod h1:SXj6Z+V6P6GsBhHZVbWCw9hFjUdUYnJerlhhPnYCBCg=
k8s.io/component-base v0.26.0-rc.0 h1:Wv++FigJD5cG8PqAJTcAmMUzZjK0xeUVKdHfFI25ozM=
k8s.io/component-base v0.26.0-rc.0/go.mod h1:Z5mRcxHK8LTysK8B720fXUVfnkJ6Pjg1Io7I7xmoS1U=
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,11 @@ gopkg.in/yaml.v2
# gopkg.in/yaml.v3 v3.0.1
## explicit
gopkg.in/yaml.v3
# k8s.io/apimachinery v0.26.0-rc.0
# k8s.io/apimachinery v0.27.0-alpha.0
## explicit; go 1.19
k8s.io/apimachinery/pkg/util/sets
k8s.io/apimachinery/pkg/version
# k8s.io/client-go v0.26.0-rc.0
# k8s.io/client-go v0.27.0-alpha.0
## explicit; go 1.19
k8s.io/client-go/util/testing
# k8s.io/component-base v0.26.0-rc.0
Expand Down

0 comments on commit a4f8c7e

Please sign in to comment.