Skip to content

Commit 2b74ee7

Browse files
Bump k8s.io/cli-runtime from 0.21.3 to 0.22.0 (#471)
Bumps [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) from 0.21.3 to 0.22.0. - [Release notes](https://github.com/kubernetes/cli-runtime/releases) - [Commits](kubernetes/cli-runtime@v0.21.3...v0.22.0) --- updated-dependencies: - dependency-name: k8s.io/cli-runtime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f3374d4 commit 2b74ee7

File tree

2 files changed

+68
-36
lines changed

2 files changed

+68
-36
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
golang.org/x/tools v0.1.5
3232
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
3333
helm.sh/helm/v3 v3.6.3
34-
k8s.io/apimachinery v0.21.3
35-
k8s.io/cli-runtime v0.21.3
36-
k8s.io/client-go v0.21.3
34+
k8s.io/apimachinery v0.22.0
35+
k8s.io/cli-runtime v0.22.0
36+
k8s.io/client-go v0.22.0
3737
)

0 commit comments

Comments
 (0)