Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all go dependencies main (main) (patch) #1319

Merged
merged 1 commit into from Dec 22, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/spf13/viper v1.18.0 -> v1.18.2 age adoption passing confidence
google.golang.org/grpc v1.60.0 -> v1.60.1 age adoption passing confidence

Release Notes

spf13/viper (github.com/spf13/viper)

v1.18.2

Compare Source

tl;dr Skip 1.18.0 and 1.18.1 and upgrade to this version instead.

This release fixes a regression that appears in rare circumstances when using Unmarshal or UnmarshalExact to decode values onto pointers with multiple indirection (eg. pointer to a pointer, etc). The change was introduced in 1.18.0 as a means to resolve a long-standing bug when decoding environment variables to structs.

The feature is now disabled by default and can be enabled using the viper_bind_struct build tag. It's also considered experimental at this point, so breaking changes may be introduced in the future.

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.18.1...v1.18.2

v1.18.1

Compare Source

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.18.0...v1.18.1

grpc/grpc-go (google.golang.org/grpc)

v1.60.1

Compare Source

Bug Fixes

  • server: fix two bugs that could lead to panics at shutdown when using NumStreamWorkers (experimental feature).

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner December 8, 2023 14:40
@renovate renovate bot added kind/enhancement This would improve or streamline existing functionality. priority/release-blocker This issue will prevent the release of the next version of Cilium. labels Dec 8, 2023
@renovate renovate bot removed the request for review from a team December 8, 2023 14:40
@renovate renovate bot added the release-note/misc This PR makes changes that have no direct user impact. label Dec 8, 2023
@renovate renovate bot requested a review from rolinh December 8, 2023 14:40
@renovate renovate bot changed the title fix(deps): update module github.com/spf13/viper to v1.18.1 (main) fix(deps): update module github.com/spf13/viper to v1.18.2 (main) Dec 18, 2023
@renovate renovate bot force-pushed the renovate/main-patch-all-go-deps-main branch 2 times, most recently from 42d3df5 to 5ca887c Compare December 19, 2023 00:26
@renovate renovate bot changed the title fix(deps): update module github.com/spf13/viper to v1.18.2 (main) fix(deps): update all go dependencies main (main) (patch) Dec 19, 2023
Signed-off-by: renovate[bot] <bot@renovateapp.com>
@renovate renovate bot force-pushed the renovate/main-patch-all-go-deps-main branch from 5ca887c to 8c8103b Compare December 22, 2023 15:39
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Dec 22, 2023
@rolinh rolinh merged commit b842968 into main Dec 22, 2023
5 checks passed
@rolinh rolinh deleted the renovate/main-patch-all-go-deps-main branch December 22, 2023 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement This would improve or streamline existing functionality. priority/release-blocker This issue will prevent the release of the next version of Cilium. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant