From fe1317e798415cbe24d2bc5bee282c9d64aa8ccb Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 15 Sep 2025 11:16:38 +0200 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20github.com/knadh?= =?UTF-8?q?/koanf/v2=20v2.2.2=20=E2=86=92=20v2.3.0=20(clustertool)=20(#395?= =?UTF-8?q?49)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/knadh/koanf/v2](https://redirect.github.com/knadh/koanf) | `v2.2.2` -> `v2.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fknadh%2fkoanf%2fv2/v2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fknadh%2fkoanf%2fv2/v2.2.2/v2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
knadh/koanf (github.com/knadh/koanf/v2) ### [`v2.3.0`](https://redirect.github.com/knadh/koanf/releases/tag/v2.3.0) [Compare Source](https://redirect.github.com/knadh/koanf/compare/v2.2.2...v2.3.0) #### What's Changed - feat: add provider for kiln by [@​Thunderbottom](https://redirect.github.com/Thunderbottom) in [#​369](https://redirect.github.com/knadh/koanf/pull/369) - Fix rendering of header and add it to the table of contents by [@​remyzandwijk](https://redirect.github.com/remyzandwijk) in [#​373](https://redirect.github.com/knadh/koanf/pull/373) - Bump github.com/go-viper/mapstructure/v2 from 2.0.0-alpha.1 to 2.4.0 in /examples by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​375](https://redirect.github.com/knadh/koanf/pull/375) - feat: add HUML parser support by [@​rhnvrm](https://redirect.github.com/rhnvrm) in [#​374](https://redirect.github.com/knadh/koanf/pull/374) - Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.4.0 in /tests by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​376](https://redirect.github.com/knadh/koanf/pull/376) - Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.4.0 in /providers/cliflagv3 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​378](https://redirect.github.com/knadh/koanf/pull/378) - Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /providers/cliflagv2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​380](https://redirect.github.com/knadh/koanf/pull/380) - Add thread safety to resolve race conditions in Issues [#​305](https://redirect.github.com/knadh/koanf/issues/305) and [#​335](https://redirect.github.com/knadh/koanf/issues/335) by [@​rhnvrm](https://redirect.github.com/rhnvrm) in [#​377](https://redirect.github.com/knadh/koanf/pull/377) - fix: bump mapstructure version by [@​rostislaved](https://redirect.github.com/rostislaved) in [#​381](https://redirect.github.com/knadh/koanf/pull/381) #### New Contributors - [@​remyzandwijk](https://redirect.github.com/remyzandwijk) made their first contribution in [#​373](https://redirect.github.com/knadh/koanf/pull/373) - [@​rostislaved](https://redirect.github.com/rostislaved) made their first contribution in [#​381](https://redirect.github.com/knadh/koanf/pull/381) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- clustertool/go.mod | 2 +- clustertool/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/clustertool/go.mod b/clustertool/go.mod index 239e4e37eba..96a492138eb 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -15,7 +15,7 @@ require ( github.com/joho/godotenv v1.5.1 github.com/knadh/koanf/parsers/yaml v1.1.0 github.com/knadh/koanf/providers/file v1.2.0 - github.com/knadh/koanf/v2 v2.2.2 + github.com/knadh/koanf/v2 v2.3.0 github.com/leaanthony/debme v1.2.1 github.com/rs/zerolog v1.34.0 github.com/siderolabs/talos/pkg/machinery v1.12.0-alpha.0 diff --git a/clustertool/go.sum b/clustertool/go.sum index 7bf0a950eed..dde8acbc1d7 100644 --- a/clustertool/go.sum +++ b/clustertool/go.sum @@ -476,6 +476,8 @@ github.com/knadh/koanf/providers/file v1.2.0 h1:hrUJ6Y9YOA49aNu/RSYzOTFlqzXSCpmY github.com/knadh/koanf/providers/file v1.2.0/go.mod h1:bp1PM5f83Q+TOUu10J/0ApLBd9uIzg+n9UgthfY+nRA= github.com/knadh/koanf/v2 v2.2.2 h1:ghbduIkpFui3L587wavneC9e3WIliCgiCgdxYO/wd7A= github.com/knadh/koanf/v2 v2.2.2/go.mod h1:abWQc0cBXLSF/PSOMCB/SK+T13NXDsPvOksbpi5e/9Q= +github.com/knadh/koanf/v2 v2.3.0 h1:Qg076dDRFHvqnKG97ZEsi9TAg2/nFTa9hCdcSa1lvlM= +github.com/knadh/koanf/v2 v2.3.0/go.mod h1:gRb40VRAbd4iJMYYD5IxZ6hfuopFcXBpc9bbQpZwo28= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=