eksctl: add version 0.2.1 (#262)

* add eksctl 0.2.1

* Update bucket/eksctl.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/eksctl.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* only for 64bit
This commit is contained in:
hoilc 2019-07-27 00:40:16 +08:00 committed by Ross Smith II
parent abf7f245ec
commit 071f53e269

27
bucket/eksctl.json Normal file
View File

@ -0,0 +1,27 @@
{
"version": "0.2.1",
"license": "Apache-2.0",
"homepage": "https://eksctl.io/",
"description": "A simple CLI tool for creating clusters on EKS - Amazons new managed Kubernetes service for EC2.",
"architecture": {
"64bit": {
"url": "https://github.com/weaveworks/eksctl/releases/download/0.2.1/eksctl_Windows_amd64.zip",
"hash": "f6bb4d53637ec04cb2b4253d4fb432bf6831036f95e4d0d918f2253b08fd4451"
}
},
"bin": "eksctl.exe",
"checkver": {
"url": "https://github.com/weaveworks/eksctl/releases/tag/latest_release",
"regex": "eksctl ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/weaveworks/eksctl/releases/download/$version/eksctl_Windows_amd64.zip",
"hash": {
"url": "$baseurl/eksctl_checksums.txt"
}
}
}
}
}