Skip to content

Update module github.com/spf13/viper to v1.21.0#15

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-spf13-viper-1.x
Open

Update module github.com/spf13/viper to v1.21.0#15
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-spf13-viper-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 6, 2022

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/spf13/viper v1.13.0v1.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

v1.17.0

Compare Source

Major changes

Highlighting some of the changes for better visibility.

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

Minimum Go version: 1.19

Viper now requires Go 1.19

This change ensures we can stay up to date with modern practices and dependencies.

log/slog support [BREAKING]

Viper v1.11.0 added an experimental Logger interface to allow custom implementations (besides jwalterweatherman).

In addition, it also exposed an experimental WithLogger function allowing to set a custom logger.

This release deprecates that interface in favor of log/slog released in Go 1.21.

[!WARNING]
WithLogger accepts an *slog.Logger from now on.

To preserve backwards compatibility with older Go versions, prior to Go 1.21 Viper accepts a *golang.org/x/exp/slog.Logger.

The experimental flag is removed.

New finder implementation [BREAKING]

As of this release, Viper uses a new library to look for files, called locafero.

The new library is better covered by tests and has been built from scratch as a general purpose file finder library.

The implementation is experimental and is hidden behind a finder build tag.

[!WARNING]
The io/fs based implementation (that used to be hidden behind a finder build tag) has been removed.

What's Changed

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

New Contributors

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

v1.16.0

Compare Source

What's Changed

Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.15.0...v1.16.0

v1.15.0

Compare Source

What's Changed

Exciting New Features 🎉
Enhancements 🚀
Breaking Changes 🛠

Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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 a review from a team as a code owner November 6, 2022 14:26
@renovate renovate bot changed the title Update module github.com/spf13/viper to v1.14.0 Update module github.com/spf13/viper to v1.15.0 Mar 11, 2023
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from 8bef47f to 325027b Compare March 11, 2023 23:21
@renovate renovate bot changed the title Update module github.com/spf13/viper to v1.15.0 Update module github.com/spf13/viper to v1.16.0 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from 325027b to 2da971a Compare June 1, 2023 20:25
@renovate renovate bot changed the title Update module github.com/spf13/viper to v1.16.0 Update module github.com/spf13/viper to v1.17.0 Oct 7, 2023
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from 2da971a to 16d3362 Compare October 7, 2023 11:21
@renovate renovate bot changed the title Update module github.com/spf13/viper to v1.17.0 Update module github.com/spf13/viper to v1.18.0 Dec 7, 2023
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from 16d3362 to 9877316 Compare December 7, 2023 14:50
@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 9, 2023
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from 9877316 to d5042da Compare December 9, 2023 02:09
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from d5042da to 13dae40 Compare December 18, 2023 23:01
@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 13dae40 to 5c4fab4 Compare June 3, 2024 17:56
@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 3, 2024
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from 5c4fab4 to 4c3042a Compare March 16, 2025 03:46
@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 16, 2025
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from 4c3042a to 58d81b2 Compare March 29, 2025 03:27
@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 29, 2025
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from 58d81b2 to c8af0f2 Compare September 9, 2025 20:08
@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 9, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Sep 9, 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):

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

Details:

Package Change
go 1.19 -> 1.23.0
github.com/spf13/pflag v1.0.5 -> v1.0.10
github.com/fsnotify/fsnotify v1.6.0 -> v1.9.0
github.com/pelletier/go-toml/v2 v2.0.5 -> v2.2.4
github.com/spf13/afero v1.9.2 -> v1.15.0
github.com/spf13/cast v1.5.0 -> v1.10.0
github.com/subosito/gotenv v1.4.1 -> v1.6.0
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 -> v0.29.0
golang.org/x/text v0.3.8 -> v0.28.0

@renovate
Copy link
Copy Markdown
Contributor Author

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

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

Details:

Package Change
go 1.19 -> 1.23.0
github.com/spf13/pflag v1.0.5 -> v1.0.10
github.com/fsnotify/fsnotify v1.6.0 -> v1.9.0
github.com/pelletier/go-toml/v2 v2.0.5 -> v2.2.4
github.com/spf13/afero v1.9.2 -> v1.15.0
github.com/spf13/cast v1.5.0 -> v1.10.0
github.com/subosito/gotenv v1.4.1 -> v1.6.0
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 -> v0.29.0
golang.org/x/text v0.3.8 -> v0.28.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.

0 participants