eksctl: Update to version 0.65.0

This commit is contained in:
Jakub Čábera 2021-09-06 11:10:10 -07:00
parent 62a396613b
commit 2e7453ec37
2 changed files with 4 additions and 7 deletions

View File

@ -1,12 +1,12 @@
{
"version": "0.63.0",
"version": "0.65.0",
"description": "A simple CLI tool for creating clusters on EKS - Amazons new managed Kubernetes service for EC2.",
"homepage": "https://eksctl.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/weaveworks/eksctl/releases/download/0.63.0/eksctl_Windows_amd64.zip",
"hash": "5df56c91eba8764d5522c09e5ad83e6e7b2766b637df218a49a65798460276b4"
"url": "https://github.com/weaveworks/eksctl/releases/download/v0.65.0/eksctl_Windows_amd64.zip",
"hash": "4902438cbc4897cae1c78f57cff1955d92790b4ea01a24642372dee1a7363a20"
}
},
"bin": "eksctl.exe",
@ -16,7 +16,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/weaveworks/eksctl/releases/download/$version/eksctl_Windows_amd64.zip"
"url": "https://github.com/weaveworks/eksctl/releases/download/v$version/eksctl_Windows_amd64.zip"
}
},
"hash": {

View File

@ -14,9 +14,6 @@
}
},
"bin": "insect.exe",
"checkver": {
"github": "https://github.com/sharkdp/insect"
},
"autoupdate": {
"architecture": {
"64bit": {