azure-kubelogin: Add version 0.11.0 (#3405)

* azure-kubelogin: Add version 0.11.0

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

* azure-kubelogin: Add version 0.11.0

Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
Steve Hipwell 2022-03-24 17:08:04 +00:00 committed by GitHub
parent 6bedeecdef
commit 9878a8967c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,24 @@
{
"version": "0.0.11",
"description": "A client-go credential (exec) plugin implementing Azure authentication.",
"homepage": "https://github.com/Azure/kubelogin/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Azure/kubelogin/releases/download/v0.0.11/kubelogin-win-amd64.zip",
"hash": "8d509b64638bf2acba247b5333b8dc1f16a578ecb1917b562ec1ee938e49d85f"
}
},
"bin": "bin\\windows_amd64\\kubelogin.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Azure/kubelogin/releases/download/v$version/kubelogin-win-amd64.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}