Skip to content

Commit 5ec72fa

Browse files
committed
Update k8s dependencies to 1.31
* Updated k8s dependencies to 1.31 * Updated kubebuilder, controller-runtime, operator-lib & operator-registry * Updated pipfile Signed-off-by: Neo2308 <pradha.krishna.cse17@itbhu.ac.in>
1 parent 3aaf111 commit 5ec72fa

File tree

12 files changed

+305
-259
lines changed

12 files changed

+305
-259
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.36.0
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.30.0
12+
export K8S_VERSION = 1.31.0
1313

1414
# Build settings
1515
export TOOLS_DIR = tools/bin

go.mod

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
module github.com/operator-framework/ansible-operator-plugins
22

3-
go 1.22.0
3+
go 1.22.5
44

5-
toolchain go1.22.5
5+
toolchain go1.22.8
66

77
require (
88
github.com/go-logr/logr v1.4.2
99
github.com/kr/text v0.2.0
1010
github.com/maxbrunsfeld/counterfeiter/v6 v6.9.0
1111
github.com/onsi/ginkgo/v2 v2.20.2
1212
github.com/onsi/gomega v1.34.2
13-
github.com/operator-framework/operator-lib v0.14.0
14-
github.com/operator-framework/operator-registry v1.42.0
13+
github.com/operator-framework/operator-lib v0.15.0
14+
github.com/operator-framework/operator-registry v1.47.0
1515
github.com/prometheus/client_golang v1.20.5
1616
github.com/prometheus/client_model v0.6.1
1717
github.com/sirupsen/logrus v1.9.3
@@ -21,37 +21,37 @@ require (
2121
github.com/spf13/viper v1.19.0
2222
github.com/stretchr/testify v1.9.0
2323
golang.org/x/text v0.19.0
24-
k8s.io/api v0.30.5
25-
k8s.io/apiextensions-apiserver v0.30.5
26-
k8s.io/apimachinery v0.30.5
27-
k8s.io/client-go v0.30.5
28-
k8s.io/kubectl v0.30.5
29-
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
30-
sigs.k8s.io/controller-runtime v0.18.5
31-
sigs.k8s.io/kubebuilder/v4 v4.1.1
24+
k8s.io/api v0.31.1
25+
k8s.io/apiextensions-apiserver v0.31.0
26+
k8s.io/apimachinery v0.31.1
27+
k8s.io/client-go v0.31.1
28+
k8s.io/kubectl v0.31.1
29+
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
30+
sigs.k8s.io/controller-runtime v0.19.0
31+
sigs.k8s.io/kubebuilder/v4 v4.2.0
3232
sigs.k8s.io/yaml v1.4.0
3333
)
3434

3535
require (
36-
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
36+
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
3737
github.com/beorn7/perks v1.0.1 // indirect
3838
github.com/blang/semver/v4 v4.0.0 // indirect
3939
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4040
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4141
github.com/emicklei/go-restful/v3 v3.11.2 // indirect
42-
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
4342
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
4443
github.com/fsnotify/fsnotify v1.7.0 // indirect
44+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
4545
github.com/go-logr/zapr v1.3.0 // indirect
46-
github.com/go-openapi/jsonpointer v0.20.2 // indirect
47-
github.com/go-openapi/jsonreference v0.20.4 // indirect
48-
github.com/go-openapi/swag v0.22.10 // indirect
46+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
47+
github.com/go-openapi/jsonreference v0.21.0 // indirect
48+
github.com/go-openapi/swag v0.23.0 // indirect
4949
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
5050
github.com/gobuffalo/flect v1.0.2 // indirect
5151
github.com/gogo/protobuf v1.3.2 // indirect
5252
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
5353
github.com/golang/protobuf v1.5.4 // indirect
54-
github.com/google/cel-go v0.17.8 // indirect
54+
github.com/google/cel-go v0.20.1 // indirect
5555
github.com/google/gnostic-models v0.6.8 // indirect
5656
github.com/google/go-cmp v0.6.0 // indirect
5757
github.com/google/gofuzz v1.2.0 // indirect
@@ -72,7 +72,7 @@ require (
7272
github.com/modern-go/reflect2 v1.0.2 // indirect
7373
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
7474
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
75-
github.com/operator-framework/api v0.24.0 // indirect
75+
github.com/operator-framework/api v0.27.0 // indirect
7676
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
7777
github.com/pkg/errors v0.9.1 // indirect
7878
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
@@ -84,27 +84,29 @@ require (
8484
github.com/spf13/cast v1.6.0 // indirect
8585
github.com/stoewer/go-strcase v1.3.0 // indirect
8686
github.com/subosito/gotenv v1.6.0 // indirect
87+
github.com/x448/float16 v0.8.4 // indirect
8788
go.uber.org/multierr v1.11.0 // indirect
8889
go.uber.org/zap v1.26.0 // indirect
8990
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
9091
golang.org/x/mod v0.21.0 // indirect
9192
golang.org/x/net v0.29.0 // indirect
92-
golang.org/x/oauth2 v0.21.0 // indirect
93+
golang.org/x/oauth2 v0.22.0 // indirect
9394
golang.org/x/sync v0.8.0 // indirect
9495
golang.org/x/sys v0.25.0 // indirect
9596
golang.org/x/term v0.24.0 // indirect
9697
golang.org/x/time v0.5.0 // indirect
9798
golang.org/x/tools v0.25.0 // indirect
9899
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
99-
google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 // indirect
100-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
101-
google.golang.org/grpc v1.63.2 // indirect
100+
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
101+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
102+
google.golang.org/grpc v1.66.0 // indirect
102103
google.golang.org/protobuf v1.34.2 // indirect
104+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
103105
gopkg.in/inf.v0 v0.9.1 // indirect
104106
gopkg.in/ini.v1 v1.67.0 // indirect
105107
gopkg.in/yaml.v2 v2.4.0 // indirect
106108
gopkg.in/yaml.v3 v3.0.1 // indirect
107-
k8s.io/klog/v2 v2.120.1 // indirect
109+
k8s.io/klog/v2 v2.130.1 // indirect
108110
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
109111
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
110112
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect

0 commit comments

Comments
 (0)