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

Update module github.com/spf13/viper to v1.18.2 #290

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/spf13/viper v1.17.0 -> v1.18.2 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

v1.18.0

Compare Source

Major changes

Highlighting some of the changes for better visibility.

Please share your feedback in the Discussion forum. Thanks! ❤️

AutomaticEnv works with Unmarshal

Previously, environment variables that weren't bound manually or had no defaults could not be mapped by Unmarshal. (The problem is explained in details in this issue: #​761)

#​1429 introduced a solution that solves that issue.

What's Changed

Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors

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


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • 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 review from a team as code owners December 13, 2023 17:23
Copy link

github-actions bot commented Dec 13, 2023

GraphQL Schema Check

Compared 0 schema changes against 0 operations

✅ Found no changes

🔗 View full schema check details

@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from a617e99 to aff3b88 Compare December 15, 2023 15:11
@renovate renovate bot changed the title Update module github.com/spf13/viper to v1.18.0 Update module github.com/spf13/viper to v1.18.1 Dec 15, 2023
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch 10 times, most recently from 54cbdd6 to 062db39 Compare December 21, 2023 18:19
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from 062db39 to 9659007 Compare December 25, 2023 19:09
@renovate renovate bot changed the title Update module github.com/spf13/viper to v1.18.1 Update module github.com/spf13/viper to v1.18.2 Dec 25, 2023
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch 10 times, most recently from 0ab4a77 to a9937b7 Compare January 9, 2024 19:33
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from a9937b7 to 932fcb8 Compare February 7, 2024 21:17
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from 932fcb8 to 532478e Compare February 8, 2024 18:51
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch 2 times, most recently from 1ead6f5 to c7c8deb Compare February 27, 2024 18:16
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from c7c8deb to 0de2571 Compare February 27, 2024 18:18
@rizzza rizzza added this pull request to the merge queue Feb 27, 2024
Merged via the queue into main with commit e054d13 Feb 27, 2024
21 checks passed
@rizzza rizzza deleted the renovate/github.com-spf13-viper-1.x branch February 27, 2024 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant