2025-11-27 12:31:53 +00:00

44 lines
1.7 KiB
JSON

{
"version": "2.7.5",
"description": "Open and extensible continuous delivery solution for Kubernetes.",
"homepage": "https://fluxcd.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v2.7.5/flux_2.7.5_windows_amd64.zip",
"hash": "271537f7a70623344a60a749cbc7eb712faa83d1b095fc232b1dd17acadd01a1"
},
"arm64": {
"url": "https://github.com/fluxcd/flux2/releases/download/v2.7.5/flux_2.7.5_windows_arm64.zip",
"hash": "57ff14aac74521d358b261dc92ff7483d38eb59e168d818239a24f2cb6d4d1c0"
},
"32bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v2.7.5/flux_2.7.5_windows_386.zip",
"hash": "26244f1a493b9f5e36eb858c865a23be88e57585d786f8c30d63c11e33ad9cc8"
}
},
"bin": "flux.exe",
"checkver": {
"url": "https://api.github.com/repositories/258469100/releases",
"jsonpath": "$..browser_download_url",
"regex": "flux_([\\d.]+)_windows_amd64.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v$version/flux_$version_windows_amd64.zip"
},
"arm64": {
"url": "https://github.com/fluxcd/flux2/releases/download/v$version/flux_$version_windows_arm64.zip"
},
"32bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v$version/flux_$version_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/flux_$version_checksums.txt"
}
},
"notes": "For Flux v1, please install 'versions/fluxctl' instead."
}