From 2e678bc8c6fcb2ee9160b5ae45e692e8595b7d2b Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 24 Jan 2025 16:10:39 +0100 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20sigs.k8s.io/kust?= =?UTF-8?q?omize/api=20v0.18.0=20=E2=86=92=20v0.19.0=20(clustertool)=20(#3?= =?UTF-8?q?0922)?= 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 | |---|---|---|---| | [sigs.k8s.io/kustomize/api](https://redirect.github.com/kubernetes-sigs/kustomize) | require | minor | `v0.18.0` -> `v0.19.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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 75f0f083117..56e0c7ac567 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -27,7 +27,7 @@ require ( k8s.io/apimachinery v0.32.1 k8s.io/client-go v0.32.1 sigs.k8s.io/controller-runtime v0.19.4 - sigs.k8s.io/kustomize/api v0.18.0 + sigs.k8s.io/kustomize/api v0.19.0 sigs.k8s.io/kustomize/kyaml v0.19.0 sigs.k8s.io/yaml v1.4.0 )