From a4cf3ead0f0b486dbd9741fdb5233bb19875696d Mon Sep 17 00:00:00 2001 From: Jamil Date: Tue, 1 Jul 2025 07:04:21 -0700 Subject: [PATCH] ci: publish gateway 1.4.12 (#9736) --- .github/workflows/_build_artifacts.yml | 6 +++--- .github/workflows/ci.yml | 2 +- rust/Cargo.lock | 2 +- rust/gateway/Cargo.toml | 2 +- scripts/bump-versions.sh | 4 ++-- website/redirects.js | 6 +++--- website/src/app/api/releases/route.ts | 2 +- website/src/components/Changelog/Gateway.tsx | 5 +++-- 8 files changed, 15 insertions(+), 14 deletions(-) diff --git a/.github/workflows/_build_artifacts.yml b/.github/workflows/_build_artifacts.yml index fcd69e1df..5ddd478b7 100644 --- a/.github/workflows/_build_artifacts.yml +++ b/.github/workflows/_build_artifacts.yml @@ -247,9 +247,9 @@ jobs: artifact: firezone-gateway image_name: gateway # mark:next-gateway-version - release_name: gateway-1.4.12 + release_name: gateway-1.4.13 # mark:next-gateway-version - version: 1.4.12 + version: 1.4.13 - package: http-test-server artifact: http-test-server image_name: http-test-server @@ -417,7 +417,7 @@ jobs: - name: relay - name: gateway # mark:next-gateway-version - version: 1.4.12 + version: 1.4.13 - name: client # mark:next-client-version version: 1.0.6 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb1c5ad9c..1546fb4b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -186,7 +186,7 @@ jobs: matrix: include: # mark:next-gateway-version - - release_name: gateway-1.4.12 + - release_name: gateway-1.4.13 config_name: release-drafter-gateway.yml # mark:next-headless-version - release_name: headless-client-1.5.1 diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 6a9232973..bd09126d3 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2360,7 +2360,7 @@ dependencies = [ [[package]] name = "firezone-gateway" -version = "1.4.12" +version = "1.4.13" dependencies = [ "anyhow", "backoff", diff --git a/rust/gateway/Cargo.toml b/rust/gateway/Cargo.toml index 21095e87b..f2e98ce2a 100644 --- a/rust/gateway/Cargo.toml +++ b/rust/gateway/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "firezone-gateway" # mark:next-gateway-version -version = "1.4.12" +version = "1.4.13" edition = { workspace = true } license = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/scripts/bump-versions.sh b/scripts/bump-versions.sh index c112e53aa..bd085c774 100755 --- a/scripts/bump-versions.sh +++ b/scripts/bump-versions.sh @@ -198,8 +198,8 @@ function headless() { # 3. Run `scripts/bump-versions.sh gateway` to update the versions in the codebase. # 4. Commit the changes and open a PR. function gateway() { - current_gateway_version="1.4.11" - next_gateway_version="1.4.12" + current_gateway_version="1.4.12" + next_gateway_version="1.4.13" update_changelog "website/src/components/Changelog/Gateway.tsx" "$current_gateway_version" find website -type f -name "redirects.js" -exec sed "${SEDARG[@]}" -e '/mark:current-gateway-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_gateway_version}"'/g;}' {} \; diff --git a/website/redirects.js b/website/redirects.js index 892ccaa07..774e1eeae 100644 --- a/website/redirects.js +++ b/website/redirects.js @@ -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.11/firezone-gateway_1.4.11_x86_64", + "https://www.github.com/firezone/firezone/releases/download/gateway-1.4.12/firezone-gateway_1.4.12_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.11/firezone-gateway_1.4.11_aarch64", + "https://www.github.com/firezone/firezone/releases/download/gateway-1.4.12/firezone-gateway_1.4.12_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.11/firezone-gateway_1.4.11_armv7", + "https://www.github.com/firezone/firezone/releases/download/gateway-1.4.12/firezone-gateway_1.4.12_armv7", permanent: false, }, /* diff --git a/website/src/app/api/releases/route.ts b/website/src/app/api/releases/route.ts index cc57fea14..bfcb55d5a 100644 --- a/website/src/app/api/releases/route.ts +++ b/website/src/app/api/releases/route.ts @@ -13,7 +13,7 @@ export async function GET(_req: NextRequest) { // mark:current-headless-version headless: "1.5.0", // mark:current-gateway-version - gateway: "1.4.11", + gateway: "1.4.12", }; return NextResponse.json(versions, { diff --git a/website/src/components/Changelog/Gateway.tsx b/website/src/components/Changelog/Gateway.tsx index 5ce06aa11..930255f4e 100644 --- a/website/src/components/Changelog/Gateway.tsx +++ b/website/src/components/Changelog/Gateway.tsx @@ -22,12 +22,13 @@ export default function Gateway() { return ( - + + Fixes an issue where connections would fail to establish if the Gateway was under high load. - + Fixes an issue where connections would fail to establish if both