Skip to content

Commit 90e0fed

Browse files
chore(deps): bump github.com/fluxcd/cli-utils from 0.36.0-flux.7 to 0.36.0-flux.9 (#101)
Bumps [github.com/fluxcd/cli-utils](https://github.com/fluxcd/cli-utils) from 0.36.0-flux.7 to 0.36.0-flux.9. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/cli-utils/commit/73207fdb478e6261c3982a5207de707a9c891bdf"><code>73207fd</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/cli-utils/issues/10">#10</a> from fluxcd/controller-runtime-v0.19.0</li> <li><a href="https://github.com/fluxcd/cli-utils/commit/ef4174879513307a2080dd9e356537da6bbe5620"><code>ef41748</code></a> Update controller-runtime to v0.19.0</li> <li><a href="https://github.com/fluxcd/cli-utils/commit/4c09b6f7c814b0732f30421f3f02375201bcceda"><code>4c09b6f</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/cli-utils/issues/9">#9</a> from fluxcd/k8s-1.31</li> <li><a href="https://github.com/fluxcd/cli-utils/commit/3def904f7a9e97149c635fcef638feecad543bfa"><code>3def904</code></a> Build with Go 1.23</li> <li><a href="https://github.com/fluxcd/cli-utils/commit/067bfc43fcefaeb5ff8f04d241d416d74cb16055"><code>067bfc4</code></a> Update Kubernetes to 1.31.0</li> <li>See full diff in <a href="https://github.com/fluxcd/cli-utils/compare/v0.36.0-flux.7...v0.36.0-flux.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/fluxcd/cli-utils&package-manager=go_modules&previous-version=0.36.0-flux.7&new-version=0.36.0-flux.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c04960b commit 90e0fed

File tree

2 files changed

+127
-123
lines changed

2 files changed

+127
-123
lines changed

go.mod

Lines changed: 40 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ replace github.com/texttheater/golang-levenshtein => github.com/texttheater/gola
1111

1212
require (
1313
code.gitea.io/sdk/gitea v0.17.1
14-
github.com/fluxcd/cli-utils v0.36.0-flux.7
14+
github.com/fluxcd/cli-utils v0.36.0-flux.9
1515
github.com/fluxcd/flux2/v2 v2.3.0
1616
github.com/fluxcd/helm-controller/api v1.0.1
1717
github.com/fluxcd/image-automation-controller/api v0.38.0
@@ -26,10 +26,10 @@ require (
2626
github.com/open-component-model/git-controller v0.8.0
2727
github.com/open-component-model/ocm v0.11.0
2828
github.com/open-component-model/replication-controller v0.7.0
29-
k8s.io/apiextensions-apiserver v0.30.1
30-
k8s.io/cli-runtime v0.30.1
29+
k8s.io/apiextensions-apiserver v0.31.0
30+
k8s.io/cli-runtime v0.31.0
3131
sigs.k8s.io/e2e-framework v0.2.0
32-
sigs.k8s.io/kustomize/api v0.17.1
32+
sigs.k8s.io/kustomize/api v0.17.3
3333
)
3434

3535
require (
@@ -126,7 +126,6 @@ require (
126126
github.com/docker/go-metrics v0.0.1 // indirect
127127
github.com/docker/go-units v0.5.0 // indirect
128128
github.com/dustin/go-humanize v1.0.1 // indirect
129-
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
130129
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
131130
github.com/felixge/httpsnoop v1.0.4 // indirect
132131
github.com/fluxcd/pkg/apis/acl v0.3.0 // indirect
@@ -135,6 +134,7 @@ require (
135134
github.com/fluxcd/pkg/tar v0.7.0 // indirect
136135
github.com/fsnotify/fsnotify v1.7.0 // indirect
137136
github.com/fvbommel/sortorder v1.1.0 // indirect
137+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
138138
github.com/ghodss/yaml v1.0.0 // indirect
139139
github.com/go-chi/chi v4.1.2+incompatible // indirect
140140
github.com/go-errors/errors v1.5.1 // indirect
@@ -168,7 +168,7 @@ require (
168168
github.com/gorilla/websocket v1.5.1 // indirect
169169
github.com/gowebpki/jcs v1.0.1 // indirect
170170
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
171-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
171+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
172172
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
173173
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
174174
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
@@ -216,10 +216,10 @@ require (
216216
github.com/pelletier/go-toml v1.9.5 // indirect
217217
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
218218
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
219-
github.com/prometheus/client_golang v1.19.0 // indirect
219+
github.com/prometheus/client_golang v1.19.1 // indirect
220220
github.com/prometheus/client_model v0.6.1 // indirect
221-
github.com/prometheus/common v0.53.0 // indirect
222-
github.com/prometheus/procfs v0.14.0 // indirect
221+
github.com/prometheus/common v0.55.0 // indirect
222+
github.com/prometheus/procfs v0.15.1 // indirect
223223
github.com/russross/blackfriday/v2 v2.1.0 // indirect
224224
github.com/ryanuber/go-glob v1.0.0 // indirect
225225
github.com/sagikazarmark/locafero v0.4.0 // indirect
@@ -238,7 +238,7 @@ require (
238238
github.com/sourcegraph/conc v0.3.0 // indirect
239239
github.com/spf13/afero v1.11.0 // indirect
240240
github.com/spf13/cast v1.6.0 // indirect
241-
github.com/spf13/cobra v1.8.0 // indirect
241+
github.com/spf13/cobra v1.8.1 // indirect
242242
github.com/spf13/viper v1.18.2 // indirect
243243
github.com/spiffe/go-spiffe/v2 v2.2.0 // indirect
244244
github.com/subosito/gotenv v1.6.0 // indirect
@@ -255,6 +255,7 @@ require (
255255
github.com/valyala/bytebufferpool v1.0.0 // indirect
256256
github.com/valyala/fasttemplate v1.2.2 // indirect
257257
github.com/vbatts/tar-split v0.11.5 // indirect
258+
github.com/x448/float16 v0.8.4 // indirect
258259
github.com/xanzy/go-gitlab v0.102.0 // indirect
259260
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
260261
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
@@ -263,37 +264,37 @@ require (
263264
github.com/zeebo/errs v1.3.0 // indirect
264265
go.mongodb.org/mongo-driver v1.14.0 // indirect
265266
go.opencensus.io v0.24.0 // indirect
266-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
267-
go.opentelemetry.io/otel v1.25.0 // indirect
267+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
268+
go.opentelemetry.io/otel v1.28.0 // indirect
268269
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.25.0 // indirect
269-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22.0 // indirect
270-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.22.0 // indirect
271-
go.opentelemetry.io/otel/metric v1.25.0 // indirect
272-
go.opentelemetry.io/otel/sdk v1.25.0 // indirect
270+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
271+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 // indirect
272+
go.opentelemetry.io/otel/metric v1.28.0 // indirect
273+
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
273274
go.opentelemetry.io/otel/sdk/metric v1.25.0 // indirect
274-
go.opentelemetry.io/otel/trace v1.25.0 // indirect
275-
go.opentelemetry.io/proto/otlp v1.1.0 // indirect
275+
go.opentelemetry.io/otel/trace v1.28.0 // indirect
276+
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
276277
go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
277278
go.step.sm/crypto v0.44.2 // indirect
278279
go.uber.org/multierr v1.11.0 // indirect
279280
go.uber.org/zap v1.27.0 // indirect
280-
golang.org/x/crypto v0.24.0 // indirect
281+
golang.org/x/crypto v0.26.0 // indirect
281282
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
282283
golang.org/x/mod v0.17.0 // indirect
283-
golang.org/x/sync v0.7.0 // indirect
284+
golang.org/x/sync v0.8.0 // indirect
284285
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
285286
google.golang.org/api v0.172.0 // indirect
286-
google.golang.org/genproto/googleapis/api v0.0.0-20240311173647-c811ad7063a7 // indirect
287-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
288-
google.golang.org/grpc v1.63.0 // indirect
287+
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
288+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
289+
google.golang.org/grpc v1.65.0 // indirect
289290
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
290291
gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
291292
gopkg.in/ini.v1 v1.67.0 // indirect
292293
helm.sh/helm/v3 v3.15.1 // indirect
293-
k8s.io/component-base v0.30.1 // indirect
294-
k8s.io/kubectl v0.30.0 // indirect
294+
k8s.io/component-base v0.31.0 // indirect
295+
k8s.io/kubectl v0.31.0 // indirect
295296
oras.land/oras-go v1.2.5 // indirect
296-
sigs.k8s.io/kustomize/kyaml v0.17.0 // indirect
297+
sigs.k8s.io/kustomize/kyaml v0.17.2 // indirect
297298
sigs.k8s.io/release-utils v0.7.7 // indirect
298299
)
299300

@@ -313,31 +314,31 @@ require (
313314
github.com/josharian/intern v1.0.0 // indirect
314315
github.com/json-iterator/go v1.1.12 // indirect
315316
github.com/mailru/easyjson v0.7.7 // indirect
316-
github.com/moby/spdystream v0.2.0 // indirect
317+
github.com/moby/spdystream v0.4.0 // indirect
317318
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
318319
github.com/modern-go/reflect2 v1.0.2 // indirect
319320
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
320321
github.com/open-component-model/ocm-controller v0.19.0
321322
github.com/pkg/errors v0.9.1 // indirect
322323
github.com/spf13/pflag v1.0.5 // indirect
323324
github.com/vladimirvivien/gexe v0.2.0 // indirect
324-
golang.org/x/net v0.26.0 // indirect
325-
golang.org/x/oauth2 v0.20.0 // indirect
326-
golang.org/x/sys v0.21.0 // indirect
327-
golang.org/x/term v0.21.0 // indirect
328-
golang.org/x/text v0.16.0 // indirect
329-
golang.org/x/time v0.5.0 // indirect
325+
golang.org/x/net v0.28.0 // indirect
326+
golang.org/x/oauth2 v0.22.0 // indirect
327+
golang.org/x/sys v0.24.0 // indirect
328+
golang.org/x/term v0.23.0 // indirect
329+
golang.org/x/text v0.17.0 // indirect
330+
golang.org/x/time v0.6.0 // indirect
330331
google.golang.org/protobuf v1.34.2 // indirect
331332
gopkg.in/inf.v0 v0.9.1 // indirect
332333
gopkg.in/yaml.v2 v2.4.0 // indirect
333334
gopkg.in/yaml.v3 v3.0.1 // indirect
334-
k8s.io/api v0.30.1
335-
k8s.io/apimachinery v0.30.1
336-
k8s.io/client-go v0.30.1
337-
k8s.io/klog/v2 v2.120.1 // indirect
335+
k8s.io/api v0.31.0
336+
k8s.io/apimachinery v0.31.0
337+
k8s.io/client-go v0.31.0
338+
k8s.io/klog/v2 v2.130.1 // indirect
338339
k8s.io/kube-openapi v0.0.0-20240411171206-dc4e619f62f3 // indirect
339-
k8s.io/utils v0.0.0-20240310230437-4693a0247e57 // indirect
340-
sigs.k8s.io/controller-runtime v0.18.3
340+
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
341+
sigs.k8s.io/controller-runtime v0.19.0
341342
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
342343
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
343344
sigs.k8s.io/yaml v1.4.0

0 commit comments

Comments
 (0)