From 574c0e05bf8d68b40f07813083068cf797f02722 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Thu, 12 Jan 2023 16:29:51 +0000 Subject: [PATCH] istioctl: Add version 1.16.1 (#4344) Signed-off-by: Steve Hipwell Signed-off-by: Steve Hipwell --- bucket/istioctl.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/istioctl.json diff --git a/bucket/istioctl.json b/bucket/istioctl.json new file mode 100644 index 0000000000..8b5d93ec07 --- /dev/null +++ b/bucket/istioctl.json @@ -0,0 +1,26 @@ +{ + "version": "1.16.1", + "description": "Configuration command line utility for service operators to debug and diagnose their Istio mesh.", + "homepage": "https://istio.io/latest/docs/reference/commands/istioctl/", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/istio/istio/releases/download/1.16.1/istioctl-1.16.1-win.zip", + "hash": "b4c7dfca4ab8e1caeec5c4480483494b492ccee9f0871d291d429ea56a2dca18" + } + }, + "bin": "istioctl.exe", + "checkver": { + "github": "https://github.com/istio/istio" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/istio/istio/releases/download/$version/istioctl-$version-win.zip" + } + }, + "hash": { + "url": "$url.sha256" + } + } +}