Update module github.com/knadh/koanf to v2#147
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
Contributor
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: go.sum |
5195305 to
6648b48
Compare
6648b48 to
f32c5e3
Compare
f32c5e3 to
bd1f6cb
Compare
Contributor
Author
|
e3b2ac8 to
16fc64d
Compare
16fc64d to
21d29cf
Compare
21d29cf to
8c62ec4
Compare
8c62ec4 to
0230240
Compare
0230240 to
6ce47d1
Compare
6ce47d1 to
8632c62
Compare
8632c62 to
da9f2cf
Compare
f2400f1 to
450ac14
Compare
450ac14 to
65c5eb0
Compare
65c5eb0 to
8113257
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.5.0→v2.3.4Release Notes
knadh/koanf (github.com/knadh/koanf)
v2.3.4Compare Source
What's Changed
cliflagv3.ProviderWithConfig()just likeposflagby @knadh in #403New Contributors
Full Changelog: knadh/koanf@v2.3.3...v2.3.4
v2.3.3Compare Source
What's Changed
2f44276Full Changelog: knadh/koanf@v2.3.2...v2.3.3
v2.3.2Compare Source
What's Changed
New Contributors
Full Changelog: knadh/koanf@v2.3.1...v2.3.2
v2.3.1Compare Source
What's Changed
interface{}toanyby @nilsocket in #385New Contributors
Full Changelog: knadh/koanf@v2.3.0...v2.3.1
v2.3.0Compare Source
What's Changed
New Contributors
Full Changelog: knadh/koanf@v2.2.2...v2.3.0
v2.2.2Compare Source
What's Changed
New Contributors
Full Changelog: knadh/koanf@v2.2.1...v2.2.2
v2.2.1Compare Source
What's Changed
New Contributors
Full Changelog: knadh/koanf@v2.2.0...v2.2.1
v2.2.0Compare Source
This release sets the min required Go version to v1.23.0
An increasing number of important updates to various deps, including golang.org/x/*, require go >= 1.23.0. It is now untenable
to maintain support for older Go versions. This does not break existing installations, just that further updates will only be available to newer Go versions.
What's Changed
New Contributors
Full Changelog: knadh/koanf@v2.1.2...v2.2.0
v2.1.2Compare Source
What's Changed
Unwatch()to file provider. by @knadh in #306New Contributors
Full Changelog: knadh/koanf@v2.1.1...v2.1.2
v2.1.1Compare Source
What's Changed
New Contributors
Full Changelog: knadh/koanf@v2.1.0...v2.1.1
v2.1.0Compare Source
Important
mitchellh/mapstructure#349 (comment) is discontinued and koanf has switched to using the fork
github.com/go-viper/mapstructure/v2.If you are referencing the mapstructure lib in your code (custom DecoderConfig), you have to switch the paths to the above forked version of
mapstructurelib.github.com/mitchellh/mapstructure->github.com/go-viper/mapstructure/v2What's Changed
Full Changelog: knadh/koanf@v2.0.2...v2.1.0
v2.0.2Compare Source
Important
mitchellh/mapstructure#349 (comment) is discontinued and koanf has switched to using the fork
github.com/go-viper/mapstructure/v2.If you are referencing the mapstructure lib in your code (custom DecoderConfig), you have to switch the paths to the above forked version of koanf.
github.com/mitchellh/mapstructure=>github.com/go-viper/mapstructure/v2What's Changed
Opt{}param that takes a koanf instance to match posflag's default value behaviour in basic flag. Closes #255. by @knadh in #259New Contributors
Full Changelog: knadh/koanf@v2.0.1...v2.0.2
v2.0.1Compare Source
What's Changed
New Contributors
Full Changelog: knadh/koanf@v2.0.0...v2.0.1
v2.0.0Compare Source
This is a major breaking change that ends koanf v1 (v1.5.0) and moves to v2. Continued usage of v1 is unaffected. While koanf does not bundle external dependencies into its core thereby avoiding them in the build, a
go getwould still pull them and go.mod, bringing in unnecessary references as all the providers and parsers were "sub" packages of the main module.This PR upgrades koanf to v2 and separates every single provider and parser package into its own module, go.mod, and release tag (eg:
providers/yaml/v0.1.0). That is, one-repository, many modules. This removes references to all indirect dependencies in the main koanf package significantly de-cluttering it.What changes?
github.com/knadh/koanf/v2.go get github.com/knadh/koanf/providers/s3,go get github.com/knadh/koanf/parsers/jsonetc.Full Changelog: knadh/koanf@v1.5.0...v2.0.0
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 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.
This PR was generated by Mend Renovate. View the repository job log.