From f6fcad98583a71b48a96394bdefedbadd8d1e099 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 15 Apr 2025 20:10:39 +0200 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20github.com/knadh?= =?UTF-8?q?/koanf/v2=20v2.1.2=20=E2=86=92=20v2.2.0=20(clustertool)=20(#344?= =?UTF-8?q?00)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/knadh/koanf/v2](https://redirect.github.com/knadh/koanf) | require | minor | `v2.1.2` -> `v2.2.0` | --- ### Release Notes
knadh/koanf (github.com/knadh/koanf/v2) ### [`v2.2.0`](https://redirect.github.com/knadh/koanf/releases/tag/v2.2.0) [Compare Source](https://redirect.github.com/knadh/koanf/compare/v2.1.2...v2.2.0) 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 - Update CI by [@​StefMa](https://redirect.github.com/StefMa) in [https://github.com/knadh/koanf/pull/332](https://redirect.github.com/knadh/koanf/pull/332) - Fix typos by [@​NathanBaulch](https://redirect.github.com/NathanBaulch) in [https://github.com/knadh/koanf/pull/336](https://redirect.github.com/knadh/koanf/pull/336) - adds urfave/cli/v2 flag parser by [@​joicemjoseph](https://redirect.github.com/joicemjoseph) in [https://github.com/knadh/koanf/pull/330](https://redirect.github.com/knadh/koanf/pull/330) - Bump golang.org/x/net from 0.23.0 to 0.36.0 in /providers/consul by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/342](https://redirect.github.com/knadh/koanf/pull/342) - Added support for Azure Keyvault by [@​arawin1979](https://redirect.github.com/arawin1979) in [https://github.com/knadh/koanf/pull/343](https://redirect.github.com/knadh/koanf/pull/343) - Bump golang.org/x/crypto from 0.21.0 to 0.35.0 in /providers/vault by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/348](https://redirect.github.com/knadh/koanf/pull/348) - Bump golang.org/x/crypto from 0.17.0 to 0.35.0 in /providers/nats by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/347](https://redirect.github.com/knadh/koanf/pull/347) - Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 in /examples by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/346](https://redirect.github.com/knadh/koanf/pull/346) - Bump golang.org/x/net from 0.23.0 to 0.36.0 in /providers/vault by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/knadh/koanf/pull/344](https://redirect.github.com/knadh/koanf/pull/344) - Upgrade min Go version and deps across all providers and parsers by [@​knadh](https://redirect.github.com/knadh) in [https://github.com/knadh/koanf/pull/349](https://redirect.github.com/knadh/koanf/pull/349) #### New Contributors - [@​NathanBaulch](https://redirect.github.com/NathanBaulch) made their first contribution in [https://github.com/knadh/koanf/pull/336](https://redirect.github.com/knadh/koanf/pull/336) - [@​joicemjoseph](https://redirect.github.com/joicemjoseph) made their first contribution in [https://github.com/knadh/koanf/pull/330](https://redirect.github.com/knadh/koanf/pull/330) - [@​arawin1979](https://redirect.github.com/arawin1979) made their first contribution in [https://github.com/knadh/koanf/pull/343](https://redirect.github.com/knadh/koanf/pull/343) **Full Changelog**: https://github.com/knadh/koanf/compare/v2.1.2...v2.2.0
--- ### 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clustertool/go.mod b/clustertool/go.mod index a7928f5bc4b..17d15a05616 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -17,7 +17,7 @@ require ( github.com/joho/godotenv v1.5.1 github.com/knadh/koanf/parsers/yaml v0.1.0 github.com/knadh/koanf/providers/file v1.1.2 - github.com/knadh/koanf/v2 v2.1.2 + github.com/knadh/koanf/v2 v2.2.0 github.com/leaanthony/debme v1.2.1 github.com/rs/zerolog v1.33.0 github.com/siderolabs/talos/pkg/machinery v1.10.0-alpha.2