Skip to content

feat(deps)!: Update module github.com/knadh/koanf/providers/env ( v1.1.0 → v2.0.0 )#238

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-knadh-koanf-providers-env-2.x
Open

feat(deps)!: Update module github.com/knadh/koanf/providers/env ( v1.1.0 → v2.0.0 )#238
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-knadh-koanf-providers-env-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/knadh/koanf/providers/env v1.1.0v2.0.0 age confidence

Release Notes

knadh/koanf (github.com/knadh/koanf/providers/env)

v2.0.0

Compare 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 get would 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?
  • Going forward, koanf references should change to github.com/knadh/koanf/v2.
  • The required parsers and providers should be installed explicitly as they do not come bundled with the main koanf package anymore. Eg: go get github.com/knadh/koanf/providers/s3, go get github.com/knadh/koanf/parsers/json etc.
  • That's all. There is no change in functionality.

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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the type/major label Jun 30, 2025
@renovate renovate bot requested a review from rtrox as a code owner June 30, 2025 07:11
@renovate renovate bot assigned rtrox Jun 30, 2025
@renovate renovate bot added the type/major label Jun 30, 2025
@renovate renovate bot force-pushed the renovate/github.com-knadh-koanf-providers-env-2.x branch 2 times, most recently from cc6b961 to 6b588fc Compare August 13, 2025 14:57
@renovate renovate bot force-pushed the renovate/github.com-knadh-koanf-providers-env-2.x branch from 6b588fc to a3c462a Compare October 9, 2025 11:16
@renovate renovate bot force-pushed the renovate/github.com-knadh-koanf-providers-env-2.x branch from a3c462a to aa597f8 Compare December 15, 2025 17:33
@renovate renovate bot force-pushed the renovate/github.com-knadh-koanf-providers-env-2.x branch from aa597f8 to c894537 Compare February 2, 2026 20:17
@renovate renovate bot force-pushed the renovate/github.com-knadh-koanf-providers-env-2.x branch from c894537 to 726f2d4 Compare February 12, 2026 10:42
@renovate renovate bot force-pushed the renovate/github.com-knadh-koanf-providers-env-2.x branch from 726f2d4 to 39a892d Compare February 24, 2026 15:45
…1.0 → v2.0.0 )

| datasource | package                              | from   | to     |
| ---------- | ------------------------------------ | ------ | ------ |
| go         | github.com/knadh/koanf/providers/env | v1.1.0 | v2.0.0 |
@renovate renovate bot force-pushed the renovate/github.com-knadh-koanf-providers-env-2.x branch from 39a892d to 58cd42f Compare February 25, 2026 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant