From c0f78b68e0d52e84b20afd1d0efe47736932612b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 12 Nov 2020 08:17:46 +0100 Subject: [PATCH] kustomize: Update to version 3.8.7 --- bucket/kustomize.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kustomize.json b/bucket/kustomize.json index 064d37b4ae..aa28b51701 100644 --- a/bucket/kustomize.json +++ b/bucket/kustomize.json @@ -1,12 +1,12 @@ { - "version": "3.8.6", + "version": "3.8.7", "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.8.6/kustomize_v3.8.6_windows_amd64.tar.gz", - "hash": "a4729a99aeedccbef1979e66a94f1293884f8bff9486acf809107e3c605d0a97" + "url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v3.8.7/kustomize_v3.8.7_windows_amd64.tar.gz", + "hash": "56ff670edd84cb100117472b0196ad201d63a77ad0c90c4a6927ea8168d815bf" } }, "bin": "kustomize.exe",