Skip to content

Commit 4e3b45b

Browse files
authored
Update cilium-cli.json
1 parent 78451f2 commit 4e3b45b

File tree

1 file changed

+23
-15
lines changed

1 file changed

+23
-15
lines changed

bucket/cilium-cli.json

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,39 @@
11
{
2-
"version": "0.18.2",
2+
"version": "0.18.6",
33
"description": "A CLI to install, manage & troubleshoot Kubernetes clusters running Cilium.",
44
"homepage": "https://github.com/cilium/cilium-cli",
55
"license": "Apache-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://mirror.ghproxy.com/https://github.com/cilium/cilium-cli/releases/download/v0.18.2/cilium-windows-amd64.tar.gz",
9-
"hash": "1bf09a1fff643c5741af21f8160b2e70caad62d0584ed2b271b49bd3c2efd57f"
10-
},
8+
"url": "https://github.com/cilium/cilium-cli/releases/download/v0.18.6/cilium-windows-amd64.zip",
9+
"hash": "43e695719cca62b93394e5a4cdb72916947b7beaad249c8600ddeac4c21cee33"
10+
11+
},
1112
"arm64": {
12-
"url": "https://mirror.ghproxy.com/https://github.com/cilium/cilium-cli/releases/download/v0.18.2/cilium-windows-arm64.tar.gz",
13-
"hash": "1bf09a1fff643c5741af21f8160b2e70caad62d0584ed2b271b49bd3c2efd57f"
14-
}
15-
},
13+
"url": "https://github.com/cilium/cilium-cli/releases/download/v0.18.6/cilium-windows-arm64.zip",
14+
"hash": "ca50b1dbfd9401a8a80085d67826653db81f102b2f0e26cade041b2b8255f724"
15+
16+
}
17+
18+
},
1619
"bin": "cilium.exe",
1720
"checkver": "github",
1821
"autoupdate": {
1922
"architecture": {
2023
"64bit": {
21-
"url": "https://mirror.ghproxy.com/https://github.com/cilium/cilium-cli/releases/download/v$version/cilium-windows-amd64.tar.gz"
22-
},
24+
"url": "https://github.com/cilium/cilium-cli/releases/download/v$version/cilium-windows-amd64.zip"
25+
26+
},
2327
"arm64": {
24-
"url": "https://mirror.ghproxy.com/https://github.com/cilium/cilium-cli/releases/download/v$version/cilium-windows-arm64.tar.gz"
25-
}
26-
},
28+
"url": "https://github.com/cilium/cilium-cli/releases/download/v$version/cilium-windows-arm64.zip"
29+
30+
}
31+
32+
},
2733
"hash": {
2834
"url": "$url.sha256sum"
29-
}
30-
}
35+
36+
}
37+
38+
}
3139
}

0 commit comments

Comments
 (0)