From e082bff62fb7f865b6a732e266dadb4fa90847f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 10 Feb 2021 06:35:43 +0100 Subject: [PATCH] kustomize: Update to version 3.10.0 --- bucket/kustomize.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kustomize.json b/bucket/kustomize.json index 3779aa1258..d96105762d 100644 --- a/bucket/kustomize.json +++ b/bucket/kustomize.json @@ -1,12 +1,12 @@ { - "version": "3.9.3", + "version": "3.10.0", "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/v3.9.3/kustomize_v3.9.3_windows_amd64.tar.gz", - "hash": "42f9837c72f010461688a61217f885474bf5c439a64f83db8898d62ab3f9c478" + "url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v3.10.0/kustomize_v3.10.0_windows_amd64.tar.gz", + "hash": "aa1db87c2ef85bb4780e96299873a6b7960385f1599a2193dbd449e90a58c20d" } }, "bin": "kustomize.exe",