Skip to content

Commit a5f212a

Browse files
Bump k8s.io/client-go from 0.21.3 to 0.22.1 (#133)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.21.3 to 0.22.1. - [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.21.3...v0.22.1) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 835fd76 commit a5f212a

File tree

2 files changed

+64
-53
lines changed

2 files changed

+64
-53
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/pkg/errors v0.9.1
99
github.com/sirupsen/logrus v1.8.1
1010
github.com/stretchr/testify v1.7.0
11-
k8s.io/api v0.21.3
12-
k8s.io/apimachinery v0.21.3
13-
k8s.io/client-go v0.21.3
11+
k8s.io/api v0.22.1
12+
k8s.io/apimachinery v0.22.1
13+
k8s.io/client-go v0.22.1
1414
)

0 commit comments

Comments
 (0)