mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 12:51:19 +00:00
kubent: Add version 0.7.0 (#4454)
This commit is contained in:
parent
cb4c0f7660
commit
628faf06bb
21
bucket/kubent.json
Normal file
21
bucket/kubent.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"version": "0.7.0",
|
||||
"description": "Kube No Trouble (kubent) is a simple tool to check whether you're using any of these API versions in your cluster and therefore should upgrade your workloads first, before upgrading your Kubernetes cluster.",
|
||||
"homepage": "https://github.com/doitintl/kube-no-trouble/",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/doitintl/kube-no-trouble/releases/download/0.7.0/kubent-0.7.0-windows-amd64.tar.gz",
|
||||
"hash": "3bb09f040917cdffedceb6a27bad902365c25645ca44a2c41dd1a4709f56ef38"
|
||||
}
|
||||
},
|
||||
"bin": "kubent.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/doitintl/kube-no-trouble/releases/download/$version/kubent-$version-windows-amd64.tar.gz"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user