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 module github.com/spf13/viper to v1.15.0 #630

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/spf13/viper require minor v1.9.0 -> v1.15.0

Release Notes

spf13/viper

v1.15.0

Compare Source

What's Changed

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

New Contributors

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

v1.14.0

Compare Source

What's Changed

Enhancements 🚀
Breaking Changes 🛠
Dependency Updates ⬆️

Full Changelog: spf13/viper@v1.13.0...v1.14.0

v1.13.0

Compare Source

Important: This is the last release supporting Go 1.15.

What's Changed

Exciting New Features 🎉
Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️

New Contributors

Full Changelog: spf13/viper@v1.12.0...v1.13.0

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 and viper_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
  • Experimental finder based on io/fs
  • Tests are executed on Windows
  • Tests are executed on Go 1.17
  • Logger interface to decouple Viper from JWW

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!


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from 3b1c51a to a2caeac Compare December 15, 2021 15:45
@renovate renovate bot changed the title fix(deps): update module github.com/spf13/viper to v1.10.0 fix(deps): update module github.com/spf13/viper to v1.10.1 Dec 15, 2021
@renovate renovate bot changed the title fix(deps): update module github.com/spf13/viper to v1.10.1 fix(deps): update module github.com/spf13/viper to v1.10.1 - autoclosed Jan 8, 2022
@renovate renovate bot closed this Jan 8, 2022
@renovate renovate bot deleted the renovate/github.com-spf13-viper-1.x branch January 8, 2022 08:01
@renovate renovate bot changed the title fix(deps): update module github.com/spf13/viper to v1.10.1 - autoclosed fix(deps): update module github.com/spf13/viper to v1.10.1 Jan 8, 2022
@renovate renovate bot reopened this Jan 8, 2022
@renovate renovate bot restored the renovate/github.com-spf13-viper-1.x branch January 8, 2022 09:45
@codecov
Copy link

codecov bot commented Jan 8, 2022

Codecov Report

Patch coverage has no change and project coverage change: -1.03 ⚠️

Comparison is base (daf197a) 35.68% compared to head (89e6216) 34.66%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #630      +/-   ##
==========================================
- Coverage   35.68%   34.66%   -1.03%     
==========================================
  Files          24       24              
  Lines        2637     2637              
==========================================
- Hits          941      914      -27     
- Misses       1554     1581      +27     
  Partials      142      142              

see 2 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot changed the title fix(deps): update module github.com/spf13/viper to v1.10.1 Update module github.com/spf13/viper to v1.10.1 Mar 12, 2022
@renovate renovate bot changed the title Update module github.com/spf13/viper to v1.10.1 Update module github.com/spf13/viper to v1.11.0 Apr 13, 2022
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from a2caeac to 69b0345 Compare April 13, 2022 14:48
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from 69b0345 to 1340a07 Compare June 18, 2022 20:18
@renovate renovate bot changed the title Update module github.com/spf13/viper to v1.11.0 Update module github.com/spf13/viper to v1.12.0 Jun 18, 2022
@renovate renovate bot changed the title Update module github.com/spf13/viper to v1.12.0 Update module github.com/spf13/viper to v1.13.0 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from 1340a07 to cff96d6 Compare September 25, 2022 20:18
@renovate renovate bot changed the title Update module github.com/spf13/viper to v1.13.0 fix(deps): update module github.com/spf13/viper to v1.14.0 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from cff96d6 to b9d502d Compare November 20, 2022 14:05
@renovate renovate bot changed the title fix(deps): update module github.com/spf13/viper to v1.14.0 Update module github.com/spf13/viper to v1.14.0 Dec 17, 2022
@renovate renovate bot changed the title Update module github.com/spf13/viper to v1.14.0 fix(deps): update module github.com/spf13/viper to v1.14.0 Dec 17, 2022
@renovate renovate bot changed the title fix(deps): update module github.com/spf13/viper to v1.14.0 fix(deps): update module github.com/spf13/viper to v1.15.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/github.com-spf13-viper-1.x branch from b9d502d to 89e6216 Compare March 16, 2023 11:09
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