2025-11-24 16:29:46 +00:00

44 lines
1.7 KiB
JSON

{
"version": "2.7.4",
"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.4/flux_2.7.4_windows_amd64.zip",
"hash": "4fa900c03504bfbe1959a333a332cc23cb74d803ac6bbc0bce01eb46158a9a9d"
},
"arm64": {
"url": "https://github.com/fluxcd/flux2/releases/download/v2.7.4/flux_2.7.4_windows_arm64.zip",
"hash": "6f623268e657e196b1cb42db4a77624af02fb8cccaf7c999ff44a7190cb00305"
},
"32bit": {
"url": "https://github.com/fluxcd/flux2/releases/download/v2.7.4/flux_2.7.4_windows_386.zip",
"hash": "4450f849f1ca07a3c4b58aab44ef1fd889fb04b7b1d3edbdac572d5cde9ef73c"
}
},
"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."
}