k3d: Add version 1.7.0 (#1248)

This commit is contained in:
Martin Mauch 2020-07-07 06:33:27 +02:00 committed by GitHub
parent b0c29b1209
commit 7e800cd7fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
bucket/k3d.json Normal file
View File

@ -0,0 +1,28 @@
{
"version": "1.7.0",
"description": "Creates multi-node k3s cluster on a single machine using docker",
"homepage": "https://github.com/rancher/k3d",
"license": "MIT",
"suggest": {
"docker": [
"docker",
"docker-nightly",
"docker-machine"
]
},
"architecture": {
"64bit": {
"url": "https://github.com/rancher/k3d/releases/download/v1.7.0/k3d-windows-amd64.exe#/k3d.exe",
"hash": "1f8e8515f281a8439bea5605c122ac4f45192c3f043f315f22250bd23f36e661"
}
},
"bin": "k3d.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rancher/k3d/releases/download/v$version/k3d-windows-amd64.exe#/k3d.exe"
}
}
}
}