kubefwd: Update to version 1.25.8, fix autoupdate (#7479)

This commit is contained in:
Craig Johnston 2026-01-04 02:35:17 -08:00 committed by GitHub
parent 66c46110ac
commit c27f48469e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,16 +1,16 @@
{
"version": "1.22.5",
"version": "1.25.8",
"description": "Bulk port forwarding Kubernetes services for local development",
"homepage": "https://github.com/txn2/kubefwd",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/txn2/kubefwd/releases/download/1.22.5/kubefwd_Windows_x86_64.zip",
"hash": "8e8b893ab4fca6020cbade48b6b142b44dfd4770a686456ac2f8d34aad0c4fec"
"url": "https://github.com/txn2/kubefwd/releases/download/v1.25.8/kubefwd_Windows_x86_64.zip",
"hash": "4c477b151bd3db6e51be350cbb389a645f86154d279014d168507478cf64a242"
},
"32bit": {
"url": "https://github.com/txn2/kubefwd/releases/download/1.22.5/kubefwd_Windows_i386.zip",
"hash": "4576540dc41b5ecceded37702f6da0e981488ed09cdadd3a623366451c234c57"
"url": "https://github.com/txn2/kubefwd/releases/download/v1.25.8/kubefwd_Windows_i386.zip",
"hash": "71a777df80cfeb39df259dba077d54ed08feb1522f92973d87cdb30b37b85f94"
}
},
"bin": "kubefwd.exe",
@ -18,10 +18,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/txn2/kubefwd/releases/download/$version/kubefwd_Windows_x86_64.zip"
"url": "https://github.com/txn2/kubefwd/releases/download/v$version/kubefwd_Windows_x86_64.zip"
},
"32bit": {
"url": "https://github.com/txn2/kubefwd/releases/download/$version/kubefwd_Windows_i386.zip"
"url": "https://github.com/txn2/kubefwd/releases/download/v$version/kubefwd_Windows_i386.zip"
}
},
"hash": {