fix(website): redirect to correct release (#10864)

Quick-fix to ensure Gateway upgrades work. Fix for the script will come later.

Resolves: #10860
This commit is contained in:
Thomas Eizinger
2025-11-12 11:27:37 +11:00
committed by GitHub
parent 5f61eaf8f2
commit 4a64ff889b

View File

@@ -105,21 +105,21 @@ module.exports = [
source: "/dl/firezone-gateway/latest/x86_64",
destination:
// mark:current-gateway-version
"https://www.github.com/firezone/firezone/releases/download/gateway-1.4.18/firezone-gateway_1.4.17_x86_64",
"https://www.github.com/firezone/firezone/releases/download/gateway-1.4.18/firezone-gateway_1.4.18_x86_64",
permanent: false,
},
{
source: "/dl/firezone-gateway/latest/aarch64",
destination:
// mark:current-gateway-version
"https://www.github.com/firezone/firezone/releases/download/gateway-1.4.18/firezone-gateway_1.4.17_aarch64",
"https://www.github.com/firezone/firezone/releases/download/gateway-1.4.18/firezone-gateway_1.4.18_aarch64",
permanent: false,
},
{
source: "/dl/firezone-gateway/latest/armv7",
destination:
// mark:current-gateway-version
"https://www.github.com/firezone/firezone/releases/download/gateway-1.4.18/firezone-gateway_1.4.17_armv7",
"https://www.github.com/firezone/firezone/releases/download/gateway-1.4.18/firezone-gateway_1.4.18_armv7",
permanent: false,
},
/*