-
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
build(deps): bump github.com/spf13/viper from 1.15.0 to 1.17.0 #118
build(deps): bump github.com/spf13/viper from 1.15.0 to 1.17.0 #118
Conversation
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.15.0 to 1.17.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.15.0...v1.17.0) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
I still not get my 674 tenet token up till now..
Thanks
…On Mon, 9 Oct 2023 at 2:29 PM dependabot[bot] ***@***.***> wrote:
Bumps github.com/spf13/viper from 1.15.0 to 1.17.0.
Release notes
*Sourced from github.com/spf13/viper's releases
<https://github.com/spf13/viper/releases>.*
v1.17.0 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 <https://github.com/spf13/viper/releases/tag/v1.11.0> added
an experimental Logger interface to allow custom implementations (besides
jwalterweatherman <https://github.com/spf13/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
<https://pkg.go.dev/log/slog> released in Go 1.21.
[!WARNING] WithLogger accepts an *slog.Logger
<https://pkg.go.dev/log/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
<https://pkg.go.dev/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 <https://github.com/sagikazarmark/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 🎉
- Add NATS support by @hooksie1 <https://github.com/hooksie1> in
spf13/viper#1590 <https://redirect.github.com/spf13/viper/pull/1590>
- Add slog support by @sagikazarmark
<https://github.com/sagikazarmark> in spf13/viper#1627
<https://redirect.github.com/spf13/viper/pull/1627>
Enhancements 🚀
- chore: add local development environment using nix by @sagikazarmark
<https://github.com/sagikazarmark> in spf13/viper#1572
<https://redirect.github.com/spf13/viper/pull/1572>
- feat: add func GetEnvPrefix by @baruchiro
<https://github.com/baruchiro> in spf13/viper#1565
<https://redirect.github.com/spf13/viper/pull/1565>
- Improve dev env by @sagikazarmark <https://github.com/sagikazarmark>
in spf13/viper#1575 <https://redirect.github.com/spf13/viper/pull/1575>
- fix: code optimization by @testwill <https://github.com/testwill>
in spf13/viper#1557 <https://redirect.github.com/spf13/viper/pull/1557>
- test: remove not needed testutil.Setenv by @alexandear
<https://github.com/alexandear> in spf13/viper#1610
<https://redirect.github.com/spf13/viper/pull/1610>
- new finder library based on afero by @sagikazarmark
<https://github.com/sagikazarmark> in spf13/viper#1625
<https://redirect.github.com/spf13/viper/pull/1625>
... (truncated)
Commits
- f62f86a
<spf13/viper@f62f86a>
refactor: make use of strings.Cut
- 94632fa
<spf13/viper@94632fa>
chore: Use pip3 explicitly to install yamllint
- 3f6cadc
<spf13/viper@3f6cadc>
chore: Fix copy-paste error for yamllint target
- 287507c
<spf13/viper@287507c>
docs: add set subset KV example
- f1cb226
<spf13/viper@f1cb226>
chore(deps): update crypt
- c292b55
<spf13/viper@c292b55>
test: refactor asserts
- 3d006fe
<spf13/viper@3d006fe>
refactor: replace interface{} with any
- 8a6dc5d
<spf13/viper@8a6dc5d>
build(deps): bump github/codeql-action from 2.21.8 to 2.21.9
- 96c5c00
<spf13/viper@96c5c00>
chore: remove deprecated build tags
- 44911d2
<spf13/viper@44911d2>
build(deps): bump github/codeql-action from 2.21.7 to 2.21.8
- Additional commits viewable in compare view
<spf13/viper@v1.15.0...v1.17.0>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting @dependabot
rebase.
------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#118
Commit Summary
- ccadb42
<ccadb42>
build(deps): bump github.com/spf13/viper from 1.15.0 to 1.17.0
File Changes
(2 files <https://github.com/tenet-org/tenet-public/pull/118/files>)
- *M* go.mod
<https://github.com/tenet-org/tenet-public/pull/118/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6>
(75)
- *M* go.sum
<https://github.com/tenet-org/tenet-public/pull/118/files#diff-3295df7234525439d778f1b282d146a4f1ff6b415248aaac074e8042d9f42d63>
(155)
Patch Links:
- https://github.com/tenet-org/tenet-public/pull/118.patch
- https://github.com/tenet-org/tenet-public/pull/118.diff
—
Reply to this email directly, view it on GitHub
<#118>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBSQBGEFQ2OY6EOJ5FLL65DX6PGYXAVCNFSM6AAAAAA5YSK7VWVHI2DSMVQWIX3LMV43ASLTON2WKOZRHEZTENZWGEYTMOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days-before-close if no further activity occurs. |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps github.com/spf13/viper from 1.15.0 to 1.17.0.
Release notes
Sourced from github.com/spf13/viper's releases.
... (truncated)
Commits
f62f86a
refactor: make use ofstrings.Cut
94632fa
chore: Use pip3 explicitly to install yamllint3f6cadc
chore: Fix copy-paste error for yamllint target287507c
docs: add set subset KV examplef1cb226
chore(deps): update cryptc292b55
test: refactor asserts3d006fe
refactor: replace interface{} with any8a6dc5d
build(deps): bump github/codeql-action from 2.21.8 to 2.21.996c5c00
chore: remove deprecated build tags44911d2
build(deps): bump github/codeql-action from 2.21.7 to 2.21.8Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)