Skip to content

Commit 2ecad2c

Browse files
committed
Bump rook
Signed-off-by: liranmauda <[email protected]>
1 parent 84fd834 commit 2ecad2c

16 files changed

+126
-131
lines changed

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.21"
16+
go-version: "1.23"
1717
- name: run lint
1818
id: run-build
1919
run: make lint || exit 1

.github/workflows/manual-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: ${{ github.event.inputs.branch }}
2222
- uses: actions/setup-go@v5
2323
with:
24-
go-version: "1.21"
24+
go-version: "1.23"
2525

2626
- name: Get Current Date
2727
id: date

.github/workflows/run_admission_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Go on runner
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: "1.21"
21+
go-version: "1.23"
2222

2323
- name: Set environment variables
2424
run: |

.github/workflows/run_ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919
- uses: actions/setup-go@v5
2020
with:
21-
go-version: "1.21"
21+
go-version: "1.23"
2222

2323
- name: Deploy Dependencies
2424
id: deploy
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v4
5252
- uses: actions/setup-go@v5
5353
with:
54-
go-version: "1.21"
54+
go-version: "1.23"
5555

5656
- name: Deploy Dependencies
5757
id: deploy
@@ -80,7 +80,7 @@ jobs:
8080
uses: actions/checkout@v4
8181
- uses: actions/setup-go@v5
8282
with:
83-
go-version: "1.21"
83+
go-version: "1.23"
8484

8585
- name: Deploy Dependencies
8686
id: deploy

.github/workflows/run_cosi_test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Go on runner
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: "1.21"
23+
go-version: "1.23"
2424

2525
- name: Set environment variables
2626
run: |

.github/workflows/run_hac_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.21"
16+
go-version: "1.23"
1717

1818
- name: Set environment variables
1919
run: |

.github/workflows/run_kms_azure_vault_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.21"
16+
go-version: "1.23"
1717

1818
- name: Set environment variables
1919
run: |

.github/workflows/run_kms_dev_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.21"
16+
go-version: "1.23"
1717

1818
- name: Set environment variables
1919
run: |

.github/workflows/run_kms_ibm_kp_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717
- uses: actions/setup-go@v5
1818
with:
19-
go-version: "1.21"
19+
go-version: "1.23"
2020

2121
- name: Set environment variables
2222
run: |

.github/workflows/run_kms_kmip_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.21"
16+
go-version: "1.23"
1717

1818
- name: Set environment variables
1919
run: |

.github/workflows/run_kms_rotate_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.21"
16+
go-version: "1.23"
1717

1818
- name: Set environment variables
1919
run: |

.github/workflows/run_kms_tls_sa_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.21"
16+
go-version: "1.23"
1717

1818
- name: Set environment variables
1919
run: |

.github/workflows/run_kms_tls_token_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.21"
16+
go-version: "1.23"
1717

1818
- name: Set environment variables
1919
run: |

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.21"
16+
go-version: "1.23"
1717

1818
- name: Get Current Date
1919
id: date

go.mod

+38-40
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/noobaa/noobaa-operator/v5
22

3-
go 1.22.0
3+
go 1.23.0
44

5-
toolchain go1.22.6
5+
toolchain go1.23.4
66

