Skip to content

Commit

Permalink
Bump k8s.io/cri-api from 0.31.0-rc.1 to 0.32.0-alpha.1
Browse files Browse the repository at this point in the history
Bumps [k8s.io/cri-api](https://github.com/kubernetes/cri-api) from 0.31.0-rc.1 to 0.32.0-alpha.1.
- [Commits](kubernetes/cri-api@v0.31.0-rc.1...v0.32.0-alpha.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent ea07bd1 commit bf638ac
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require (
k8s.io/api v0.32.0-alpha.1
k8s.io/apimachinery v0.32.0-alpha.1
k8s.io/client-go v0.32.0-alpha.1
k8s.io/cri-api v0.31.0-rc.1
k8s.io/cri-api v0.32.0-alpha.1
k8s.io/cri-client v0.31.0-rc.1
k8s.io/klog/v2 v2.130.1
k8s.io/kubectl v0.31.0-rc.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ k8s.io/client-go v0.32.0-alpha.1 h1:gxkLX3+Hs+srzwRdJ/ftK7OwoOHJgZ8AXipPYrXpVs4=
k8s.io/client-go v0.32.0-alpha.1/go.mod h1:WEgsM/Ayjy21IdfXaOosEpnl3CeMppYOiB7dOESK+zo=
k8s.io/component-base v0.31.0-rc.1 h1:MBTLTqo2/P0OHGOvUwaZBICPKMrylOllOV3e0REcD0U=
k8s.io/component-base v0.31.0-rc.1/go.mod h1:YV7bvpvHLgCCzOW6geKYADukl7yZuOMbObetd45kTQE=
k8s.io/cri-api v0.31.0-rc.1 h1:Dn8iLF6ur+S9kEVItjwxWErtbe38ng+AEtoA/dziZRo=
k8s.io/cri-api v0.31.0-rc.1/go.mod h1:Po3TMAYH/+KrZabi7QiwQI4a692oZcUOUThd/rqwxrI=
k8s.io/cri-api v0.32.0-alpha.1 h1:OcxewPupuPDqNTwDuP7k1Mk+0laswF1sw9Yox3928tA=
k8s.io/cri-api v0.32.0-alpha.1/go.mod h1:ZNgivL6OHSDAQphiTGgYuAgIFv+JKfaNWJX433tIVPY=
k8s.io/cri-client v0.31.0-rc.1 h1:FucJ9DXPKtSShK21dE03pqj2SxstwRXCLPAWs6pXt1E=
k8s.io/cri-client v0.31.0-rc.1/go.mod h1:StuBuduMd/H74TpRCX5qThQq6OrqvlPuEUFH4aRbKBM=
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
Expand Down
6 changes: 3 additions & 3 deletions vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -555,8 +555,8 @@ k8s.io/component-base/metrics/prometheusextension
k8s.io/component-base/tracing
k8s.io/component-base/tracing/api/v1
k8s.io/component-base/version
# k8s.io/cri-api v0.31.0-rc.1
## explicit; go 1.22.0
# k8s.io/cri-api v0.32.0-alpha.1
## explicit; go 1.23.0
k8s.io/cri-api/pkg/apis
k8s.io/cri-api/pkg/apis/runtime/v1
# k8s.io/cri-client v0.31.0-rc.1
Expand Down

0 comments on commit bf638ac

Please sign in to comment.