Skip to content

Commit 13b2989

Browse files
authored
Update k8s dependencies (#67)
* Update k8s dependencies * Updated k8s dependencies to v0.29.3 * Updated operator-framework/operator-registry to v1.39.0 * Updated kubebuilder to v3.14.1 * Updated k8s version in Makefile TODO: Update operator-framework/operator-lib after operator-framework/operator-lib#167 is merged * Update operator-lib * Updated operator-framework/operator-lib to v1.39.0 * Update k8s version in Pipfile * Fix unit tests Use NewDynamicRESTMapper instead of NewDiscoveryRESTMapper (Ref: kubernetes-sigs/controller-runtime#2611) * Fix sanity tests * Regenerated Pipfile.lock * * Update kubebuilder to v3.14.2 * Use operator-lib v0.13.0 instead of commit. * Regenerated testdata. * Fix sanity-tests * Ignore requests security vulnerability
1 parent a469230 commit 13b2989

33 files changed

+288
-374
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export IMAGE_VERSION = v1.34.3
99
export SIMPLE_VERSION := $(shell (test "$(shell git describe --tags)" = "$(shell git describe --tags --abbrev=0)" && echo $(shell git describe --tags)) || echo $(shell git describe --tags --abbrev=0)+git)
1010
export GIT_VERSION := $(shell git describe --dirty --tags --always)
1111
export GIT_COMMIT := $(shell git rev-parse HEAD)
12-
export K8S_VERSION = 1.28.0
12+
export K8S_VERSION = 1.29.0
1313

1414
# Build settings
1515
export TOOLS_DIR = tools/bin

go.mod

Lines changed: 43 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@ require (
66
github.com/go-logr/logr v1.4.1
77
github.com/kr/text v0.2.0
88
github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
9-
github.com/onsi/ginkgo/v2 v2.14.0
10-
github.com/onsi/gomega v1.30.0
11-
github.com/operator-framework/operator-lib v0.12.0
12-
github.com/operator-framework/operator-registry v1.35.0
13-
github.com/prometheus/client_golang v1.18.0
14-
github.com/prometheus/client_model v0.5.0
9+
github.com/onsi/ginkgo/v2 v2.17.1
10+
github.com/onsi/gomega v1.33.0
11+
github.com/operator-framework/operator-lib v0.13.0
12+
github.com/operator-framework/operator-registry v1.39.0
13+
github.com/prometheus/client_golang v1.19.0
14+
github.com/prometheus/client_model v0.6.1
1515
github.com/sirupsen/logrus v1.9.3
1616
github.com/spf13/afero v1.11.0
1717
github.com/spf13/cobra v1.8.0
1818
github.com/spf13/pflag v1.0.5
1919
github.com/spf13/viper v1.18.2
2020
github.com/stretchr/testify v1.8.4
2121
golang.org/x/text v0.14.0
22-
k8s.io/api v0.28.5
23-
k8s.io/apiextensions-apiserver v0.28.5
24-
k8s.io/apimachinery v0.28.5
25-
k8s.io/client-go v0.28.5
26-
k8s.io/kubectl v0.28.5
22+
k8s.io/api v0.29.3
23+
k8s.io/apiextensions-apiserver v0.29.3
24+
k8s.io/apimachinery v0.29.3
25+
k8s.io/client-go v0.29.3
26+
k8s.io/kubectl v0.29.3
2727
k8s.io/utils v0.0.0-20240102154912-e7106e64919e
28-
sigs.k8s.io/controller-runtime v0.16.3
29-
sigs.k8s.io/kubebuilder/v3 v3.13.0
28+
sigs.k8s.io/controller-runtime v0.17.2
29+
sigs.k8s.io/kubebuilder/v3 v3.14.2
3030
sigs.k8s.io/yaml v1.4.0
3131
)
3232

@@ -36,76 +36,75 @@ require (
3636
github.com/blang/semver/v4 v4.0.0 // indirect
3737
github.com/cespare/xxhash/v2 v2.2.0 // indirect
3838
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
39-
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
39+
github.com/emicklei/go-restful/v3 v3.11.2 // indirect
4040
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
41-
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
41+
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
4242
github.com/fsnotify/fsnotify v1.7.0 // indirect
43-
github.com/go-logr/zapr v1.2.4 // indirect
44-
github.com/go-openapi/jsonpointer v0.19.6 // indirect
45-
github.com/go-openapi/jsonreference v0.20.2 // indirect
46-
github.com/go-openapi/swag v0.22.4 // indirect
43+
github.com/go-logr/zapr v1.3.0 // indirect
44+
github.com/go-openapi/jsonpointer v0.20.2 // indirect
45+
github.com/go-openapi/jsonreference v0.20.4 // indirect
46+
github.com/go-openapi/swag v0.22.9 // indirect
4747
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
4848
github.com/gobuffalo/flect v1.0.2 // indirect
4949
github.com/gogo/protobuf v1.3.2 // indirect
5050
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
51-
github.com/golang/protobuf v1.5.3 // indirect
52-
github.com/google/cel-go v0.16.1 // indirect
51+
github.com/golang/protobuf v1.5.4 // indirect
52+
github.com/google/cel-go v0.17.7 // indirect
5353
github.com/google/gnostic-models v0.6.8 // indirect
5454
github.com/google/go-cmp v0.6.0 // indirect
5555
github.com/google/gofuzz v1.2.0 // indirect
5656
github.com/google/pprof v0.0.0-20230907193218-d3ddc7976beb // indirect
57-
github.com/google/uuid v1.4.0 // indirect
57+
github.com/google/uuid v1.6.0 // indirect
5858
github.com/h2non/filetype v1.1.3 // indirect
5959
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c // indirect
6060
github.com/hashicorp/hcl v1.0.0 // indirect
61-
github.com/imdario/mergo v0.3.13 // indirect
61+
github.com/imdario/mergo v0.3.16 // indirect
6262
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6363
github.com/josharian/intern v1.0.0 // indirect
6464
github.com/json-iterator/go v1.1.12 // indirect
6565
github.com/magiconair/properties v1.8.7 // indirect
6666
github.com/mailru/easyjson v0.7.7 // indirect
67-
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
6867
github.com/mitchellh/mapstructure v1.5.0 // indirect
6968
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7069
github.com/modern-go/reflect2 v1.0.2 // indirect
7170
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
7271
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
73-
github.com/operator-framework/api v0.21.0 // indirect
72+
github.com/operator-framework/api v0.23.0 // indirect
7473
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
7574
github.com/pkg/errors v0.9.1 // indirect
7675
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
77-
github.com/prometheus/common v0.45.0 // indirect
76+
github.com/prometheus/common v0.48.0 // indirect
7877
github.com/prometheus/procfs v0.12.0 // indirect
7978
github.com/sagikazarmark/locafero v0.4.0 // indirect
8079
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
8180
github.com/sourcegraph/conc v0.3.0 // indirect
8281
github.com/spf13/cast v1.6.0 // indirect
83-
github.com/stoewer/go-strcase v1.2.0 // indirect
82+
github.com/stoewer/go-strcase v1.3.0 // indirect
8483
github.com/subosito/gotenv v1.6.0 // indirect
8584
go.uber.org/multierr v1.11.0 // indirect
86-
go.uber.org/zap v1.25.0 // indirect
87-
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
88-
golang.org/x/mod v0.14.0 // indirect
89-
golang.org/x/net v0.20.0 // indirect
90-
golang.org/x/oauth2 v0.15.0 // indirect
91-
golang.org/x/sys v0.16.0 // indirect
92-
golang.org/x/term v0.16.0 // indirect
85+
go.uber.org/zap v1.26.0 // indirect
86+
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect
87+
golang.org/x/mod v0.17.0 // indirect
88+
golang.org/x/net v0.24.0 // indirect
89+
golang.org/x/oauth2 v0.17.0 // indirect
90+
golang.org/x/sync v0.7.0 // indirect
91+
golang.org/x/sys v0.19.0 // indirect
92+
golang.org/x/term v0.19.0 // indirect
9393
golang.org/x/time v0.5.0 // indirect
94-
golang.org/x/tools v0.17.0 // indirect
94+
golang.org/x/tools v0.20.0 // indirect
9595
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
9696
google.golang.org/appengine v1.6.8 // indirect
97-
google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f // indirect
98-
google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
99-
google.golang.org/grpc v1.60.1 // indirect
100-
google.golang.org/protobuf v1.31.0 // indirect
97+
google.golang.org/genproto/googleapis/api v0.0.0-20240213162025-012b6fc9bca9 // indirect
98+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240221002015-b0ce06bbee7c // indirect
99+
google.golang.org/grpc v1.61.1 // indirect
100+
google.golang.org/protobuf v1.33.0 // indirect
101101
gopkg.in/inf.v0 v0.9.1 // indirect
102102
gopkg.in/ini.v1 v1.67.0 // indirect
103103
gopkg.in/yaml.v2 v2.4.0 // indirect
104104
gopkg.in/yaml.v3 v3.0.1 // indirect
105-
k8s.io/component-base v0.28.5 // indirect
106-
k8s.io/klog/v2 v2.100.1 // indirect
107-
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
108-
rsc.io/letsencrypt v0.0.3 // indirect
105+
k8s.io/component-base v0.29.3 // indirect
106+
k8s.io/klog/v2 v2.120.1 // indirect
107+
k8s.io/kube-openapi v0.0.0-20240221221325-2ac9dc51f3f1 // indirect
109108
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
110-
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
109+
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
111110
)

0 commit comments

Comments
 (0)