Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2023

This PR contains the following updates:

Package Change Age Confidence
github.com/spf13/viper v1.17.0 -> v1.21.0 age confidence

Release Notes

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

v1.21.0

Compare Source

What's Changed

Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.20.0...v1.21.0

v1.20.1

Compare Source

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.20.0...v1.20.1

v1.20.0

Compare Source

[!WARNING]
This release includes a few minor breaking changes. Read the upgrade guide for details.

What's Changed

Exciting New Features 🎉
Enhancements 🚀
Bug Fixes 🐛
Breaking Changes 🛠
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.19.0...v1.20.0

v1.19.0

Compare Source

What's Changed

Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors

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

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: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from a team as code owners December 6, 2023 17: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 8, 2023
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from a2ade91 to d5cefc2 Compare December 8, 2023 16:11
@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 18, 2023
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from d5cefc2 to e9f86ff Compare December 18, 2023 19:05
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from e9f86ff to 6e3cf23 Compare June 2, 2024 09:35
@renovate renovate bot changed the title Update module github.com/spf13/viper to v1.18.2 Update module github.com/spf13/viper to v1.19.0 Jun 2, 2024
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from 6e3cf23 to d424e8e Compare March 15, 2025 17:21
@renovate renovate bot changed the title Update module github.com/spf13/viper to v1.19.0 Update module github.com/spf13/viper to v1.20.0 Mar 15, 2025
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from d424e8e to 8f12bdf Compare March 26, 2025 23:28
@renovate renovate bot changed the title Update module github.com/spf13/viper to v1.20.0 Update module github.com/spf13/viper to v1.20.1 Mar 26, 2025
@renovate renovate bot changed the title Update module github.com/spf13/viper to v1.20.1 Update module github.com/spf13/viper to v1.21.0 Sep 8, 2025
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from 8f12bdf to 2480e5f Compare September 8, 2025 21:39
@renovate
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):

  • 16 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.23.0
github.com/stretchr/testify v1.8.4 -> v1.11.1
github.com/fsnotify/fsnotify v1.6.0 -> v1.9.0
github.com/google/go-cmp v0.5.9 -> v0.6.0
github.com/pelletier/go-toml/v2 v2.1.0 -> v2.2.4
github.com/sagikazarmark/locafero v0.3.0 -> v0.11.0
github.com/sourcegraph/conc v0.3.0 -> v0.3.1-0.20240121214520-5f936abd7ae8
github.com/spf13/afero v1.10.0 -> v1.15.0
github.com/spf13/cast v1.5.1 -> v1.10.0
github.com/spf13/pflag v1.0.5 -> v1.0.10
github.com/stretchr/objx v0.5.0 -> v0.5.2
golang.org/x/crypto v0.14.0 -> v0.40.0
golang.org/x/mod v0.12.0 -> v0.26.0
golang.org/x/net v0.17.0 -> v0.42.0
golang.org/x/sys v0.13.0 -> v0.34.0
golang.org/x/text v0.13.0 -> v0.28.0
golang.org/x/tools v0.13.0 -> v0.35.0

@renovate
Copy link
Contributor Author

renovate bot commented Dec 15, 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):

  • 16 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.23.0
github.com/stretchr/testify v1.8.4 -> v1.11.1
github.com/fsnotify/fsnotify v1.6.0 -> v1.9.0
github.com/google/go-cmp v0.5.9 -> v0.6.0
github.com/pelletier/go-toml/v2 v2.1.0 -> v2.2.4
github.com/sagikazarmark/locafero v0.3.0 -> v0.11.0
github.com/sourcegraph/conc v0.3.0 -> v0.3.1-0.20240121214520-5f936abd7ae8
github.com/spf13/afero v1.10.0 -> v1.15.0
github.com/spf13/cast v1.5.1 -> v1.10.0
github.com/spf13/pflag v1.0.5 -> v1.0.10
github.com/stretchr/objx v0.5.0 -> v0.5.2
golang.org/x/crypto v0.14.0 -> v0.40.0
golang.org/x/mod v0.12.0 -> v0.26.0
golang.org/x/net v0.17.0 -> v0.42.0
golang.org/x/sys v0.13.0 -> v0.34.0
golang.org/x/text v0.13.0 -> v0.28.0
golang.org/x/tools v0.13.0 -> v0.35.0

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.

1 participant