Skip to content

Commit a702511

Browse files
committed
Merge branch 'bump-k8s-operator-libs' into 'release-22.09'
Bump k8s-operator-libs so 'wait-for-completion' state waits on all pods in... See merge request nvidia/kubernetes/gpu-operator!622
2 parents b436fe5 + 9484dcb commit a702511

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/NVIDIA/gpu-operator
33
go 1.19
44

55
require (
6-
github.com/NVIDIA/k8s-operator-libs v0.0.0-20230109211555-38532a3a7d36
6+
github.com/NVIDIA/k8s-operator-libs v0.0.0-20230118182127-8e73980389ca
77
github.com/go-logr/logr v1.2.3
88
github.com/mitchellh/hashstructure v1.1.0
99
github.com/openshift/api v0.0.0-20210924154557-a4f696157341

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
6969
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
7070
github.com/MakeNowJust/heredoc v1.0.0 h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=
7171
github.com/MakeNowJust/heredoc v1.0.0/go.mod h1:mG5amYoWBHf8vpLOuehzbGGw0EHxpZZ6lCpQ4fNJ8LE=
72-
github.com/NVIDIA/k8s-operator-libs v0.0.0-20230109211555-38532a3a7d36 h1:nAmSm7OHxO+Aeh4Rtjja8DLc6wUWeURi8AcHZB4pFSA=
73-
github.com/NVIDIA/k8s-operator-libs v0.0.0-20230109211555-38532a3a7d36/go.mod h1:oIo3/7miWTtrzlcLrpceTYc6/59RtCoZjSLgquHikEg=
72+
github.com/NVIDIA/k8s-operator-libs v0.0.0-20230118182127-8e73980389ca h1:WW+3Hs5oLau3ofkf0IQzupL4dxJ3HSOuAwwJ8L+lnC4=
73+
github.com/NVIDIA/k8s-operator-libs v0.0.0-20230118182127-8e73980389ca/go.mod h1:oIo3/7miWTtrzlcLrpceTYc6/59RtCoZjSLgquHikEg=
7474
github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ=
7575
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
7676
github.com/PuerkitoBio/purell v1.1.1 h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI=

vendor/github.com/NVIDIA/k8s-operator-libs/pkg/upgrade/pod_manager.go

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ github.com/Azure/go-autorest/tracing
2727
# github.com/MakeNowJust/heredoc v1.0.0
2828
## explicit; go 1.12
2929
github.com/MakeNowJust/heredoc
30-
# github.com/NVIDIA/k8s-operator-libs v0.0.0-20230109211555-38532a3a7d36
30+
# github.com/NVIDIA/k8s-operator-libs v0.0.0-20230118182127-8e73980389ca
3131
## explicit; go 1.18
3232
github.com/NVIDIA/k8s-operator-libs/api/upgrade/v1alpha1
3333
github.com/NVIDIA/k8s-operator-libs/pkg/consts

0 commit comments

Comments
 (0)