Skip to content

Commit 0c4b15a

Browse files
CLOUDP-350413: Bump kind and kubernetes libraries (#512)
# Summary Bumping kubernetes testing version of kind to 1.34.0 and the kubernetes golang dependencies to `v0.32.9` ## Proof of Work CI passing ## Checklist - [x] Have you linked a jira ticket and/or is the ticket in the title? - [x] Have you checked whether your jira ticket required DOCSP changes? - [x] Have you added changelog file? - use `skip-changelog` label if not needed - refer to [Changelog files and Release Notes](https://github.com/mongodb/mongodb-kubernetes/blob/master/CONTRIBUTING.md#changelog-files-and-release-notes) section in CONTRIBUTING.md for more details --------- Co-authored-by: Łukasz Sierant <[email protected]>
1 parent 52f4919 commit 0c4b15a

File tree

7 files changed

+81
-77
lines changed

7 files changed

+81
-77
lines changed

LICENSE-THIRD-PARTY

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ github.com/go-jose/go-jose/v4/json,v4.1.1,https://github.com/go-jose/go-jose/blo
1515
github.com/go-logr/logr,v1.4.3,https://github.com/go-logr/logr/blob/v1.4.3/LICENSE,Apache-2.0
1616
github.com/go-logr/stdr,v1.2.2,https://github.com/go-logr/stdr/blob/v1.2.2/LICENSE,Apache-2.0
1717
github.com/go-logr/zapr,v1.3.0,https://github.com/go-logr/zapr/blob/v1.3.0/LICENSE,Apache-2.0
18-
github.com/go-openapi/jsonpointer,v0.19.6,https://github.com/go-openapi/jsonpointer/blob/v0.19.6/LICENSE,Apache-2.0
18+
github.com/go-openapi/jsonpointer,v0.21.0,https://github.com/go-openapi/jsonpointer/blob/v0.21.0/LICENSE,Apache-2.0
1919
github.com/go-openapi/jsonreference,v0.20.2,https://github.com/go-openapi/jsonreference/blob/v0.20.2/LICENSE,Apache-2.0
20-
github.com/go-openapi/swag,v0.22.4,https://github.com/go-openapi/swag/blob/v0.22.4/LICENSE,Apache-2.0
20+
github.com/go-openapi/swag,v0.23.0,https://github.com/go-openapi/swag/blob/v0.23.0/LICENSE,Apache-2.0
2121
github.com/gogo/protobuf,v1.3.2,https://github.com/gogo/protobuf/blob/v1.3.2/LICENSE,BSD-3-Clause
22-
github.com/golang/groupcache/lru,v0.0.0-20210331224755-41bb18bfe9da,https://github.com/golang/groupcache/blob/41bb18bfe9da/LICENSE,Apache-2.0
2322
github.com/golang/protobuf,v1.5.4,https://github.com/golang/protobuf/blob/v1.5.4/LICENSE,BSD-3-Clause
2423
github.com/google/gnostic-models,v0.6.8,https://github.com/google/gnostic-models/blob/v0.6.8/LICENSE,Apache-2.0
2524
github.com/google/go-cmp/cmp,v0.7.0,https://github.com/google/go-cmp/blob/v0.7.0/LICENSE,BSD-3-Clause
@@ -78,22 +77,23 @@ google.golang.org/genproto/googleapis/api/httpbody,v0.0.0-20250825161204-c5933d9
7877
google.golang.org/genproto/googleapis/rpc,v0.0.0-20250825161204-c5933d9347a5,https://github.com/googleapis/go-genproto/blob/c5933d9347a5/googleapis/rpc/LICENSE,Apache-2.0
7978
google.golang.org/grpc,v1.75.0,https://github.com/grpc/grpc-go/blob/v1.75.0/LICENSE,Apache-2.0
8079
google.golang.org/protobuf,v1.36.8,https://github.com/protocolbuffers/protobuf-go/blob/v1.36.8/LICENSE,BSD-3-Clause
80+
gopkg.in/evanphx/json-patch.v4,v4.12.0,https://github.com/evanphx/json-patch/blob/v4.12.0/LICENSE,BSD-3-Clause
8181
gopkg.in/inf.v0,v0.9.1,https://github.com/go-inf/inf/blob/v0.9.1/LICENSE,BSD-3-Clause
8282
gopkg.in/natefinch/lumberjack.v2,v2.2.1,https://github.com/natefinch/lumberjack/blob/v2.2.1/LICENSE,MIT
8383
gopkg.in/yaml.v2,v2.4.0,https://github.com/go-yaml/yaml/blob/v2.4.0/LICENSE,Apache-2.0
8484
gopkg.in/yaml.v3,v3.0.1,https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE,MIT
85-
k8s.io/api,v0.31.11,https://github.com/kubernetes/api/blob/v0.31.11/LICENSE,Apache-2.0
85+
k8s.io/api,v0.32.9,https://github.com/kubernetes/api/blob/v0.32.9/LICENSE,Apache-2.0
8686
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions,v0.31.0,https://github.com/kubernetes/apiextensions-apiserver/blob/v0.31.0/LICENSE,Apache-2.0
87-
k8s.io/apimachinery/pkg,v0.31.11,https://github.com/kubernetes/apimachinery/blob/v0.31.11/LICENSE,Apache-2.0
88-
k8s.io/apimachinery/third_party/forked/golang,v0.31.11,https://github.com/kubernetes/apimachinery/blob/v0.31.11/third_party/forked/golang/LICENSE,BSD-3-Clause
89-
k8s.io/client-go,v0.31.11,https://github.com/kubernetes/client-go/blob/v0.31.11/LICENSE,Apache-2.0
87+
k8s.io/apimachinery/pkg,v0.32.9,https://github.com/kubernetes/apimachinery/blob/v0.32.9/LICENSE,Apache-2.0
88+
k8s.io/apimachinery/third_party/forked/golang,v0.32.9,https://github.com/kubernetes/apimachinery/blob/v0.32.9/third_party/forked/golang/LICENSE,BSD-3-Clause
89+
k8s.io/client-go,v0.32.9,https://github.com/kubernetes/client-go/blob/v0.32.9/LICENSE,Apache-2.0
9090
k8s.io/klog/v2,v2.130.1,https://github.com/kubernetes/klog/blob/v2.130.1/LICENSE,Apache-2.0
91-
k8s.io/kube-openapi/pkg,v0.0.0-20240228011516-70dd3763d340,https://github.com/kubernetes/kube-openapi/blob/70dd3763d340/LICENSE,Apache-2.0
92-
k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json,v0.0.0-20240228011516-70dd3763d340,https://github.com/kubernetes/kube-openapi/blob/70dd3763d340/pkg/internal/third_party/go-json-experiment/json/LICENSE,BSD-3-Clause
93-
k8s.io/kube-openapi/pkg/validation/spec,v0.0.0-20240228011516-70dd3763d340,https://github.com/kubernetes/kube-openapi/blob/70dd3763d340/pkg/validation/spec/LICENSE,Apache-2.0
94-
k8s.io/utils,v0.0.0-20240711033017-18e509b52bc8,https://github.com/kubernetes/utils/blob/18e509b52bc8/LICENSE,Apache-2.0
95-
k8s.io/utils/internal/third_party/forked/golang/net,v0.0.0-20240711033017-18e509b52bc8,https://github.com/kubernetes/utils/blob/18e509b52bc8/internal/third_party/forked/golang/LICENSE,BSD-3-Clause
91+
k8s.io/kube-openapi/pkg,v0.0.0-20241105132330-32ad38e42d3f,https://github.com/kubernetes/kube-openapi/blob/32ad38e42d3f/LICENSE,Apache-2.0
92+
k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json,v0.0.0-20241105132330-32ad38e42d3f,https://github.com/kubernetes/kube-openapi/blob/32ad38e42d3f/pkg/internal/third_party/go-json-experiment/json/LICENSE,BSD-3-Clause
93+
k8s.io/kube-openapi/pkg/validation/spec,v0.0.0-20241105132330-32ad38e42d3f,https://github.com/kubernetes/kube-openapi/blob/32ad38e42d3f/pkg/validation/spec/LICENSE,Apache-2.0
94+
k8s.io/utils,v0.0.0-20241104100929-3ea5e8cea738,https://github.com/kubernetes/utils/blob/3ea5e8cea738/LICENSE,Apache-2.0
95+
k8s.io/utils/internal/third_party/forked/golang,v0.0.0-20241104100929-3ea5e8cea738,https://github.com/kubernetes/utils/blob/3ea5e8cea738/internal/third_party/forked/golang/LICENSE,BSD-3-Clause
9696
sigs.k8s.io/controller-runtime,v0.19.4,https://github.com/kubernetes-sigs/controller-runtime/blob/v0.19.4/LICENSE,Apache-2.0
97-
sigs.k8s.io/json,v0.0.0-20221116044647-bc3834ca7abd,https://github.com/kubernetes-sigs/json/blob/bc3834ca7abd/LICENSE,Apache-2.0
98-
sigs.k8s.io/structured-merge-diff/v4,v4.4.1,https://github.com/kubernetes-sigs/structured-merge-diff/blob/v4.4.1/LICENSE,Apache-2.0
97+
sigs.k8s.io/json,v0.0.0-20241010143419-9aa6b5e7a4b3,https://github.com/kubernetes-sigs/json/blob/9aa6b5e7a4b3/LICENSE,Apache-2.0
98+
sigs.k8s.io/structured-merge-diff/v4,v4.4.2,https://github.com/kubernetes-sigs/structured-merge-diff/blob/v4.4.2/LICENSE,Apache-2.0
9999
sigs.k8s.io/yaml,v1.6.0,https://github.com/kubernetes-sigs/yaml/blob/v1.6.0/LICENSE,Apache-2.0

cmd/kubectl-mongodb/LICENSE-THIRD-PARTY

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,41 @@ github.com/emicklei/go-restful/v3,v3.11.0,https://github.com/emicklei/go-restful
44
github.com/fxamacker/cbor/v2,v2.7.0,https://github.com/fxamacker/cbor/blob/v2.7.0/LICENSE,MIT
55
github.com/ghodss/yaml,v1.0.0,https://github.com/ghodss/yaml/blob/v1.0.0/LICENSE,MIT
66
github.com/go-logr/logr,v1.4.3,https://github.com/go-logr/logr/blob/v1.4.3/LICENSE,Apache-2.0
7-
github.com/go-openapi/jsonpointer,v0.19.6,https://github.com/go-openapi/jsonpointer/blob/v0.19.6/LICENSE,Apache-2.0
7+
github.com/go-openapi/jsonpointer,v0.21.0,https://github.com/go-openapi/jsonpointer/blob/v0.21.0/LICENSE,Apache-2.0
88
github.com/go-openapi/jsonreference,v0.20.2,https://github.com/go-openapi/jsonreference/blob/v0.20.2/LICENSE,Apache-2.0
9-
github.com/go-openapi/swag,v0.22.4,https://github.com/go-openapi/swag/blob/v0.22.4/LICENSE,Apache-2.0
9+
github.com/go-openapi/swag,v0.23.0,https://github.com/go-openapi/swag/blob/v0.23.0/LICENSE,Apache-2.0
1010
github.com/gogo/protobuf,v1.3.2,https://github.com/gogo/protobuf/blob/v1.3.2/LICENSE,BSD-3-Clause
1111
github.com/golang/protobuf,v1.5.4,https://github.com/golang/protobuf/blob/v1.5.4/LICENSE,BSD-3-Clause
1212
github.com/google/gnostic-models,v0.6.8,https://github.com/google/gnostic-models/blob/v0.6.8/LICENSE,Apache-2.0
1313
github.com/google/go-cmp/cmp,v0.7.0,https://github.com/google/go-cmp/blob/v0.7.0/LICENSE,BSD-3-Clause
1414
github.com/google/gofuzz,v1.2.0,https://github.com/google/gofuzz/blob/v1.2.0/LICENSE,Apache-2.0
1515
github.com/google/uuid,v1.6.0,https://github.com/google/uuid/blob/v1.6.0/LICENSE,BSD-3-Clause
16-
github.com/imdario/mergo,v0.3.15,https://github.com/imdario/mergo/blob/v0.3.15/LICENSE,BSD-3-Clause
1716
github.com/josharian/intern,v1.0.0,https://github.com/josharian/intern/blob/v1.0.0/license.md,MIT
1817
github.com/json-iterator/go,v1.1.12,https://github.com/json-iterator/go/blob/v1.1.12/LICENSE,MIT
1918
github.com/mailru/easyjson,v0.7.7,https://github.com/mailru/easyjson/blob/v0.7.7/LICENSE,MIT
2019
github.com/modern-go/concurrent,v0.0.0-20180306012644-bacd9c7ef1dd,https://github.com/modern-go/concurrent/blob/bacd9c7ef1dd/LICENSE,Apache-2.0
2120
github.com/modern-go/reflect2,v1.0.2,https://github.com/modern-go/reflect2/blob/v1.0.2/LICENSE,Apache-2.0
2221
github.com/munnerz/goautoneg,v0.0.0-20191010083416-a7dc8b61c822,https://github.com/munnerz/goautoneg/blob/a7dc8b61c822/LICENSE,BSD-3-Clause
22+
github.com/pkg/errors,v0.9.1,https://github.com/pkg/errors/blob/v0.9.1/LICENSE,BSD-2-Clause
2323
github.com/spf13/cobra,v1.10.1,https://github.com/spf13/cobra/blob/v1.10.1/LICENSE.txt,Apache-2.0
2424
github.com/spf13/pflag,v1.0.9,https://github.com/spf13/pflag/blob/v1.0.9/LICENSE,BSD-3-Clause
2525
github.com/x448/float16,v0.8.4,https://github.com/x448/float16/blob/v0.8.4/LICENSE,MIT
2626
go.yaml.in/yaml/v2,v2.4.2,https://github.com/yaml/go-yaml/blob/v2.4.2/LICENSE,Apache-2.0
2727
google.golang.org/protobuf,v1.36.8,https://github.com/protocolbuffers/protobuf-go/blob/v1.36.8/LICENSE,BSD-3-Clause
28+
gopkg.in/evanphx/json-patch.v4,v4.12.0,https://github.com/evanphx/json-patch/blob/v4.12.0/LICENSE,BSD-3-Clause
2829
gopkg.in/inf.v0,v0.9.1,https://github.com/go-inf/inf/blob/v0.9.1/LICENSE,BSD-3-Clause
2930
gopkg.in/yaml.v2,v2.4.0,https://github.com/go-yaml/yaml/blob/v2.4.0/LICENSE,Apache-2.0
3031
gopkg.in/yaml.v3,v3.0.1,https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE,MIT
31-
k8s.io/api,v0.31.11,https://github.com/kubernetes/api/blob/v0.31.11/LICENSE,Apache-2.0
32-
k8s.io/apimachinery/pkg,v0.31.11,https://github.com/kubernetes/apimachinery/blob/v0.31.11/LICENSE,Apache-2.0
33-
k8s.io/apimachinery/third_party/forked/golang/reflect,v0.31.11,https://github.com/kubernetes/apimachinery/blob/v0.31.11/third_party/forked/golang/LICENSE,BSD-3-Clause
34-
k8s.io/client-go,v0.31.11,https://github.com/kubernetes/client-go/blob/v0.31.11/LICENSE,Apache-2.0
32+
k8s.io/api,v0.32.9,https://github.com/kubernetes/api/blob/v0.32.9/LICENSE,Apache-2.0
33+
k8s.io/apimachinery/pkg,v0.32.9,https://github.com/kubernetes/apimachinery/blob/v0.32.9/LICENSE,Apache-2.0
34+
k8s.io/apimachinery/third_party/forked/golang,v0.32.9,https://github.com/kubernetes/apimachinery/blob/v0.32.9/third_party/forked/golang/LICENSE,BSD-3-Clause
35+
k8s.io/client-go,v0.32.9,https://github.com/kubernetes/client-go/blob/v0.32.9/LICENSE,Apache-2.0
3536
k8s.io/klog/v2,v2.130.1,https://github.com/kubernetes/klog/blob/v2.130.1/LICENSE,Apache-2.0
36-
k8s.io/kube-openapi/pkg,v0.0.0-20240228011516-70dd3763d340,https://github.com/kubernetes/kube-openapi/blob/70dd3763d340/LICENSE,Apache-2.0
37-
k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json,v0.0.0-20240228011516-70dd3763d340,https://github.com/kubernetes/kube-openapi/blob/70dd3763d340/pkg/internal/third_party/go-json-experiment/json/LICENSE,BSD-3-Clause
38-
k8s.io/kube-openapi/pkg/validation/spec,v0.0.0-20240228011516-70dd3763d340,https://github.com/kubernetes/kube-openapi/blob/70dd3763d340/pkg/validation/spec/LICENSE,Apache-2.0
39-
k8s.io/utils,v0.0.0-20240711033017-18e509b52bc8,https://github.com/kubernetes/utils/blob/18e509b52bc8/LICENSE,Apache-2.0
40-
k8s.io/utils/internal/third_party/forked/golang/net,v0.0.0-20240711033017-18e509b52bc8,https://github.com/kubernetes/utils/blob/18e509b52bc8/internal/third_party/forked/golang/LICENSE,BSD-3-Clause
41-
sigs.k8s.io/json,v0.0.0-20221116044647-bc3834ca7abd,https://github.com/kubernetes-sigs/json/blob/bc3834ca7abd/LICENSE,Apache-2.0
42-
sigs.k8s.io/structured-merge-diff/v4,v4.4.1,https://github.com/kubernetes-sigs/structured-merge-diff/blob/v4.4.1/LICENSE,Apache-2.0
37+
k8s.io/kube-openapi/pkg,v0.0.0-20241105132330-32ad38e42d3f,https://github.com/kubernetes/kube-openapi/blob/32ad38e42d3f/LICENSE,Apache-2.0
38+
k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json,v0.0.0-20241105132330-32ad38e42d3f,https://github.com/kubernetes/kube-openapi/blob/32ad38e42d3f/pkg/internal/third_party/go-json-experiment/json/LICENSE,BSD-3-Clause
39+
k8s.io/kube-openapi/pkg/validation/spec,v0.0.0-20241105132330-32ad38e42d3f,https://github.com/kubernetes/kube-openapi/blob/32ad38e42d3f/pkg/validation/spec/LICENSE,Apache-2.0
40+
k8s.io/utils,v0.0.0-20241104100929-3ea5e8cea738,https://github.com/kubernetes/utils/blob/3ea5e8cea738/LICENSE,Apache-2.0
41+
k8s.io/utils/internal/third_party/forked/golang/net,v0.0.0-20241104100929-3ea5e8cea738,https://github.com/kubernetes/utils/blob/3ea5e8cea738/internal/third_party/forked/golang/LICENSE,BSD-3-Clause
42+
sigs.k8s.io/json,v0.0.0-20241010143419-9aa6b5e7a4b3,https://github.com/kubernetes-sigs/json/blob/9aa6b5e7a4b3/LICENSE,Apache-2.0
43+
sigs.k8s.io/structured-merge-diff/v4,v4.4.2,https://github.com/kubernetes-sigs/structured-merge-diff/blob/v4.4.2/LICENSE,Apache-2.0
4344
sigs.k8s.io/yaml,v1.6.0,https://github.com/kubernetes-sigs/yaml/blob/v1.6.0/LICENSE,Apache-2.0

go.mod

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ require (
3333
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc
3434
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
3535
gopkg.in/natefinch/lumberjack.v2 v2.2.1
36-
k8s.io/api v0.31.11
37-
k8s.io/apimachinery v0.31.11
38-
k8s.io/client-go v0.31.11
39-
k8s.io/code-generator v0.31.11
36+
k8s.io/api v0.32.9
37+
k8s.io/apimachinery v0.32.9
38+
k8s.io/client-go v0.32.9
39+
k8s.io/code-generator v0.32.9
4040
k8s.io/klog/v2 v2.130.1
41-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
41+
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
4242
sigs.k8s.io/controller-runtime v0.19.4
4343
sigs.k8s.io/yaml v1.6.0
4444
)
@@ -59,11 +59,10 @@ require (
5959
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
6060
github.com/go-jose/go-jose/v4 v4.1.1 // indirect
6161
github.com/go-logr/stdr v1.2.2 // indirect
62-
github.com/go-openapi/jsonpointer v0.19.6 // indirect
62+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
6363
github.com/go-openapi/jsonreference v0.20.2 // indirect
64-
github.com/go-openapi/swag v0.22.4 // indirect
64+
github.com/go-openapi/swag v0.23.0 // indirect
6565
github.com/gogo/protobuf v1.3.2 // indirect
66-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
6766
github.com/golang/protobuf v1.5.4 // indirect
6867
github.com/golang/snappy v0.0.4 // indirect
6968
github.com/google/gnostic-models v0.6.8 // indirect
@@ -85,7 +84,7 @@ require (
8584
github.com/mailru/easyjson v0.7.7 // indirect
8685
github.com/mitchellh/go-homedir v1.1.0 // indirect
8786
github.com/mitchellh/mapstructure v1.5.0 // indirect
88-
github.com/moby/spdystream v0.4.0 // indirect
87+
github.com/moby/spdystream v0.5.0 // indirect
8988
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
9089
github.com/modern-go/reflect2 v1.0.2 // indirect
9190
github.com/montanaflynn/stats v0.7.1 // indirect
@@ -133,10 +132,10 @@ require (
133132
gopkg.in/yaml.v2 v2.4.0 // indirect
134133
gopkg.in/yaml.v3 v3.0.1 // indirect
135134
k8s.io/apiextensions-apiserver v0.31.0 // indirect
136-
k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70 // indirect
137-
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
138-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
139-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
135+
k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 // indirect
136+
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
137+
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
138+
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
140139
)
141140

142141
go 1.24.0

0 commit comments

Comments
 (0)