kubectx: Add version 0.9.0 (#1129)

This commit is contained in:
Iku Iwasa 2020-05-31 00:32:52 +09:00 committed by GitHub
parent d4fd37b9be
commit 58eec053e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 12 deletions

26
bucket/kubectx.json Normal file
View File

@ -0,0 +1,26 @@
{
"version": "0.9.0",
"description": "Kubernetes contexts manager",
"homepage": "https://kubectx.dev",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/ahmetb/kubectx/releases/download/v0.9.0/kubectx_v0.9.0_windows_x86_64.zip",
"hash": "8c567d750ec77e71f6f9a7b818bf06dd45f9c90d9d44d763084a0054a024e560"
}
},
"bin": "kubectx.exe",
"checkver": {
"github": "https://github.com/ahmetb/kubectx"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ahmetb/kubectx/releases/download/v$version/kubectx_v$version_windows_x86_64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}

View File

@ -1,8 +1,9 @@
{ {
"homepage": "https://github.com/thomasliddledba/kubectxwin",
"description": "Kubernetes cluster switcher.",
"license": "MIT",
"version": "0.1.1", "version": "0.1.1",
"description": "Kubernetes clusters switcher",
"homepage": "https://github.com/thomasliddledba/kubectxwin",
"license": "MIT",
"notes": "Deprecated. It is recommended to use 'kubectx' instead",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/thomasliddledba/kubectxwin/releases/download/0.1.1/kubectxwin.exe", "url": "https://github.com/thomasliddledba/kubectxwin/releases/download/0.1.1/kubectxwin.exe",
@ -15,13 +16,5 @@
"kubectxwin.exe", "kubectxwin.exe",
"kubectx" "kubectx"
] ]
], ]
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/thomasliddledba/kubectxwin/releases/download/$version/kubectxwin.exe"
}
}
}
} }