Skip to content

Commit

Permalink
chore(deps): bump k8s.io/api from 0.22.15 to 0.22.16
Browse files Browse the repository at this point in the history
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.22.15 to 0.22.16.
- [Release notes](https://github.com/kubernetes/api/releases)
- [Commits](kubernetes/api@v0.22.15...v0.22.16)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 13, 2022
1 parent be4cc52 commit 43e2c15
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Expand Up @@ -19,8 +19,8 @@ require (
github.com/stretchr/testify v1.8.1
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
golang.org/x/text v0.4.0
k8s.io/api v0.22.15
k8s.io/apimachinery v0.22.15
k8s.io/api v0.22.16
k8s.io/apimachinery v0.22.16
k8s.io/apiserver v0.22.15
k8s.io/client-go v0.22.15
k8s.io/cloud-provider v0.22.15
Expand Down
6 changes: 4 additions & 2 deletions go.sum
Expand Up @@ -953,10 +953,12 @@ honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWh
honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
k8s.io/api v0.22.15 h1:ersJ+vN3OD+3xutZ+T/VT8hHKpjfzFOftw05li3S2VI=
k8s.io/api v0.22.15/go.mod h1:sJ9GkTzy/ni7FnB8Rf9o1TAHrlrUIiqD+bW/nlrjjHk=
k8s.io/apimachinery v0.22.15 h1:Ad8XfYmIwYVHznV2iNatXujRVTEOs0h2RCYm81Ql5EM=
k8s.io/api v0.22.16 h1:JH5n0vS/IiHr6pe8erxpk3z3dRerMGP2HNHtLVJz38s=
k8s.io/api v0.22.16/go.mod h1:EVa5pIbcAH9IJFyfQex8+afS++7kuDFzb89JCiu94mQ=
k8s.io/apimachinery v0.22.15/go.mod h1:ZvVLP5iLhwVFg2Yx9Gh5W0um0DUauExbRhe+2Z8I1EU=
k8s.io/apimachinery v0.22.16 h1:t6va6O07rpgP0FPOR8usGpgtrXUwnatpbTdtsxjwCXU=
k8s.io/apimachinery v0.22.16/go.mod h1:ZvVLP5iLhwVFg2Yx9Gh5W0um0DUauExbRhe+2Z8I1EU=
k8s.io/apiserver v0.22.15 h1:ZSLiTrB5XH2jsnscrn5mgcA2a+hgzaAdgqFYGYYDlEo=
k8s.io/apiserver v0.22.15/go.mod h1:g/unaXkmES55B/H6YBY4gIl5v6tiaRD0l3134tYUhu4=
k8s.io/client-go v0.22.15 h1:uQxFSlfgu/Ch0+zEIwZun8gEgp7LpiQRyo+DeIBgr6Y=
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Expand Up @@ -470,7 +470,7 @@ gopkg.in/natefinch/lumberjack.v2
gopkg.in/yaml.v2
# gopkg.in/yaml.v3 v3.0.1
gopkg.in/yaml.v3
# k8s.io/api v0.22.15
# k8s.io/api v0.22.16
## explicit
k8s.io/api/admission/v1
k8s.io/api/admission/v1beta1
Expand Down Expand Up @@ -517,7 +517,7 @@ k8s.io/api/scheduling/v1beta1
k8s.io/api/storage/v1
k8s.io/api/storage/v1alpha1
k8s.io/api/storage/v1beta1
# k8s.io/apimachinery v0.22.15
# k8s.io/apimachinery v0.22.16
## explicit
k8s.io/apimachinery/pkg/api/equality
k8s.io/apimachinery/pkg/api/errors
Expand Down

0 comments on commit 43e2c15

Please sign in to comment.