Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.
43 changes: 43 additions & 0 deletions bucket/kubefwd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"version": "1.22.0",
"description": "Bulk port forwarding Kubernetes services for local development",
"homepage": "https://github.com/txn2/kubefwd",
"license": {
"identifier": "Apache-2.0",
"url": "https://github.com/txn2/kubefwd/blob/master/LICENSE"
},
"changelog": "https://github.com/txn2/kubefwd/releases/1.22.0",
"architecture": {
"64bit": {
"url": "https://github.com/txn2/kubefwd/releases/download/1.22.0/kubefwd_Windows_x86_64.zip",
"hash": "f01bc7909dc30b584c7ed59b5814c24a24beb80a71a56a01e49b9fd094f8a114"
},
"32bit": {
"url": "https://github.com/txn2/kubefwd/releases/download/1.22.0/kubefwd_Windows_i386.zip",
"hash": "f6f394dfbe339a7ec7c53d5a5b3a047494b75ab7e11fdef2ad4bb25fa3b6a7ab"
},
"arm64": {
"url": "https://github.com/txn2/kubefwd/releases/download/1.22.0/kubefwd_Windows_armv6.zip",
"hash": "2668e0d3bc3fee47aa0d085208dd910cac2ea27ba26d324df3a2a272a9d70f4d"
}
},
"bin": "kubefwd.exe",
"checkver": "github",
"autoupdate": {
"changelog": "https://github.com/txn2/kubefwd/releases/$version",
"architecture": {
"64bit": {
"url": "https://github.com/txn2/kubefwd/releases/download/$version/kubefwd_Windows_x86_64.zip"
},
"32bit": {
"url": "https://github.com/txn2/kubefwd/releases/download/$version/kubefwd_Windows_i386.zip"
},
"arm64": {
"url": "https://github.com/txn2/kubefwd/releases/download/$version/kubefwd_Windows_armv6.zip"
}
},
"hash": {
"url": "$baseurl/kubefwd_checksums.txt"
}
}
}