Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/spf13/cobra v1.9.1 -> v1.10.1 age confidence
github.com/stretchr/testify v1.11.0 -> v1.11.1 age confidence
istio.io/api v1.27.0 -> v1.27.3 age confidence
istio.io/client-go v1.27.0 -> v1.27.3 age confidence
k8s.io/apimachinery v0.33.4 -> v0.34.1 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


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

stretchr/testify (github.com/stretchr/testify)

v1.11.1

Compare Source

This release fixes #​1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

istio/api (istio.io/api)

v1.27.3

Compare Source

v1.27.2

Compare Source

v1.27.1

Compare Source

istio/client-go (istio.io/client-go)

v1.27.3

Compare Source

v1.27.2

Compare Source

v1.27.1

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.34.1

Compare Source

v0.34.0

Compare Source

v0.33.5

Compare Source


Configuration

📅 Schedule: Branch creation - "after 9am and before 6pm on monday" (UTC), Automerge - "after 9am and before 6pm every weekday" (UTC).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot requested a review from cainelli as a code owner September 8, 2025 12:52
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 8, 2025
@renovate renovate bot requested a review from gygrobot as a code owner September 8, 2025 12:52
@renovate renovate bot enabled auto-merge (squash) September 8, 2025 12:52
Copy link
Contributor Author

renovate bot commented Sep 8, 2025

ℹ Artifact update notice

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):

  • 7 additional dependencies were updated

Details:

Package Change
github.com/fxamacker/cbor/v2 v2.7.0 -> v2.9.0
github.com/google/gnostic-models v0.6.9 -> v0.7.0
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
github.com/spf13/pflag v1.0.6 -> v1.0.9
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff -> v0.0.0-20250710124328-f3f2b991d03b
k8s.io/utils v0.0.0-20241210054802-24370beab758 -> v0.0.0-20250604170112-4c0f3b243397
sigs.k8s.io/yaml v1.4.0 -> v1.6.0

@renovate renovate bot force-pushed the renovate/go-minor-dependencies-updates branch 6 times, most recently from 32a513a to 7d1bb44 Compare September 13, 2025 10:58
@renovate renovate bot force-pushed the renovate/go-minor-dependencies-updates branch 7 times, most recently from 509a6d3 to 4a0b298 Compare September 23, 2025 07:12
@renovate renovate bot force-pushed the renovate/go-minor-dependencies-updates branch 10 times, most recently from 29412d3 to 68cd5c4 Compare September 29, 2025 15:31
@renovate renovate bot force-pushed the renovate/go-minor-dependencies-updates branch from 68cd5c4 to 1cda2dd Compare September 29, 2025 23:42
@renovate renovate bot force-pushed the renovate/go-minor-dependencies-updates branch from 1cda2dd to 6529e96 Compare October 13, 2025 15:15
@renovate renovate bot force-pushed the renovate/go-minor-dependencies-updates branch from 6529e96 to bc25c9f Compare October 20, 2025 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file risk:low small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants