fix(deps): update module github.com/knadh/koanf/v2 v2.2.2 → v2.3.0 (clustertool) (#39549)

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

<details>
<summary>knadh/koanf (github.com/knadh/koanf/v2)</summary>

###
[`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
[@&#8203;Thunderbottom](https://redirect.github.com/Thunderbottom) in
[#&#8203;369](https://redirect.github.com/knadh/koanf/pull/369)
- Fix rendering of header and add it to the table of contents by
[@&#8203;remyzandwijk](https://redirect.github.com/remyzandwijk) in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;375](https://redirect.github.com/knadh/koanf/pull/375)
- feat: add HUML parser support by
[@&#8203;rhnvrm](https://redirect.github.com/rhnvrm) in
[#&#8203;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 [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;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
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;380](https://redirect.github.com/knadh/koanf/pull/380)
- Add thread safety to resolve race conditions in Issues
[#&#8203;305](https://redirect.github.com/knadh/koanf/issues/305) and
[#&#8203;335](https://redirect.github.com/knadh/koanf/issues/335) by
[@&#8203;rhnvrm](https://redirect.github.com/rhnvrm) in
[#&#8203;377](https://redirect.github.com/knadh/koanf/pull/377)
- fix: bump mapstructure version by
[@&#8203;rostislaved](https://redirect.github.com/rostislaved) in
[#&#8203;381](https://redirect.github.com/knadh/koanf/pull/381)

#### New Contributors

- [@&#8203;remyzandwijk](https://redirect.github.com/remyzandwijk) made
their first contribution in
[#&#8203;373](https://redirect.github.com/knadh/koanf/pull/373)
- [@&#8203;rostislaved](https://redirect.github.com/rostislaved) made
their first contribution in
[#&#8203;381](https://redirect.github.com/knadh/koanf/pull/381)

**Full Changelog**:
<https://github.com/knadh/koanf/compare/v2.2.2...v2.3.0>

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2025-09-15 11:16:38 +02:00
committed by GitHub
parent ef7d80a064
commit fe1317e798
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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=