-
Notifications
You must be signed in to change notification settings - Fork 12
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.12.0 #367
Conversation
2fae6c1
to
6585adc
Compare
6585adc
to
af3e51c
Compare
af3e51c
to
5a809fb
Compare
5a809fb
to
6e0bca5
Compare
6e0bca5
to
4281891
Compare
4281891
to
09885f5
Compare
09885f5
to
8f05d5e
Compare
8f05d5e
to
a4067d0
Compare
a4067d0
to
3dc74f9
Compare
3dc74f9
to
b14ea27
Compare
b14ea27
to
91e1faa
Compare
91e1faa
to
71b3050
Compare
71b3050
to
2fb9ea2
Compare
2fb9ea2
to
c665e83
Compare
cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc= | ||
cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg= | ||
cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc= | ||
cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Secret Scan] It may be dangerous to commit the AWS secret access key. (view)
AWS secret access key is an important credential that allows you to use AWS programmatically.
Once this leaks, an attacker can access and operate your AWS resources.See also:
Rule Severity sider.secrets.aws.secret_access_key
warning
You can close this issue if no need to fix it. Learn more.
I closed this issue. Reason:
- When this is not an AWS secret access key.
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= | ||
github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I= | ||
github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Secret Scan] It may be dangerous to commit the AWS secret access key. (view)
AWS secret access key is an important credential that allows you to use AWS programmatically.
Once this leaks, an attacker can access and operate your AWS resources.See also:
Rule Severity sider.secrets.aws.secret_access_key
warning
You can close this issue if no need to fix it. Learn more.
I closed this issue. Reason:
- When this is not an AWS secret access key.
google.golang.org/api v0.36.0/go.mod h1:+z5ficQTmoYpPn8LCUNVpK5I7hwkpjbcgqA7I34qYtE= | ||
google.golang.org/api v0.40.0/go.mod h1:fYKFpnQN0DsDSKRVRcQSDQNtqWPfM9i+zNPxepjRCQ8= | ||
google.golang.org/api v0.41.0/go.mod h1:RkxM5lITDfTzmyKFPt+wGrCJbVfniCr2ool8kTBzRTU= | ||
google.golang.org/api v0.43.0/go.mod h1:nQsDGjRXMo4lvh5hP0TKqF244gqhGcr/YSIykhUk/94= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Secret Scan] It may be dangerous to commit the AWS secret access key. (view)
AWS secret access key is an important credential that allows you to use AWS programmatically.
Once this leaks, an attacker can access and operate your AWS resources.See also:
Rule Severity sider.secrets.aws.secret_access_key
warning
You can close this issue if no need to fix it. Learn more.
I closed this issue. Reason:
- When this is not an AWS secret access key.
c665e83
to
62113e3
Compare
I closed this issue. Reason:
|
62113e3
to
4a84448
Compare
4a84448
to
1efc817
Compare
1efc817
to
5d5805b
Compare
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: 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.