Skip to content

Commit 665f220

Browse files
committed
Merge remote-tracking branch 'origin/master' into upgrade-spark-operator-2.1.1
Signed-off-by: Kevin Liao <q85292542000@gmail.com>
2 parents b505e6b + a62239c commit 665f220

172 files changed

Lines changed: 970 additions & 634 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/single-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: golangci-lint
2525
uses: golangci/golangci-lint-action@v9
2626
with:
27-
version: v2.6.2
27+
version: v2.11.4
2828
working-directory: docker/sandbox-bundled/bootstrap
2929
- name: Check formatting
3030
working-directory: docker/sandbox-bundled/bootstrap

CHANGELOG/CHANGELOG-v1.16.6.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Flyte 1.16.6
2+
3+
## Added
4+
5+
- docs: add comment about passwordPath usage in helm chart ([#6895](https://github.com/flyteorg/flyte/pull/6895))
6+
7+
## Changed
8+
9+
- Use retryable failure for failed Ray job deployments ([#7153](https://github.com/flyteorg/flyte/pull/7153))
10+
- Fix copilot TerminationGracePeriodSeconds set to nanoseconds instead of seconds ([#7183](https://github.com/flyteorg/flyte/pull/7183))
11+
- Fix: Correctly set 'child data dir/output dir' in branch handler's Abort and Finalize ([#7117](https://github.com/flyteorg/flyte/pull/7117))
12+
- Fix: Make flytectl hydrate pod template spec in task node overrides ([#7096](https://github.com/flyteorg/flyte/pull/7096))
13+
- fix(sandbox-bundled): Use a yaml string for FLYTE_PLATFORM_INSECURE ([#7079](https://github.com/flyteorg/flyte/pull/7079))
14+
- Fix: Allow toggling dynamic log links for Ray, Dask, Spark plugins ([#7193](https://github.com/flyteorg/flyte/pull/7193))
15+
- Fix type error for suspended kubeflow jobs ([#7241](https://github.com/flyteorg/flyte/pull/7241))
16+
17+
## Dependencies / Security
18+
19+
- Bump pygments from 2.18.0 to 2.20.0 in /flytectl/docs ([#7118](https://github.com/flyteorg/flyte/pull/7118))
20+
- Bump requests from 2.32.4 to 2.33.0 in /flytectl/docs ([#7095](https://github.com/flyteorg/flyte/pull/7095))
21+
- Bump github.com/go-jose/go-jose/v3 from 3.0.4 to 3.0.5 ([#7149](https://github.com/flyteorg/flyte/pull/7149))
22+
- Upgrade viper to v1.21.0 and fix case-sensitive key handling ([#7013](https://github.com/flyteorg/flyte/pull/7013))
23+
- Update to Go 1.25 ([#7201](https://github.com/flyteorg/flyte/pull/7201))
24+
- Bump the go_modules group across 10 directories with 3 updates ([#7216](https://github.com/flyteorg/flyte/pull/7216))
25+
- Bump the go_modules group across 5 directories with 2 updates ([#7228](https://github.com/flyteorg/flyte/pull/7228))
26+
- Bump the go_modules group across 4 directories with 1 update ([#7256](https://github.com/flyteorg/flyte/pull/7256))
27+
- Bump urllib3 from 2.6.0 to 2.6.3 in /flytectl/docs ([#6849](https://github.com/flyteorg/flyte/pull/6849))
28+
29+
## New Contributors
30+
* @spwoodcock made their first contribution in https://github.com/flyteorg/flyte/pull/6895
31+
* @strigazi made their first contribution in https://github.com/flyteorg/flyte/pull/7241
32+
* @bergman made their first contribution in https://github.com/flyteorg/flyte/pull/7183
33+
34+
**Full Changelog**: https://github.com/flyteorg/flyte/compare/v1.16.5...v1.16.6

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG FLYTECONSOLE_VERSION=latest
22
FROM ghcr.io/flyteorg/flyteconsole:${FLYTECONSOLE_VERSION} AS flyteconsole
33

44

5-
FROM --platform=${BUILDPLATFORM} golang:1.25-bookworm AS flytebuilder
5+
FROM --platform=${BUILDPLATFORM} golang:1.26-bookworm AS flytebuilder
66

77
ARG TARGETARCH
88
ENV GOARCH="${TARGETARCH}"

Dockerfile.datacatalog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# TO OPT OUT OF UPDATES, SEE https://github.com/flyteorg/boilerplate/blob/master/Readme.rst
55

6-
FROM --platform=${BUILDPLATFORM} golang:1.25-alpine3.21 AS builder
6+
FROM --platform=${BUILDPLATFORM} golang:1.26-alpine3.23 AS builder
77

88

99
ARG TARGETARCH

Dockerfile.flyteadmin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# TO OPT OUT OF UPDATES, SEE https://github.com/lyft/boilerplate/blob/master/Readme.rst
55

6-
FROM --platform=${BUILDPLATFORM} golang:1.25-alpine3.21 AS builder
6+
FROM --platform=${BUILDPLATFORM} golang:1.26-alpine3.23 AS builder
77

88
ARG TARGETARCH
99
ENV GOARCH="${TARGETARCH}"

Dockerfile.flytecopilot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# TO OPT OUT OF UPDATES, SEE https://github.com/lyft/boilerplate/blob/master/Readme.rst
55

6-
FROM --platform=${BUILDPLATFORM} golang:1.25-alpine3.21 AS builder
6+
FROM --platform=${BUILDPLATFORM} golang:1.26-alpine3.23 AS builder
77

88

99
ARG TARGETARCH

Dockerfile.flytepropeller

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# TO OPT OUT OF UPDATES, SEE https://github.com/lyft/boilerplate/blob/master/Readme.rst
55

66

7-
FROM --platform=${BUILDPLATFORM} golang:1.25-alpine3.21 AS builder
7+
FROM --platform=${BUILDPLATFORM} golang:1.26-alpine3.23 AS builder
88

99

1010
ARG TARGETARCH

Dockerfile.flytescheduler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# TO OPT OUT OF UPDATES, SEE https://github.com/lyft/boilerplate/blob/master/Readme.rst
55

66

7-
FROM --platform=${BUILDPLATFORM} golang:1.25-alpine3.21 AS builder
7+
FROM --platform=${BUILDPLATFORM} golang:1.26-alpine3.23 AS builder
88

99

1010
ARG TARGETARCH

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
> [!IMPORTANT]
22
> ## Looking for Flyte 2?
33
>
4-
> - **Use Flyte locally?** Head to **[flyte-sdk](https://github.com/flyteorg/flyte-sdk)** — the new Python SDK for Flyte 2.
5-
> - **Want to contribute to the distributed backend?** See the **[`v2` branch](https://github.com/flyteorg/flyte/tree/v2)** of this repo.
4+
> - **⭐️ Flyte 2 Devbox is now available!** Check out the guide [here](https://www.union.ai/docs/v2/flyte/user-guide/run-modes/running-devbox/)
5+
> - **Use Flyte 2 locally?** Head to **[flyte-sdk](https://github.com/flyteorg/flyte-sdk)** — the new Python SDK for Flyte 2.
6+
> - **Want to contribute to the Flyte 2 distributed backend?** See the **[`main` branch](https://github.com/flyteorg/flyte/tree/main)** of this repo.
67
>
78
> **The README below is for Flyte 1.x.**
89

boilerplate/flyte/golang_support_tools/go.mod

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/flyteorg/boilerplate
22

3-
go 1.25.0
3+
go 1.26.0
44

55
require (
66
github.com/alvaroloes/enumer v1.1.2
77
github.com/flyteorg/flyte/flytestdlib v0.0.0-00010101000000-000000000000
8-
github.com/golangci/golangci-lint/v2 v2.6.2
8+
github.com/golangci/golangci-lint/v2 v2.11.4
99
github.com/pseudomuto/protoc-gen-doc v1.4.1
1010
github.com/vektra/mockery/v2 v2.53.5
1111
)
@@ -22,6 +22,7 @@ require (
2222
cloud.google.com/go/monitoring v1.24.2 // indirect
2323
cloud.google.com/go/storage v1.53.0 // indirect
2424
codeberg.org/chavacava/garif v0.2.0 // indirect
25+
codeberg.org/polyfloyd/go-errorlint v1.9.0 // indirect
2526
dev.gaijin.team/go/exhaustruct/v4 v4.0.0 // indirect
2627
dev.gaijin.team/go/golib v0.6.0 // indirect
2728
github.com/4meepo/tagalign v1.4.3 // indirect
@@ -36,20 +37,20 @@ require (
3637
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
3738
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.4.0 // indirect
3839
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
39-
github.com/BurntSushi/toml v1.5.0 // indirect
40+
github.com/BurntSushi/toml v1.6.0 // indirect
4041
github.com/Djarvur/go-err113 v0.1.1 // indirect
4142
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.31.0 // indirect
4243
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 // indirect
4344
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 // indirect
4445
github.com/Masterminds/semver v1.5.0 // indirect
4546
github.com/Masterminds/semver/v3 v3.4.0 // indirect
4647
github.com/Masterminds/sprig v2.15.0+incompatible // indirect
47-
github.com/MirrexOne/unqueryvet v1.2.1 // indirect
48+
github.com/MirrexOne/unqueryvet v1.5.4 // indirect
4849
github.com/OpenPeeDeeP/depguard/v2 v2.2.1 // indirect
49-
github.com/alecthomas/chroma/v2 v2.20.0 // indirect
50+
github.com/alecthomas/chroma/v2 v2.23.1 // indirect
5051
github.com/alecthomas/go-check-sumtype v0.3.1 // indirect
5152
github.com/alexkohler/nakedret/v2 v2.0.6 // indirect
52-
github.com/alexkohler/prealloc v1.0.0 // indirect
53+
github.com/alexkohler/prealloc v1.1.0 // indirect
5354
github.com/alfatraining/structtag v1.0.0 // indirect
5455
github.com/alingse/asasalint v0.0.11 // indirect
5556
github.com/alingse/nilnesserr v0.2.0 // indirect
@@ -62,12 +63,12 @@ require (
6263
github.com/bkielbasa/cyclop v1.2.3 // indirect
6364
github.com/blizzy78/varnamelen v0.8.0 // indirect
6465
github.com/bombsimon/wsl/v4 v4.7.0 // indirect
65-
github.com/bombsimon/wsl/v5 v5.3.0 // indirect
66+
github.com/bombsimon/wsl/v5 v5.6.0 // indirect
6667
github.com/breml/bidichk v0.3.3 // indirect
6768
github.com/breml/errchkjson v0.4.1 // indirect
6869
github.com/butuzov/ireturn v0.4.0 // indirect
6970
github.com/butuzov/mirror v1.3.0 // indirect
70-
github.com/catenacyber/perfsprint v0.10.0 // indirect
71+
github.com/catenacyber/perfsprint v0.10.1 // indirect
7172
github.com/ccojocar/zxcvbn-go v1.0.4 // indirect
7273
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
7374
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
@@ -76,7 +77,7 @@ require (
7677
github.com/charithe/durationcheck v0.0.11 // indirect
7778
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
7879
github.com/charmbracelet/lipgloss v1.1.0 // indirect
79-
github.com/charmbracelet/x/ansi v0.8.0 // indirect
80+
github.com/charmbracelet/x/ansi v0.10.1 // indirect
8081
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
8182
github.com/charmbracelet/x/term v0.2.1 // indirect
8283
github.com/chigopher/pathlib v0.19.1 // indirect
@@ -95,7 +96,7 @@ require (
9596
github.com/ernesto-jimenez/gogen v0.0.0-20180125220232-d7d4131e6607 // indirect
9697
github.com/ettle/strcase v0.2.0 // indirect
9798
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
98-
github.com/fatih/color v1.18.0 // indirect
99+
github.com/fatih/color v1.19.0 // indirect
99100
github.com/fatih/structtag v1.2.0 // indirect
100101
github.com/felixge/httpsnoop v1.0.4 // indirect
101102
github.com/firefart/nonamedreturns v1.0.6 // indirect
@@ -104,8 +105,8 @@ require (
104105
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
105106
github.com/fzipp/gocyclo v0.6.0 // indirect
106107
github.com/ghodss/yaml v1.0.0 // indirect
107-
github.com/ghostiam/protogetter v0.3.17 // indirect
108-
github.com/go-critic/go-critic v0.14.2 // indirect
108+
github.com/ghostiam/protogetter v0.3.20 // indirect
109+
github.com/go-critic/go-critic v0.14.3 // indirect
109110
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
110111
github.com/go-logr/logr v1.4.3 // indirect
111112
github.com/go-logr/stdr v1.2.2 // indirect
@@ -119,10 +120,10 @@ require (
119120
github.com/go-toolsmith/astp v1.1.0 // indirect
120121
github.com/go-toolsmith/strparse v1.1.0 // indirect
121122
github.com/go-toolsmith/typep v1.1.0 // indirect
122-
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
123+
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
123124
github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect
124125
github.com/gobwas/glob v0.2.3 // indirect
125-
github.com/godoc-lint/godoc-lint v0.10.1 // indirect
126+
github.com/godoc-lint/godoc-lint v0.11.2 // indirect
126127
github.com/gofrs/flock v0.13.0 // indirect
127128
github.com/gogo/protobuf v1.3.2 // indirect
128129
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
@@ -131,8 +132,8 @@ require (
131132
github.com/golangci/dupl v0.0.0-20250308024227-f665c8d69b32 // indirect
132133
github.com/golangci/go-printf-func-name v0.1.1 // indirect
133134
github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d // indirect
134-
github.com/golangci/golines v0.0.0-20250217134842-442fd0091d95 // indirect
135-
github.com/golangci/misspell v0.7.0 // indirect
135+
github.com/golangci/golines v0.15.0 // indirect
136+
github.com/golangci/misspell v0.8.0 // indirect
136137
github.com/golangci/plugin-module-register v0.1.2 // indirect
137138
github.com/golangci/revgrep v0.8.0 // indirect
138139
github.com/golangci/swaggoswag v0.0.0-20250504205917-77f2aca3143e // indirect
@@ -150,7 +151,7 @@ require (
150151
github.com/gostaticanalysis/nilerr v0.1.2 // indirect
151152
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
152153
github.com/hashicorp/go-immutable-radix/v2 v2.1.0 // indirect
153-
github.com/hashicorp/go-version v1.7.0 // indirect
154+
github.com/hashicorp/go-version v1.8.0 // indirect
154155
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
155156
github.com/hexops/gotextdiff v1.0.3 // indirect
156157
github.com/huandu/xstrings v1.4.0 // indirect
@@ -166,15 +167,16 @@ require (
166167
github.com/json-iterator/go v1.1.12 // indirect
167168
github.com/julz/importas v0.2.0 // indirect
168169
github.com/karamaru-alpha/copyloopvar v1.2.2 // indirect
169-
github.com/kisielk/errcheck v1.9.0 // indirect
170+
github.com/kisielk/errcheck v1.10.0 // indirect
170171
github.com/kkHAIKE/contextcheck v1.1.6 // indirect
171172
github.com/kulti/thelper v0.7.1 // indirect
172173
github.com/kunwardeep/paralleltest v1.0.15 // indirect
173174
github.com/kylelemons/godebug v1.1.0 // indirect
174175
github.com/lasiar/canonicalheader v1.1.2 // indirect
175176
github.com/ldez/exptostd v0.4.5 // indirect
176-
github.com/ldez/gomoddirectives v0.7.1 // indirect
177+
github.com/ldez/gomoddirectives v0.8.0 // indirect
177178
github.com/ldez/grignotin v0.10.1 // indirect
179+
github.com/ldez/structtags v0.6.1 // indirect
178180
github.com/ldez/tagliatelle v0.7.2 // indirect
179181
github.com/ldez/usetesting v0.5.0 // indirect
180182
github.com/leonklingele/grouper v1.1.2 // indirect
@@ -190,7 +192,7 @@ require (
190192
github.com/mattn/go-colorable v0.1.14 // indirect
191193
github.com/mattn/go-isatty v0.0.20 // indirect
192194
github.com/mattn/go-runewidth v0.0.16 // indirect
193-
github.com/mgechev/revive v1.12.0 // indirect
195+
github.com/mgechev/revive v1.15.0 // indirect
194196
github.com/mitchellh/go-homedir v1.1.0 // indirect
195197
github.com/mitchellh/mapstructure v1.5.0 // indirect
196198
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -203,14 +205,13 @@ require (
203205
github.com/ncw/swift v1.0.53 // indirect
204206
github.com/nishanths/exhaustive v0.12.0 // indirect
205207
github.com/nishanths/predeclared v0.2.2 // indirect
206-
github.com/nunnatsa/ginkgolinter v0.21.2 // indirect
208+
github.com/nunnatsa/ginkgolinter v0.23.0 // indirect
207209
github.com/pascaldekloe/name v0.0.0-20180628100202-0fd16699aae1 // indirect
208210
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
209211
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
210212
github.com/pkg/errors v0.9.1 // indirect
211213
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
212214
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
213-
github.com/polyfloyd/go-errorlint v1.8.0 // indirect
214215
github.com/prometheus/client_golang v1.22.0 // indirect
215216
github.com/prometheus/client_model v0.6.2 // indirect
216217
github.com/prometheus/common v0.62.0 // indirect
@@ -226,37 +227,37 @@ require (
226227
github.com/rogpeppe/go-internal v1.14.1 // indirect
227228
github.com/rs/zerolog v1.33.0 // indirect
228229
github.com/ryancurrah/gomodguard v1.4.1 // indirect
229-
github.com/ryanrolds/sqlclosecheck v0.5.1 // indirect
230+
github.com/ryanrolds/sqlclosecheck v0.6.0 // indirect
230231
github.com/sagikazarmark/locafero v0.11.0 // indirect
231232
github.com/sanposhiho/wastedassign/v2 v2.1.0 // indirect
232233
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
233234
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect
234235
github.com/sashamelentyev/usestdlibvars v1.29.0 // indirect
235-
github.com/securego/gosec/v2 v2.22.10 // indirect
236-
github.com/sirupsen/logrus v1.9.3 // indirect
236+
github.com/securego/gosec/v2 v2.24.8-0.20260309165252-619ce2117e08 // indirect
237+
github.com/sirupsen/logrus v1.9.4 // indirect
237238
github.com/sivchari/containedctx v1.0.3 // indirect
238-
github.com/sonatard/noctx v0.4.0 // indirect
239+
github.com/sonatard/noctx v0.5.1 // indirect
239240
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
240241
github.com/sourcegraph/go-diff v0.7.0 // indirect
241242
github.com/spf13/afero v1.15.0 // indirect
242243
github.com/spf13/cast v1.10.0 // indirect
243-
github.com/spf13/cobra v1.10.1 // indirect
244+
github.com/spf13/cobra v1.10.2 // indirect
244245
github.com/spf13/pflag v1.0.10 // indirect
245246
github.com/spf13/viper v1.21.0 // indirect
246247
github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect
247248
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
248-
github.com/stbenjam/no-sprintf-host-port v0.2.0 // indirect
249+
github.com/stbenjam/no-sprintf-host-port v0.3.1 // indirect
249250
github.com/stretchr/objx v0.5.2 // indirect
250251
github.com/stretchr/testify v1.11.1 // indirect
251252
github.com/subosito/gotenv v1.6.0 // indirect
252253
github.com/tetafro/godot v1.5.4 // indirect
253254
github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67 // indirect
254255
github.com/timonwong/loggercheck v0.11.0 // indirect
255-
github.com/tomarrell/wrapcheck/v2 v2.11.0 // indirect
256+
github.com/tomarrell/wrapcheck/v2 v2.12.0 // indirect
256257
github.com/tommy-muehle/go-mnd/v2 v2.5.1 // indirect
257258
github.com/ultraware/funlen v0.2.0 // indirect
258259
github.com/ultraware/whitespace v0.2.0 // indirect
259-
github.com/uudashr/gocognit v1.2.0 // indirect
260+
github.com/uudashr/gocognit v1.2.1 // indirect
260261
github.com/uudashr/iface v1.4.1 // indirect
261262
github.com/x448/float16 v0.8.4 // indirect
262263
github.com/xen0n/gosmopolitan v1.3.0 // indirect
@@ -267,7 +268,7 @@ require (
267268
gitlab.com/bosi/decorder v0.4.2 // indirect
268269
go-simpler.org/musttag v0.14.0 // indirect
269270
go-simpler.org/sloglint v0.11.1 // indirect
270-
go.augendre.info/arangolint v0.3.1 // indirect
271+
go.augendre.info/arangolint v0.4.0 // indirect
271272
go.augendre.info/fatcontext v0.9.0 // indirect
272273
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
273274
go.opentelemetry.io/contrib/detectors/gcp v1.39.0 // indirect
@@ -284,23 +285,22 @@ require (
284285
go.opentelemetry.io/otel/sdk/metric v1.43.0 // indirect
285286
go.opentelemetry.io/otel/trace v1.43.0 // indirect
286287
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
287-
go.uber.org/automaxprocs v1.6.0 // indirect
288288
go.uber.org/multierr v1.11.0 // indirect
289289
go.uber.org/zap v1.27.0 // indirect
290290
go.yaml.in/yaml/v2 v2.4.2 // indirect
291291
go.yaml.in/yaml/v3 v3.0.4 // indirect
292292
golang.org/x/crypto v0.49.0 // indirect
293-
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
294-
golang.org/x/exp/typeparams v0.0.0-20251023183803-a4bb9ffd2546 // indirect
295-
golang.org/x/mod v0.33.0 // indirect
293+
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
294+
golang.org/x/exp/typeparams v0.0.0-20260209203927-2842357ff358 // indirect
295+
golang.org/x/mod v0.34.0 // indirect
296296
golang.org/x/net v0.52.0 // indirect
297297
golang.org/x/oauth2 v0.35.0 // indirect
298298
golang.org/x/sync v0.20.0 // indirect
299299
golang.org/x/sys v0.42.0 // indirect
300300
golang.org/x/term v0.41.0 // indirect
301301
golang.org/x/text v0.35.0 // indirect
302302
golang.org/x/time v0.12.0 // indirect
303-
golang.org/x/tools v0.42.0 // indirect
303+
golang.org/x/tools v0.43.0 // indirect
304304
google.golang.org/api v0.239.0 // indirect
305305
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
306306
google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 // indirect
@@ -310,7 +310,7 @@ require (
310310
gopkg.in/inf.v0 v0.9.1 // indirect
311311
gopkg.in/yaml.v2 v2.4.0 // indirect
312312
gopkg.in/yaml.v3 v3.0.1 // indirect
313-
honnef.co/go/tools v0.6.1 // indirect
313+
honnef.co/go/tools v0.7.0 // indirect
314314
k8s.io/api v0.34.1 // indirect
315315
k8s.io/apimachinery v0.34.1 // indirect
316316
k8s.io/client-go v0.34.1 // indirect

0 commit comments

Comments
 (0)