istioctl: Add version 1.16.1 (#4344)

Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>

Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
Steve Hipwell 2023-01-12 16:29:51 +00:00 committed by GitHub
parent 9320abd097
commit 574c0e05bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
bucket/istioctl.json Normal file
View File

@ -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"
}
}
}