Skip to content

Commit

Permalink
hetzner-kube: Add version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Nov 20, 2020
1 parent c5fce6b commit 2652ccc
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
| [GOG.com Downloader **(GOGDownloader)**](./bucket/GOGDownloader.json) ||| ❌ (❌) |
| [Grammarly **(Grammarly)**](./bucket/Grammarly.json) ||| ✔ (⛔) |
| [Hamsket **(Hamsket)**](./bucket/Hamsket.json) ||| ✔ (⛔) |
| [hetzner-kube **(hetzner-kube)**](./bucket/hetzner-kube.json) ||| ✔ (⛔) |
| [HoverSnap **(HoverSnap)**](./bucket/HoverSnap.json) ||| ✔ (⛔) |
| [Icecream PDF Editor **(IcecreamPDFEditor)**](./bucket/IcecreamPDFEditor.json) ||| ❌ (⛔) |
| [ImBatch **(ImBatch)**](./bucket/ImBatch.json) ||| ✔ (⛔) |
Expand Down
31 changes: 31 additions & 0 deletions bucket/hetzner-kube.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": "0.5.1",
"description": "hetzner-kube. Creates and manages kubernetes clusters on Hetzner Cloud",
"homepage": "https://github.com/xetys/hetzner-kube",
"license": {
"identifier": "Apache-2.0",
"url": "https://github.com/xetys/hetzner-kube/blob/master/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/xetys/hetzner-kube/releases/download/0.5.1/hetzner-kube-0.5.1-windows-amd64.exe#/hetzner-kube.exe",
"hash": "7de75bc9ac2eea3ffc1869c73fc1c99540889936a0f4cf778928317db468ccf3"
},
"32bit": {
"url": "https://github.com/xetys/hetzner-kube/releases/download/0.5.1/hetzner-kube-0.5.1-windows-386.exe#/hetzner-kube.exe",
"hash": "fb199d370d28b55e06fb252a05b832b8197945a62ae6602d1b4c94bdc373923a"
}
},
"bin": "hetzner-kube.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/xetys/hetzner-kube/releases/download/$version/hetzner-kube-$version-windows-amd64.exe#/hetzner-kube.exe"
},
"32bit": {
"url": "https://github.com/xetys/hetzner-kube/releases/download/$version/hetzner-kube-$version-windows-386.exe#/hetzner-kube.exe"
}
}
}
}

0 comments on commit 2652ccc

Please sign in to comment.