From 15feaed2b89e05e501980fd11c955fb576221f9a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 16 Feb 2025 02:21:27 +0100 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20github.com/go-pl?= =?UTF-8?q?ayground/validator/v10=20v10.24.0=20=E2=86=92=20v10.25.0=20(clu?= =?UTF-8?q?stertool)=20(#32133)?= 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/go-playground/validator/v10](https://redirect.github.com/go-playground/validator) | require | minor | `v10.24.0` -> `v10.25.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
go-playground/validator (github.com/go-playground/validator/v10) ### [`v10.25.0`](https://redirect.github.com/go-playground/validator/releases/tag/v10.25.0): Release 10.25.0 [Compare Source](https://redirect.github.com/go-playground/validator/compare/v10.24.0...v10.25.0) #### What's Changed - Fix postcode_iso3166\_alpha2\_field validation by [@​ddevcap](https://redirect.github.com/ddevcap) in [https://github.com/go-playground/validator/pull/1359](https://redirect.github.com/go-playground/validator/pull/1359) - Update README to replace the Travis CI badge with a GitHub Actions badge by [@​nodivbyzero](https://redirect.github.com/nodivbyzero) in [https://github.com/go-playground/validator/pull/1362](https://redirect.github.com/go-playground/validator/pull/1362) - chore: using errors.As instead of type assertion by [@​fatelei](https://redirect.github.com/fatelei) in [https://github.com/go-playground/validator/pull/1346](https://redirect.github.com/go-playground/validator/pull/1346) - Fix/remove issue template md by [@​ganeshdipdumbare](https://redirect.github.com/ganeshdipdumbare) in [https://github.com/go-playground/validator/pull/1375](https://redirect.github.com/go-playground/validator/pull/1375) - feat: Add support for omitting empty and zero values in validation (including nil pointer and empty content of pointer) by [@​zeewell](https://redirect.github.com/zeewell) in [https://github.com/go-playground/validator/pull/1289](https://redirect.github.com/go-playground/validator/pull/1289) #### New Contributors - [@​ddevcap](https://redirect.github.com/ddevcap) made their first contribution in [https://github.com/go-playground/validator/pull/1359](https://redirect.github.com/go-playground/validator/pull/1359) - [@​fatelei](https://redirect.github.com/fatelei) made their first contribution in [https://github.com/go-playground/validator/pull/1346](https://redirect.github.com/go-playground/validator/pull/1346) - [@​zeewell](https://redirect.github.com/zeewell) made their first contribution in [https://github.com/go-playground/validator/pull/1289](https://redirect.github.com/go-playground/validator/pull/1289) **Full Changelog**: https://github.com/go-playground/validator/compare/v10.24.0...v10.25.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 c38120b8254..bfe0892858a 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -10,7 +10,7 @@ require ( github.com/getsops/sops/v3 v3.9.4 github.com/go-git/go-git/v5 v5.13.2 github.com/go-logr/zerologr v1.2.3 - github.com/go-playground/validator/v10 v10.24.0 + github.com/go-playground/validator/v10 v10.25.0 github.com/invopop/jsonschema v0.13.0 github.com/joho/godotenv v1.5.1 github.com/knadh/koanf/parsers/yaml v0.1.0