77
replace (
88
// TODO: remove this replace once https://github.com/libopenstorage/secrets/pull/83 is merged
@@ -29,35 +29,35 @@ require (
2929
github.com/kube-object-storage/lib-bucket-provisioner v0.0.0-20221122204822-d1a8c34382f1
3030
github.com/libopenstorage/secrets v0.0.0-20240416031220-a17cf7f72c6c
3131
github.com/marstr/randname v0.0.0-20200428202425-99aca53a2176
32-
github.com/onsi/ginkgo/v2 v2.20.2
33-
github.com/onsi/gomega v1.34.1
34-
github.com/openshift/api v0.0.0-20240301093301-ce10821dc999
32+
github.com/onsi/ginkgo/v2 v2.21.0
33+
github.com/onsi/gomega v1.35.1
34+
github.com/openshift/api v0.0.0-20241216151652-de9de05a8e43
3535
github.com/openshift/cloud-credential-operator v0.0.0-20231004191224-abdf0627a0cf
3636
github.com/openshift/custom-resource-status v1.1.3-0.20220503160415-f2fdb4999d87
3737
github.com/operator-framework/api v0.27.0
3838
github.com/operator-framework/operator-lib v0.15.0
3939
github.com/pkg/errors v0.9.1
4040
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.76.0
4141
github.com/robfig/cron/v3 v3.0.1
42-
github.com/rook/rook/pkg/apis v0.0.0-20240828225153-88eab510dd2b
42+
github.com/rook/rook/pkg/apis v0.0.0-20250103143133-54c2ba5071bc
4343
github.com/sirupsen/logrus v1.9.3
4444
github.com/spf13/cobra v1.8.1
4545
github.com/spf13/pflag v1.0.5
4646
github.com/spf13/viper v1.16.0
47-
golang.org/x/term v0.25.0
47+
golang.org/x/term v0.27.0
4848
google.golang.org/api v0.162.0
4949
google.golang.org/grpc v1.66.0
50-
k8s.io/api v0.31.1
50+
k8s.io/api v0.32.0
5151
k8s.io/apiextensions-apiserver v0.31.1
52-
k8s.io/apimachinery v0.31.1
52+
k8s.io/apimachinery v0.32.0
5353
k8s.io/cli-runtime v0.28.4
54-
k8s.io/client-go v0.31.1
54+
k8s.io/client-go v0.32.0
5555
k8s.io/code-generator v0.31.1
5656
k8s.io/gengo v0.0.0-20230829151522-9cce18d56c01
5757
k8s.io/kube-aggregator v0.27.1
58-
k8s.io/kube-openapi v0.0.0-20241009091222-67ed5848f094
58+
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7
5959
k8s.io/kubectl v0.25.4
60-
k8s.io/utils v0.0.0-20240821151609-f90d01438635
60+
k8s.io/utils v0.0.0-20241210054802-24370beab758
6161
nhooyr.io/websocket v1.8.7
6262
sigs.k8s.io/container-object-storage-interface-api v0.1.0
6363
sigs.k8s.io/container-object-storage-interface-provisioner-sidecar v0.1.0
@@ -73,20 +73,20 @@ require (
7373
github.com/Azure/azure-sdk-for-go/sdk/keyvault/azsecrets v0.12.0 // indirect
7474
github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1 // indirect
7575
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
76-
github.com/Masterminds/semver/v3 v3.2.1 // indirect
77-
github.com/containernetworking/cni v1.2.0-rc1 // indirect
76+
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
77+
github.com/containernetworking/cni v1.2.3 // indirect
7878
github.com/felixge/httpsnoop v1.0.4 // indirect
7979
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
8080
github.com/go-errors/errors v1.5.1 // indirect
81-
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
81+
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
8282
github.com/go-logr/stdr v1.2.2 // indirect
8383
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
8484
github.com/go-test/deep v1.1.0 // indirect
8585
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
86-
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
86+
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
8787
github.com/gorilla/websocket v1.5.0 // indirect
88-
github.com/hashicorp/vault/api/auth/kubernetes v0.6.0 // indirect
89-
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.1 // indirect
88+
github.com/hashicorp/vault/api/auth/kubernetes v0.8.0 // indirect
89+
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.5 // indirect
9090
github.com/kylelemons/godebug v1.1.0 // indirect
9191
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
9292
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
@@ -97,7 +97,8 @@ require (
9797
go.opentelemetry.io/otel/metric v1.28.0 // indirect
9898
go.opentelemetry.io/otel/trace v1.28.0 // indirect
9999
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
100-
golang.org/x/sync v0.8.0 // indirect
100+
golang.org/x/sync v0.10.0 // indirect
101+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
101102
k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 // indirect
102103
)
103104

@@ -117,7 +118,6 @@ require (
117118
github.com/ansel1/merry/v2 v2.2.0 // indirect
118119
github.com/beorn7/perks v1.0.1 // indirect
119120
github.com/bytedance/sonic v1.10.0 // indirect
120-
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
121121
github.com/cespare/xxhash/v2 v2.3.0 // indirect
122122
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
123123
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
@@ -134,7 +134,7 @@ require (
134134
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
135135
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
136136
github.com/golang/protobuf v1.5.4 // indirect
137-
github.com/google/gnostic-models v0.6.8 // indirect
137+
github.com/google/gnostic-models v0.6.9 // indirect
138138
github.com/google/go-cmp v0.6.0 // indirect
139139
github.com/google/gofuzz v1.2.0 // indirect
140140
github.com/google/s2a-go v0.1.7 // indirect
@@ -147,11 +147,10 @@ require (
147147
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
148148
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8 // indirect
149149
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
150-
github.com/hashicorp/go-sockaddr v1.0.6 // indirect
151-
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
152-
github.com/hashicorp/vault/api v1.14.0 // indirect
153-
github.com/hashicorp/vault/api/auth/approle v0.6.0 // indirect
154-
github.com/imdario/mergo v0.3.16 // indirect
150+
github.com/hashicorp/go-sockaddr v1.0.7 // indirect
151+
github.com/hashicorp/hcl v1.0.1-vault-7 // indirect
152+
github.com/hashicorp/vault/api v1.15.0 // indirect
153+
github.com/hashicorp/vault/api/auth/approle v0.8.0 // indirect
155154
github.com/inconshreveable/mousetrap v1.1.0 // indirect
156155
github.com/jmespath/go-jmespath v0.4.0 // indirect
157156
github.com/josharian/intern v1.0.0 // indirect
@@ -161,7 +160,7 @@ require (
161160
github.com/lib/pq v1.10.9
162161
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
163162
github.com/magiconair/properties v1.8.7 // indirect
164-
github.com/mailru/easyjson v0.7.7 // indirect
163+
github.com/mailru/easyjson v0.9.0 // indirect
165164
github.com/marstr/collection v1.0.1 // indirect
166165
github.com/mattn/go-colorable v0.1.13 // indirect
167166
github.com/mattn/go-ieproxy v0.0.1 // indirect
@@ -170,7 +169,7 @@ require (
170169
github.com/mitchellh/go-homedir v1.1.0 // indirect
171170
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
172171
github.com/mitchellh/mapstructure v1.5.0 // indirect
173-
github.com/moby/spdystream v0.4.0 // indirect
172+
github.com/moby/spdystream v0.5.0 // indirect
174173
github.com/moby/term v0.5.0 // indirect
175174
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
176175
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -192,27 +191,26 @@ require (
192191
go.uber.org/multierr v1.11.0 // indirect
193192
go.uber.org/zap v1.26.0 // indirect
194193
golang.org/x/arch v0.4.0 // indirect
195-
golang.org/x/crypto v0.28.0 // indirect
196-
golang.org/x/mod v0.21.0 // indirect
197-
golang.org/x/net v0.30.0 // indirect
198-
golang.org/x/oauth2 v0.23.0 // indirect
199-
golang.org/x/sys v0.26.0 // indirect
200-
golang.org/x/text v0.19.0 // indirect
201-
golang.org/x/time v0.7.0 // indirect
202-
golang.org/x/tools v0.26.0 // indirect
194+
golang.org/x/crypto v0.31.0 // indirect
195+
golang.org/x/mod v0.22.0 // indirect
196+
golang.org/x/net v0.33.0 // indirect
197+
golang.org/x/oauth2 v0.24.0 // indirect
198+
golang.org/x/sys v0.28.0 // indirect
199+
golang.org/x/text v0.21.0 // indirect
200+
golang.org/x/time v0.8.0 // indirect
201+
golang.org/x/tools v0.28.0 // indirect
203202
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
204203
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
205204
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
206205
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
207-
google.golang.org/protobuf v1.35.1 // indirect
206+
google.golang.org/protobuf v1.36.0 // indirect
208207
gopkg.in/inf.v0 v0.9.1 // indirect
209208
gopkg.in/ini.v1 v1.67.0 // indirect
210-
gopkg.in/yaml.v2 v2.4.0 // indirect
211209
gopkg.in/yaml.v3 v3.0.1 // indirect
212210
k8s.io/klog/v2 v2.130.1 // indirect
213211
knative.dev/pkg v0.0.0-20220502225657-4fced0164c9a // indirect
214-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
215-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
212+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
213+
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
216214
)
217215

218216
// see https://github.com/rook/rook/blob/master/go.mod#L42-L43

0 commit comments

Comments
 (0)