From d13e8baa63555ead4ab0a552ef14c1737966ea2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 20:24:28 +0000 Subject: [PATCH] kustomize: Update to version 5.1.1 --- bucket/kustomize.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kustomize.json b/bucket/kustomize.json index 0cab11ada5..747bd2471f 100644 --- a/bucket/kustomize.json +++ b/bucket/kustomize.json @@ -1,12 +1,12 @@ { - "version": "5.1.0", + "version": "5.1.1", "description": "Customize raw, template-free YAML files for multiple purposes, leaving the original YAML untouched and usable as is.", "homepage": "https://github.com/kubernetes-sigs/kustomize", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.1.0/kustomize_v5.1.0_windows_amd64.tar.gz", - "hash": "ac48286444a33417e5251393f1b1b9972b00cff82fd3ab8d21ca8d8c29411199" + "url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.1.1/kustomize_v5.1.1_windows_amd64.tar.gz", + "hash": "f3cfe226462d09ea9854793c5f6873cc451ae322b276dd290a99e5b5ddb9560d" } }, "bin": "kustomize.exe",