Skip to content

Commit 07be83d

Browse files
javier-aliaganelson-parenteacrocaJoshVanL
authored
Update versions upgrade test (#1539)
* feat: update d/d to 1.16.0-rc3 (#1527) * feat: update dapr version Signed-off-by: nelson.parente <[email protected]> * feat: bump golangcilint version Signed-off-by: nelson.parente <[email protected]> * fix: tests Signed-off-by: nelson.parente <[email protected]> * fix: resolve non-constant format string errors Signed-off-by: nelson.parente <[email protected]> * fix: linter errs Signed-off-by: nelson.parente <[email protected]> * feat: update dapr version Signed-off-by: nelson.parente <[email protected]> * fix: ensure certs do not exist Signed-off-by: nelson.parente <[email protected]> * fix: remove TODO in test Signed-off-by: nelson.parente <[email protected]> --------- Signed-off-by: nelson.parente <[email protected]> Signed-off-by: Javier Aliaga <[email protected]> * Update the versions in the upgrade test It will now test 1.14.5, 1.15.11 and 1.16.0-rc.7. Signed-off-by: Albert Callarisa <[email protected]> Signed-off-by: Javier Aliaga <[email protected]> * Fix generate certificates using new version Signed-off-by: Albert Callarisa <[email protected]> Signed-off-by: Javier Aliaga <[email protected]> * Fix tests Signed-off-by: joshvanl <[email protected]> Signed-off-by: Javier Aliaga <[email protected]> * chore: Update go version Signed-off-by: Javier Aliaga <[email protected]> * ci: Update pinned versions Signed-off-by: Javier Aliaga <[email protected]> * chore: Increase e2e template test sleep Signed-off-by: Javier Aliaga <[email protected]> * chore: Use go 1.24 Signed-off-by: Javier Aliaga <[email protected]> * fix: Print stop jobs result Signed-off-by: Javier Aliaga <[email protected]> * chore: Remove close app as they are cancelled when the context is cancelled Signed-off-by: Javier Aliaga <[email protected]> * chore: Increase wait period Signed-off-by: Javier Aliaga <[email protected]> * chore: Run processor app in different ports Signed-off-by: Javier Aliaga <[email protected]> --------- Signed-off-by: nelson.parente <[email protected]> Signed-off-by: Javier Aliaga <[email protected]> Signed-off-by: Albert Callarisa <[email protected]> Signed-off-by: joshvanl <[email protected]> Co-authored-by: Nelson Parente <[email protected]> Co-authored-by: Albert Callarisa <[email protected]> Co-authored-by: joshvanl <[email protected]>
1 parent 8a2f022 commit 07be83d

31 files changed

+355
-424
lines changed

.github/workflows/dapr_cli.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Build ${{ matrix.target_os }}_${{ matrix.target_arch }} binaries
3030
runs-on: ${{ matrix.os }}
3131
env:
32-
GOLANG_CI_LINT_VER: v1.61.0
32+
GOLANG_CI_LINT_VER: v1.64.2
3333
GOOS: ${{ matrix.target_os }}
3434
GOARCH: ${{ matrix.target_arch }}
3535
GOPROXY: https://proxy.golang.org
@@ -39,29 +39,29 @@ jobs:
3939
WIX_BIN_PATH: 'C:/Program Files (x86)/WiX Toolset v3.11/bin'
4040
strategy:
4141
matrix:
42-
os: [ubuntu-latest, windows-latest, macOS-latest, macOS-latest-large]
42+
os: [ubuntu-latest, windows-latest, macOS-14, macOS-14-large]
4343
target_arch: [arm, arm64, amd64]
4444
include:
4545
- os: ubuntu-latest
4646
target_os: linux
4747
- os: windows-latest
4848
target_os: windows
49-
- os: macOS-latest
49+
- os: macOS-14
5050
target_os: darwin
51-
- os: macOS-latest-large
51+
- os: macOS-14-large
5252
target_os: darwin
5353
exclude:
5454
- os: windows-latest
5555
target_arch: arm
5656
- os: windows-latest
5757
target_arch: arm64
58-
- os: macOS-latest
58+
- os: macOS-14
5959
target_arch: arm
60-
- os: macOS-latest
60+
- os: macOS-14
6161
target_arch: amd64
62-
- os: macOS-latest-large
62+
- os: macOS-14-large
6363
target_arch: arm
64-
- os: macOS-latest-large
64+
- os: macOS-14-large
6565
target_arch: arm64
6666
steps:
6767
- name: Prepare Go's bin location - MacOS

.github/workflows/kind_e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
name: E2E tests for K8s (KinD)
5151
runs-on: ubuntu-latest
5252
env:
53-
DAPR_RUNTIME_PINNED_VERSION: 1.14.4
54-
DAPR_DASHBOARD_PINNED_VERSION: 0.14.0
53+
DAPR_RUNTIME_PINNED_VERSION: 1.16.0-rc.8
54+
DAPR_DASHBOARD_PINNED_VERSION: 0.15.0
5555
DAPR_RUNTIME_LATEST_STABLE_VERSION:
5656
DAPR_DASHBOARD_LATEST_STABLE_VERSION:
5757
strategy:

.github/workflows/self_hosted_e2e.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
GOARCH: ${{ matrix.target_arch }}
3939
GOPROXY: https://proxy.golang.org
4040
ARCHIVE_OUTDIR: dist/archives
41-
DAPR_RUNTIME_PINNED_VERSION: "1.14.4"
42-
DAPR_DASHBOARD_PINNED_VERSION: 0.14.0
41+
DAPR_RUNTIME_PINNED_VERSION: "1.16.0-rc.8"
42+
DAPR_DASHBOARD_PINNED_VERSION: 0.15.0
4343
DAPR_RUNTIME_LATEST_STABLE_VERSION: ""
4444
DAPR_DASHBOARD_LATEST_STABLE_VERSION: ""
4545
GOLANG_PROTOBUF_REGISTRATION_CONFLICT: warn
@@ -49,13 +49,13 @@ jobs:
4949
fail-fast: false # Keep running if one leg fails.
5050
matrix:
5151
# See https://github.com/actions/runner-images
52-
os: [macos-latest-large, ubuntu-latest, windows-latest]
52+
os: [macos-14-large, ubuntu-latest, windows-latest]
5353
target_arch: [amd64]
5454
dapr_install_mode: [slim, complete]
5555
include:
5656
- os: ubuntu-latest
5757
target_os: linux
58-
- os: macos-latest-large
58+
- os: macos-14-large
5959
target_os: darwin
6060
- os: windows-latest
6161
target_os: windows
@@ -64,7 +64,7 @@ jobs:
6464
dapr_install_mode: complete
6565
steps:
6666
- name: Prepare Go's bin location - MacOS
67-
if: matrix.os == 'macos-latest-large'
67+
if: matrix.os == 'macos-14-large'
6868
run: |
6969
export PATH=$HOME/bin:$PATH
7070
echo "$HOME/bin" >> $GITHUB_PATH
@@ -80,7 +80,7 @@ jobs:
8080
go-version-file: "go.mod"
8181
- name: Install podman - MacOS
8282
timeout-minutes: 15
83-
if: matrix.os == 'macos-latest-large' && matrix.dapr_install_mode == 'complete'
83+
if: matrix.os == 'macos-14-large' && matrix.dapr_install_mode == 'complete'
8484
run: |
8585
# Install podman
8686
curl -sL -o podman.pkg https://github.com/containers/podman/releases/download/v${{ env.PODMAN_VERSION }}/podman-installer-macos-amd64.pkg
@@ -130,7 +130,7 @@ jobs:
130130
echo "DAPR_DASHBOARD_LATEST_STABLE_VERSION=$LATEST_STABLE_DASHBOARD_VERSION" >> $GITHUB_ENV
131131
shell: bash
132132
- name: Set the test timeout - MacOS
133-
if: matrix.os == 'macos-latest-large'
133+
if: matrix.os == 'macos-14-large'
134134
run: echo "E2E_SH_TEST_TIMEOUT=30m" >> $GITHUB_ENV
135135
- name: Run E2E tests with GHCR
136136
# runs every 6hrs

.golangci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,7 @@ linters-settings:
215215

216216

217217
linters:
218-
fast: false
219-
enable-all: true
218+
default: all
220219
disable:
221220
# TODO Enforce the below linters later
222221
- musttag
@@ -231,7 +230,6 @@ linters:
231230
- lll
232231
- unparam
233232
- wsl
234-
- gomnd
235233
- testpackage
236234
- nestif
237235
- nlreturn
@@ -268,8 +266,6 @@ linters:
268266
- tagalign
269267
- mnd
270268
- canonicalheader
271-
- exportloopref
272-
- execinquery
273269
- err113
274270
- fatcontext
275271
- forbidigo

go.mod

Lines changed: 57 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
module github.com/dapr/cli
22

3-
go 1.23.5
3+
go 1.24.7
44

55
require (
66
github.com/Masterminds/semver v1.5.0
77
github.com/Masterminds/semver/v3 v3.3.0
88
github.com/Pallinder/sillyname-go v0.0.0-20130730142914-97aeae9e6ba1
99
github.com/briandowns/spinner v1.19.0
10-
github.com/dapr/dapr v1.15.0-rc.3.0.20250107220753-e073759df4c1
10+
github.com/dapr/dapr v1.16.0-rc.7
1111
github.com/dapr/go-sdk v1.11.0
12-
github.com/dapr/kit v0.13.1-0.20241127165251-30e2c24840b4
12+
github.com/dapr/kit v0.16.1
1313
github.com/docker/docker v25.0.6+incompatible
1414
github.com/evanphx/json-patch/v5 v5.9.0
1515
github.com/fatih/color v1.17.0
@@ -23,25 +23,25 @@ require (
2323
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
2424
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
2525
github.com/shirou/gopsutil v3.21.11+incompatible
26-
github.com/spf13/cobra v1.8.1
27-
github.com/spf13/pflag v1.0.5
26+
github.com/spf13/cobra v1.9.1
27+
github.com/spf13/pflag v1.0.6
2828
github.com/spf13/viper v1.13.0
2929
github.com/stretchr/testify v1.10.0
30-
golang.org/x/mod v0.22.0
31-
golang.org/x/sys v0.28.0
30+
golang.org/x/mod v0.25.0
31+
golang.org/x/sys v0.33.0
3232
gopkg.in/yaml.v2 v2.4.0
3333
helm.sh/helm/v3 v3.17.1
3434
k8s.io/api v0.32.1
3535
k8s.io/apiextensions-apiserver v0.32.1
36-
k8s.io/apimachinery v0.32.1
36+
k8s.io/apimachinery v0.33.0
3737
k8s.io/cli-runtime v0.32.1
3838
k8s.io/client-go v0.32.1
3939
k8s.io/helm v2.16.10+incompatible
4040
sigs.k8s.io/yaml v1.4.0
4141
)
4242

4343
require (
44-
cel.dev/expr v0.18.0 // indirect
44+
cel.dev/expr v0.23.0 // indirect
4545
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
4646
dario.cat/mergo v1.0.1 // indirect
4747
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
@@ -73,8 +73,8 @@ require (
7373
github.com/containerd/log v0.1.0 // indirect
7474
github.com/containerd/platforms v0.2.1 // indirect
7575
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
76-
github.com/dapr/components-contrib v1.15.0-rc.1.0.20241216170750-aca5116d95c9 // indirect
77-
github.com/dapr/durabletask-go v0.5.1-0.20241216172832-16da3e7c3530 // indirect
76+
github.com/dapr/components-contrib v1.16.0-rc.6 // indirect
77+
github.com/dapr/durabletask-go v0.9.0 // indirect
7878
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
7979
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
8080
github.com/distribution/reference v0.6.0 // indirect
@@ -89,13 +89,15 @@ require (
8989
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
9090
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
9191
github.com/felixge/httpsnoop v1.0.4 // indirect
92-
github.com/fsnotify/fsnotify v1.7.0 // indirect
92+
github.com/fsnotify/fsnotify v1.9.0 // indirect
9393
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
94+
github.com/gage-technologies/mistral-go v1.1.0 // indirect
9495
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 // indirect
95-
github.com/go-chi/chi/v5 v5.1.0 // indirect
96+
github.com/go-chi/chi/v5 v5.2.2 // indirect
9697
github.com/go-chi/cors v1.2.1 // indirect
9798
github.com/go-errors/errors v1.4.2 // indirect
9899
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
100+
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
99101
github.com/go-kit/log v0.2.1 // indirect
100102
github.com/go-logfmt/logfmt v0.6.0 // indirect
101103
github.com/go-logr/logr v1.4.2 // indirect
@@ -111,17 +113,16 @@ require (
111113
github.com/golang/protobuf v1.5.4 // indirect
112114
github.com/google/btree v1.1.3 // indirect
113115
github.com/google/cel-go v0.22.0 // indirect
114-
github.com/google/gnostic-models v0.6.8 // indirect
115-
github.com/google/go-cmp v0.6.0 // indirect
116-
github.com/google/gofuzz v1.2.0 // indirect
116+
github.com/google/gnostic-models v0.6.9 // indirect
117+
github.com/google/go-cmp v0.7.0 // indirect
117118
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
118119
github.com/google/uuid v1.6.0 // indirect
119120
github.com/gorilla/mux v1.8.1 // indirect
120121
github.com/gorilla/websocket v1.5.3 // indirect
121122
github.com/gosuri/uitable v0.0.4 // indirect
122123
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
123124
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
124-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
125+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
125126
github.com/hashicorp/errwrap v1.1.0 // indirect
126127
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
127128
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -133,7 +134,7 @@ require (
133134
github.com/jmoiron/sqlx v1.4.0 // indirect
134135
github.com/josharian/intern v1.0.0 // indirect
135136
github.com/json-iterator/go v1.1.12 // indirect
136-
github.com/klauspost/compress v1.17.10 // indirect
137+
github.com/klauspost/compress v1.18.0 // indirect
137138
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
138139
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
139140
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
@@ -146,7 +147,6 @@ require (
146147
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
147148
github.com/magiconair/properties v1.8.7 // indirect
148149
github.com/mailru/easyjson v0.7.7 // indirect
149-
github.com/marusama/semaphore/v2 v2.5.0 // indirect
150150
github.com/mattn/go-colorable v0.1.13 // indirect
151151
github.com/mattn/go-isatty v0.0.20 // indirect
152152
github.com/mattn/go-runewidth v0.0.9 // indirect
@@ -164,18 +164,18 @@ require (
164164
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
165165
github.com/opencontainers/go-digest v1.0.0 // indirect
166166
github.com/opencontainers/image-spec v1.1.0 // indirect
167-
github.com/openzipkin/zipkin-go v0.4.2 // indirect
167+
github.com/openzipkin/zipkin-go v0.4.3 // indirect
168168
github.com/panjf2000/ants/v2 v2.8.1 // indirect
169169
github.com/pelletier/go-toml v1.9.5 // indirect
170-
github.com/pelletier/go-toml/v2 v2.0.9 // indirect
170+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
171171
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
172172
github.com/pkg/errors v0.9.1 // indirect
173173
github.com/pkoukk/tiktoken-go v0.1.6 // indirect
174174
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
175-
github.com/prometheus/client_golang v1.20.4 // indirect
176-
github.com/prometheus/client_model v0.6.1 // indirect
177-
github.com/prometheus/common v0.59.1 // indirect
178-
github.com/prometheus/procfs v0.15.1 // indirect
175+
github.com/prometheus/client_golang v1.22.0 // indirect
176+
github.com/prometheus/client_model v0.6.2 // indirect
177+
github.com/prometheus/common v0.64.0 // indirect
178+
github.com/prometheus/procfs v0.16.1 // indirect
179179
github.com/prometheus/statsd_exporter v0.22.7 // indirect
180180
github.com/rubenv/sql-migrate v1.7.1 // indirect
181181
github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -184,62 +184,64 @@ require (
184184
github.com/sirupsen/logrus v1.9.3 // indirect
185185
github.com/sony/gobreaker v0.5.0 // indirect
186186
github.com/sourcegraph/conc v0.3.0 // indirect
187-
github.com/spf13/afero v1.8.2 // indirect
188-
github.com/spf13/cast v1.7.0 // indirect
187+
github.com/spf13/afero v1.14.0 // indirect
188+
github.com/spf13/cast v1.8.0 // indirect
189189
github.com/spf13/jwalterweatherman v1.1.0 // indirect
190-
github.com/spiffe/go-spiffe/v2 v2.1.7 // indirect
190+
github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
191191
github.com/stoewer/go-strcase v1.3.0 // indirect
192192
github.com/subosito/gotenv v1.4.1 // indirect
193193
github.com/tidwall/transform v0.0.0-20201103190739-32f242e2dbde // indirect
194194
github.com/tklauser/go-sysconf v0.3.12 // indirect
195195
github.com/tklauser/numcpus v0.6.1 // indirect
196-
github.com/tmc/langchaingo v0.1.12 // indirect
196+
github.com/tmc/langchaingo v0.1.13 // indirect
197197
github.com/x448/float16 v0.8.4 // indirect
198198
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
199199
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
200200
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
201201
github.com/xlab/treeprint v1.2.0 // indirect
202202
github.com/yusufpapurcu/wmi v1.2.3 // indirect
203-
github.com/zeebo/errs v1.3.0 // indirect
203+
github.com/zeebo/errs v1.4.0 // indirect
204204
go.mongodb.org/mongo-driver v1.14.0 // indirect
205205
go.opencensus.io v0.24.0 // indirect
206-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
207-
go.opentelemetry.io/otel v1.32.0 // indirect
208-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30.0 // indirect
209-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30.0 // indirect
210-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.26.0 // indirect
211-
go.opentelemetry.io/otel/exporters/zipkin v1.26.0 // indirect
212-
go.opentelemetry.io/otel/metric v1.32.0 // indirect
213-
go.opentelemetry.io/otel/sdk v1.30.0 // indirect
214-
go.opentelemetry.io/otel/trace v1.32.0 // indirect
215-
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
206+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
207+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
208+
go.opentelemetry.io/otel v1.35.0 // indirect
209+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 // indirect
210+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0 // indirect
211+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0 // indirect
212+
go.opentelemetry.io/otel/exporters/zipkin v1.34.0 // indirect
213+
go.opentelemetry.io/otel/metric v1.35.0 // indirect
214+
go.opentelemetry.io/otel/sdk v1.35.0 // indirect
215+
go.opentelemetry.io/otel/trace v1.35.0 // indirect
216+
go.opentelemetry.io/proto/otlp v1.6.0 // indirect
216217
go.uber.org/multierr v1.11.0 // indirect
217-
golang.org/x/crypto v0.31.0 // indirect
218-
golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d // indirect
219-
golang.org/x/net v0.33.0 // indirect
220-
golang.org/x/oauth2 v0.23.0 // indirect
221-
golang.org/x/sync v0.10.0 // indirect
222-
golang.org/x/term v0.27.0 // indirect
223-
golang.org/x/text v0.21.0 // indirect
224-
golang.org/x/time v0.7.0 // indirect
225-
google.golang.org/genproto/googleapis/api v0.0.0-20240924160255-9d4c2d233b61 // indirect
226-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a // indirect
227-
google.golang.org/grpc v1.68.1 // indirect
228-
google.golang.org/protobuf v1.35.2 // indirect
218+
golang.org/x/crypto v0.39.0 // indirect
219+
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
220+
golang.org/x/net v0.41.0 // indirect
221+
golang.org/x/oauth2 v0.30.0 // indirect
222+
golang.org/x/sync v0.15.0 // indirect
223+
golang.org/x/term v0.32.0 // indirect
224+
golang.org/x/text v0.26.0 // indirect
225+
golang.org/x/time v0.11.0 // indirect
226+
google.golang.org/genproto/googleapis/api v0.0.0-20250512202823-5a2f75b736a9 // indirect
227+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
228+
google.golang.org/grpc v1.73.0 // indirect
229+
google.golang.org/protobuf v1.36.6 // indirect
229230
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
230231
gopkg.in/inf.v0 v0.9.1 // indirect
231232
gopkg.in/ini.v1 v1.67.0 // indirect
232233
gopkg.in/yaml.v3 v3.0.1 // indirect
233234
k8s.io/apiserver v0.32.1 // indirect
234235
k8s.io/component-base v0.32.1 // indirect
235236
k8s.io/klog/v2 v2.130.1 // indirect
236-
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
237+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
237238
k8s.io/kubectl v0.32.1 // indirect
238-
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
239+
k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979 // indirect
239240
oras.land/oras-go v1.2.5 // indirect
240241
sigs.k8s.io/controller-runtime v0.19.0 // indirect
241242
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
242243
sigs.k8s.io/kustomize/api v0.18.0 // indirect
243244
sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
244-
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
245+
sigs.k8s.io/randfill v1.0.0 // indirect
246+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
245247
)

0 commit comments

Comments
 (0)