Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 13, 2024

This PR contains the following updates:

Package Change Age Confidence
github.com/spf13/cobra v1.9.1 -> v1.10.1 age confidence
github.com/spf13/cobra v1.8.0 -> v1.10.1 age confidence

Release Notes

spf13/cobra (github.com/spf13/cobra)

v1.10.1

Compare Source

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

Compare Source

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: #​2303 (comment)

✨ Features
🐛 Fix
🪠 Testing
📝 Docs

New Contributors

Full Changelog: spf13/cobra@v1.9.1...v1.9.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Sep 13, 2024

ℹ Artifact update notice

File name: docgen/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 47 additional dependencies were updated

Details:

Package Change
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 -> v0.0.0-20250102033503-faa5f7b0171c
github.com/Microsoft/go-winio v0.5.2 -> v0.6.2
github.com/containerd/containerd v1.6.18 -> v1.6.18
github.com/cpuguy83/go-md2man/v2 v2.0.3 -> v2.0.7
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/dimchansky/utfbom v1.1.1 -> v1.1.1
github.com/docker/cli v20.10.17+incompatible -> v28.3.1+incompatible
github.com/docker/distribution v2.8.2+incompatible -> v2.8.3+incompatible
github.com/docker/docker v20.10.24+incompatible -> v28.3.1+incompatible
github.com/docker/docker-credential-helpers v0.6.4 -> v0.9.3
github.com/docker/go-connections v0.4.0 -> v0.5.0
github.com/docker/go-units v0.4.0 -> v0.5.0
github.com/fsnotify/fsnotify v1.5.4 -> v1.7.0
github.com/fvbommel/sortorder v1.0.2 -> v1.1.0
github.com/go-logr/logr v1.2.3 -> v1.4.3
github.com/go-test/deep v1.0.8 -> v1.1.0
github.com/gogo/protobuf v1.3.2 -> v1.3.2
github.com/goodhosts/hostsfile v0.1.1 -> v0.1.6
github.com/imdario/mergo v0.3.13 -> v0.3.14
github.com/magiconair/properties v1.8.6 -> v1.8.7
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 -> v1.1.1
github.com/prometheus/client_golang v1.11.1 -> v1.14.0
github.com/prometheus/client_model v0.2.0 -> v0.6.0
github.com/prometheus/common v0.30.0 -> v0.39.0
github.com/prometheus/procfs v0.7.3 -> v0.9.0
github.com/sirupsen/logrus v1.9.0 -> v1.9.3
github.com/spf13/afero v1.8.2 -> v1.11.0
github.com/spf13/cast v1.5.0 -> v1.6.0
github.com/spf13/pflag v1.0.5 -> v1.0.9
github.com/spf13/viper v1.12.0 -> v1.18.2
github.com/subosito/gotenv v1.3.0 -> v1.6.0
golang.org/x/net v0.24.0 -> v0.41.0
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 -> v0.30.0
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 -> v0.15.0
golang.org/x/sys v0.19.0 -> v0.33.0
golang.org/x/term v0.19.0 -> v0.32.0
golang.org/x/text v0.14.0 -> v0.26.0
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 -> v0.5.0
google.golang.org/protobuf v1.33.0 -> v1.36.3
gopkg.in/ini.v1 v1.66.4 -> v1.67.0
k8s.io/apimachinery v0.25.0 -> v0.30.2
k8s.io/client-go v0.25.0 -> v0.30.2
k8s.io/klog/v2 v2.70.1 -> v2.120.1
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed -> v0.0.0-20250604170112-4c0f3b243397
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 -> v0.0.0-20221116044647-bc3834ca7abd
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 -> v4.4.1
sigs.k8s.io/yaml v1.3.0 -> v1.4.0
File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 10 additional dependencies were updated

Details:

Package Change
github.com/spf13/pflag v1.0.6 -> v1.0.9
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 -> v2.24.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 -> v1.33.0
go.opentelemetry.io/proto/otlp v1.3.1 -> v1.4.0
golang.org/x/net v0.28.0 -> v0.41.0
golang.org/x/term v0.23.0 -> v0.32.0
golang.org/x/text v0.17.0 -> v0.26.0
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 -> v0.0.0-20241209162323-e6fa225c2576
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241209162323-e6fa225c2576
google.golang.org/grpc v1.67.0 -> v1.68.1

@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch 14 times, most recently from 1c23db8 to c12f426 Compare September 13, 2024 10:50
@renovate renovate bot changed the title fix(deps): update module github.com/spf13/cobra to v1.8.1 Update module github.com/spf13/cobra to v1.8.1 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch 11 times, most recently from 5063e83 to b33f21c Compare September 13, 2024 11:51
@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch from b33f21c to 54ae314 Compare October 10, 2024 22:42
@renovate renovate bot changed the title Update module github.com/spf13/cobra to v1.8.1 fix(deps): update module github.com/spf13/cobra to v1.8.1 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch from 54ae314 to 1c223b4 Compare November 6, 2024 19:37
@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch from 330e550 to 501eab1 Compare February 17, 2025 10:24
@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch 5 times, most recently from 6d0c67d to 49fa525 Compare March 14, 2025 09:57
@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch 2 times, most recently from f50256f to c80b0f5 Compare March 14, 2025 15:00
@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch 2 times, most recently from 0a94e69 to 3a463c8 Compare May 22, 2025 05:39
@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch 3 times, most recently from cbc00fc to 5d55ae1 Compare June 28, 2025 11:53
@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch 2 times, most recently from c1e2acc to 15354eb Compare July 8, 2025 04:37
@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch 3 times, most recently from df40b19 to a0eff65 Compare July 8, 2025 13:28
@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch 2 times, most recently from 15b2cfc to b45be6d Compare August 29, 2025 00:00
@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch from b45be6d to c7b43a6 Compare September 1, 2025 23:06
@renovate renovate bot changed the title fix(deps): update module github.com/spf13/cobra to v1.9.1 fix(deps): update module github.com/spf13/cobra to v1.10.1 Sep 1, 2025
@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch 2 times, most recently from b771ea4 to 153129f Compare September 22, 2025 20:58
@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch from 153129f to 62d2576 Compare October 1, 2025 12:14
@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch from 62d2576 to c8d7fb3 Compare October 9, 2025 10:09
@renovate renovate bot force-pushed the renovate/github.com-spf13-cobra-1.x branch from c8d7fb3 to 039dbf7 Compare October 9, 2025 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants