Update module github.com/spf13/viper to v1.12.0 #29
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.7.1
->v1.12.0
Release Notes
spf13/viper
v1.12.0
Compare Source
This release makes YAML v3 and TOML v2 the default versions used for encoding.
You can switch back to the old versions by adding
viper_yaml2
andviper_toml1
to the build tags.Please note that YAML v2 and TOML v1 are considered deprecated from this release and may be removed in a future release.
Please provide feedback in discussions and report bugs on the issue tracker. Thanks!
What's Changed
Exciting New Features 🎉
Enhancements 🚀
Dependency Updates ⬆️
New Contributors
Full Changelog: spf13/viper@v1.11.0...v1.12.0
v1.11.0
Compare Source
What's Changed
Exciting New Features 🎉
Enhancements 🚀
Bug Fixes 🐛
Breaking Changes 🛠
Dependency Updates ⬆️
New Contributors
Full Changelog: spf13/viper@v1.10.1...v1.11.0
v1.10.1
Compare Source
This is a maintenance release upgrading the Consul dependency fixing CVEs.
v1.10.0
Compare Source
This is a maintenance release primarily containing minor fixes and improvements.
Changes
Added
In addition to the above changes, this release comes with minor improvements, documentation changes an dependency updates.
Many thanks to everyone who contributed to this release!
v1.9.0
Compare Source
This is a maintenance release primarily containing minor fixes and improvements.
Changes
Added
tfvars
filesFixed
InConfig
processing pathsIn addition to the above changes, this release comes with tons of minor improvements, documentation changes an dependency updates.
Many thanks to everyone who contributed to this release!
v1.8.1
Compare Source
This patch releases fixes two minor issues:
%s
with%w
when wrapping errorspflag.StringArray
processingv1.8.0
Compare Source
This is a maintenance release primarily containing fixes and improvements. The most prominent change is the etcd update to 3.5.0. Thanks to proper Go modules support, the dependency graph became much smaller.
Changes
Added
Changed
BindPFlag
detects a nil flag parameterFixed
Security
In addition to the above changes, this release comes with tons of minor improvements, documentation changes an dependency updates. Find more details in the 1.8.0 milestone.
Many thanks to everyone who contributed to this release!
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.
This PR has been generated by Mend Renovate. View repository job log here.