Skip to content

Commit 493fefa

Browse files
authored
update troubleshoot to v0.119.0 (#2121)
1 parent 1943596 commit 493fefa

File tree

3 files changed

+116
-116
lines changed

3 files changed

+116
-116
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ K0S_GO_VERSION = v1.30.9+k0s.0
1515
PREVIOUS_K0S_VERSION ?= v1.29.9+k0s.0-ec.0
1616
PREVIOUS_K0S_GO_VERSION ?= v1.29.9+k0s.0
1717
K0S_BINARY_SOURCE_OVERRIDE =
18-
TROUBLESHOOT_VERSION = v0.117.0
18+
TROUBLESHOOT_VERSION = v0.119.0
1919

2020
KOTS_VERSION = v$(shell awk '/^version/{print $$2}' pkg/addons/adminconsole/static/metadata.yaml | sed -E 's/([0-9]+\.[0-9]+\.[0-9]+)(-ec\.[0-9]+)?.*/\1\2/')
2121
# If KOTS_BINARY_URL_OVERRIDE is set to a ttl.sh artifact, there's NO need to update the KOTS_VERSION above as it will be dynamically generated

go.mod

+35-35
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/replicatedhq/embedded-cluster
22

3-
go 1.24.1
3+
go 1.24.2
44

55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.7
@@ -31,16 +31,16 @@ require (
3131
github.com/replicatedhq/embedded-cluster/kinds v0.0.0
3232
github.com/replicatedhq/embedded-cluster/utils v0.0.0
3333
github.com/replicatedhq/kotskinds v0.0.0-20250411153224-089dbeb7ba2a
34-
github.com/replicatedhq/troubleshoot v0.118.0
34+
github.com/replicatedhq/troubleshoot v0.119.0
3535
github.com/sirupsen/logrus v1.9.3
3636
github.com/spf13/cobra v1.9.1
3737
github.com/spf13/viper v1.20.1
3838
github.com/stretchr/testify v1.10.0
3939
github.com/urfave/cli/v2 v2.27.6
40-
github.com/vmware-tanzu/velero v1.15.2
40+
github.com/vmware-tanzu/velero v1.16.0
4141
go.uber.org/multierr v1.11.0
42-
golang.org/x/crypto v0.36.0
43-
golang.org/x/term v0.30.0
42+
golang.org/x/crypto v0.37.0
43+
golang.org/x/term v0.31.0
4444
gopkg.in/yaml.v2 v2.4.0
4545
gopkg.in/yaml.v3 v3.0.1
4646
gotest.tools v2.2.0+incompatible
@@ -64,12 +64,12 @@ replace (
6464
require (
6565
cel.dev/expr v0.18.0 // indirect
6666
cloud.google.com/go v0.116.0 // indirect
67-
cloud.google.com/go/auth v0.13.0 // indirect
68-
cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
67+
cloud.google.com/go/auth v0.14.0 // indirect
68+
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
6969
cloud.google.com/go/compute/metadata v0.6.0 // indirect
7070
cloud.google.com/go/iam v1.2.2 // indirect
7171
cloud.google.com/go/monitoring v1.21.2 // indirect
72-
cloud.google.com/go/storage v1.49.0 // indirect
72+
cloud.google.com/go/storage v1.50.0 // indirect
7373
dario.cat/mergo v1.0.1 // indirect
7474
filippo.io/edwards25519 v1.1.0 // indirect
7575
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
@@ -111,7 +111,7 @@ require (
111111
github.com/cespare/xxhash/v2 v2.3.0 // indirect
112112
github.com/chai2010/gettext-go v1.0.2 // indirect
113113
github.com/chzyer/readline v1.5.1 // indirect
114-
github.com/cilium/ebpf v0.17.3 // indirect
114+
github.com/cilium/ebpf v0.18.0 // indirect
115115
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
116116
github.com/containerd/cgroups/v3 v3.0.5 // indirect
117117
github.com/containerd/containerd v1.7.27 // indirect
@@ -127,7 +127,7 @@ require (
127127
github.com/coreos/go-semver v0.3.1 // indirect
128128
github.com/cyberphone/json-canonicalization v0.0.0-20231217050601-ba74d44ecf5f // indirect
129129
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
130-
github.com/distribution/distribution/v3 v3.0.0-rc.3 // indirect
130+
github.com/distribution/distribution/v3 v3.0.0 // indirect
131131
github.com/docker/cli v27.5.1+incompatible // indirect
132132
github.com/docker/distribution v2.8.3+incompatible // indirect
133133
github.com/docker/docker v27.5.1+incompatible // indirect
@@ -156,7 +156,7 @@ require (
156156
github.com/go-openapi/strfmt v0.23.0 // indirect
157157
github.com/go-openapi/validate v0.24.0 // indirect
158158
github.com/go-redis/redis/v7 v7.4.1 // indirect
159-
github.com/go-sql-driver/mysql v1.9.0 // indirect
159+
github.com/go-sql-driver/mysql v1.9.2 // indirect
160160
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
161161
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
162162
github.com/gobwas/glob v0.2.3 // indirect
@@ -171,7 +171,7 @@ require (
171171
github.com/google/go-intervals v0.0.2 // indirect
172172
github.com/google/go-querystring v1.1.0 // indirect
173173
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
174-
github.com/google/s2a-go v0.1.8 // indirect
174+
github.com/google/s2a-go v0.1.9 // indirect
175175
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
176176
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
177177
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
@@ -189,7 +189,7 @@ require (
189189
github.com/inconshreveable/mousetrap v1.1.0 // indirect
190190
github.com/jackc/pgpassfile v1.0.0 // indirect
191191
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
192-
github.com/jackc/pgx/v5 v5.7.2 // indirect
192+
github.com/jackc/pgx/v5 v5.7.4 // indirect
193193
github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 // indirect
194194
github.com/jmoiron/sqlx v1.4.0 // indirect
195195
github.com/k0sproject/dig v0.4.0 // indirect
@@ -207,7 +207,7 @@ require (
207207
github.com/mattn/go-sqlite3 v1.14.24 // indirect
208208
github.com/mholt/archiver/v3 v3.5.1 // indirect
209209
github.com/microsoft/go-mssqldb v1.8.0 // indirect
210-
github.com/miekg/dns v1.1.63 // indirect
210+
github.com/miekg/dns v1.1.65 // indirect
211211
github.com/miekg/pkcs11 v1.1.1 // indirect
212212
github.com/mistifyio/go-zfs/v3 v3.0.1 // indirect
213213
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -238,14 +238,14 @@ require (
238238
github.com/proglottis/gpgme v0.1.4 // indirect
239239
github.com/prometheus/client_golang v1.20.5 // indirect
240240
github.com/prometheus/client_model v0.6.1 // indirect
241-
github.com/prometheus/common v0.60.1 // indirect
241+
github.com/prometheus/common v0.62.0 // indirect
242242
github.com/prometheus/procfs v0.15.1 // indirect
243243
github.com/rubenv/sql-migrate v1.7.1 // indirect
244244
github.com/sagikazarmark/locafero v0.7.0 // indirect
245245
github.com/secure-systems-lab/go-securesystemslib v0.9.0 // indirect
246246
github.com/segmentio/ksuid v1.0.4 // indirect
247247
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
248-
github.com/shirou/gopsutil/v4 v4.25.2 // indirect
248+
github.com/shirou/gopsutil/v4 v4.25.3 // indirect
249249
github.com/shopspring/decimal v1.4.0 // indirect
250250
github.com/sigstore/fulcio v1.6.4 // indirect
251251
github.com/sigstore/rekor v1.3.8 // indirect
@@ -283,31 +283,31 @@ require (
283283
go.mongodb.org/mongo-driver v1.14.0 // indirect
284284
go.opencensus.io v0.24.0 // indirect
285285
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
286-
go.opentelemetry.io/contrib/detectors/gcp v1.31.0 // indirect
286+
go.opentelemetry.io/contrib/detectors/gcp v1.34.0 // indirect
287287
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
288-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57.0 // indirect
289-
go.opentelemetry.io/otel v1.34.0 // indirect
290-
go.opentelemetry.io/otel/metric v1.34.0 // indirect
291-
go.opentelemetry.io/otel/sdk v1.34.0 // indirect
292-
go.opentelemetry.io/otel/sdk/metric v1.32.0 // indirect
293-
go.opentelemetry.io/otel/trace v1.34.0 // indirect
288+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
289+
go.opentelemetry.io/otel v1.35.0 // indirect
290+
go.opentelemetry.io/otel/metric v1.35.0 // indirect
291+
go.opentelemetry.io/otel/sdk v1.35.0 // indirect
292+
go.opentelemetry.io/otel/sdk/metric v1.34.0 // indirect
293+
go.opentelemetry.io/otel/trace v1.35.0 // indirect
294294
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
295-
golang.org/x/mod v0.23.0 // indirect
296-
golang.org/x/sync v0.12.0 // indirect
295+
golang.org/x/mod v0.24.0 // indirect
296+
golang.org/x/sync v0.13.0 // indirect
297297
golang.org/x/tools v0.30.0 // indirect
298298
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
299-
google.golang.org/api v0.216.0 // indirect
299+
google.golang.org/api v0.218.0 // indirect
300300
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
301-
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
302-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250102185135-69823020774d // indirect
301+
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
302+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
303303
google.golang.org/grpc v1.69.4 // indirect
304304
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
305305
k8s.io/apiserver v0.32.3 // indirect
306306
k8s.io/component-base v0.32.3 // indirect
307-
k8s.io/kubelet v0.32.2 // indirect
307+
k8s.io/kubelet v0.32.3 // indirect
308308
k8s.io/metrics v0.32.3 // indirect
309309
oras.land/oras-go v1.2.6 // indirect
310-
periph.io/x/host/v3 v3.8.3 // indirect
310+
periph.io/x/host/v3 v3.8.5 // indirect
311311
sigs.k8s.io/kustomize/api v0.18.0 // indirect
312312
sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
313313
)
@@ -337,7 +337,7 @@ require (
337337
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
338338
github.com/kr/fs v0.1.0 // indirect
339339
github.com/mailru/easyjson v0.7.7 // indirect
340-
github.com/mattn/go-colorable v0.1.13 // indirect
340+
github.com/mattn/go-colorable v0.1.14 // indirect
341341
github.com/mattn/go-isatty v0.0.20
342342
github.com/mattn/go-runewidth v0.0.16 // indirect
343343
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
@@ -357,10 +357,10 @@ require (
357357
github.com/spf13/pflag v1.0.6
358358
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
359359
go.uber.org/zap v1.27.0 // indirect
360-
golang.org/x/net v0.37.0 // indirect
361-
golang.org/x/oauth2 v0.25.0 // indirect
362-
golang.org/x/sys v0.31.0 // indirect
363-
golang.org/x/text v0.23.0 // indirect
360+
golang.org/x/net v0.39.0 // indirect
361+
golang.org/x/oauth2 v0.28.0 // indirect
362+
golang.org/x/sys v0.32.0 // indirect
363+
golang.org/x/text v0.24.0 // indirect
364364
golang.org/x/time v0.9.0 // indirect
365365
google.golang.org/protobuf v1.36.5 // indirect
366366
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)