From f5779ff92147800add6a604cdca80a3d9dc6ea4d Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 28 Jan 2025 16:17:58 +0000 Subject: [PATCH] chore: release Gateway, headless-client and GUI client (#7903) This bumps the versions of Gateway, headless-client and the GUI client as well as updates the respective changelogs. These have been released today: - https://github.com/firezone/firezone/releases/tag/gui-client-1.4.1 - https://github.com/firezone/firezone/releases/tag/gateway-1.4.3 - https://github.com/firezone/firezone/releases/tag/headless-client-1.4.1 It is all done in one PR to avoid merge conflicts within the updates of the Makefile. --- .github/workflows/_build_artifacts.yml | 10 +++++----- .github/workflows/_tauri.yml | 8 ++++---- .github/workflows/ci.yml | 6 +++--- .github/workflows/publish.yml | 4 ++-- rust/Cargo.lock | 8 ++++---- rust/gateway/Cargo.toml | 2 +- rust/gui-client/src-common/Cargo.toml | 2 +- rust/gui-client/src-tauri/Cargo.toml | 2 +- rust/headless-client/Cargo.toml | 2 +- rust/headless-client/src/ipc_service.rs | 2 +- scripts/Makefile | 12 ++++++------ website/redirects.js | 18 +++++++++--------- website/src/app/api/releases/route.ts | 6 +++--- website/src/components/Changelog/GUI.tsx | 5 +++-- website/src/components/Changelog/Gateway.tsx | 5 +++-- website/src/components/Changelog/Headless.tsx | 5 +++-- 16 files changed, 50 insertions(+), 47 deletions(-) diff --git a/.github/workflows/_build_artifacts.yml b/.github/workflows/_build_artifacts.yml index e5e300450..6096c8c11 100644 --- a/.github/workflows/_build_artifacts.yml +++ b/.github/workflows/_build_artifacts.yml @@ -154,9 +154,9 @@ jobs: artifact: firezone-client-headless-linux image_name: client # mark:next-headless-version - release_name: headless-client-1.4.1 + release_name: headless-client-1.4.2 # mark:next-headless-version - version: 1.4.1 + version: 1.4.2 - package: firezone-relay artifact: firezone-relay image_name: relay @@ -164,9 +164,9 @@ jobs: artifact: firezone-gateway image_name: gateway # mark:next-gateway-version - release_name: gateway-1.4.3 + release_name: gateway-1.4.4 # mark:next-gateway-version - version: 1.4.3 + version: 1.4.4 - package: http-test-server artifact: http-test-server image_name: http-test-server @@ -346,7 +346,7 @@ jobs: - name: relay - name: gateway # mark:next-gateway-version - version: 1.4.3 + version: 1.4.4 - name: client # mark:next-client-version version: 1.0.6 diff --git a/.github/workflows/_tauri.yml b/.github/workflows/_tauri.yml index 9476a8907..454f94538 100644 --- a/.github/workflows/_tauri.yml +++ b/.github/workflows/_tauri.yml @@ -37,19 +37,19 @@ jobs: pkg-extension: msi env: # mark:next-gui-version - ARTIFACT_SRC: ./rust/gui-client/firezone-client-gui-${{ matrix.os }}_1.4.1_${{ matrix.arch }} + ARTIFACT_SRC: ./rust/gui-client/firezone-client-gui-${{ matrix.os }}_1.4.2_${{ matrix.arch }} # mark:next-gui-version - ARTIFACT_DST: firezone-client-gui-${{ matrix.os }}_1.4.1_${{ matrix.arch }} + ARTIFACT_DST: firezone-client-gui-${{ matrix.os }}_1.4.2_${{ matrix.arch }} AZURE_KEY_VAULT_URI: ${{ secrets.AZURE_KEY_VAULT_URI }} AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }} AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }} AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }} AZURE_CERT_NAME: ${{ secrets.AZURE_CERT_NAME }} # mark:next-gui-version - BINARY_DEST_PATH: firezone-client-gui-${{ matrix.os }}_1.4.1_${{ matrix.arch }} + BINARY_DEST_PATH: firezone-client-gui-${{ matrix.os }}_1.4.2_${{ matrix.arch }} # Seems like there's no way to de-dupe env vars that depend on each other # mark:next-gui-version - FIREZONE_GUI_VERSION: 1.4.1 + FIREZONE_GUI_VERSION: 1.4.2 RENAME_SCRIPT: ../../scripts/build/tauri-rename-${{ matrix.os }}.sh TEST_INSTALL_SCRIPT: ../../scripts/tests/gui-client-install-${{ matrix.os }}-${{ matrix.pkg-extension }}.sh TARGET_DIR: ../target diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f91cf1158..6b7a4f14b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,13 +47,13 @@ jobs: matrix: include: # mark:next-gateway-version - - release_name: gateway-1.4.3 + - release_name: gateway-1.4.4 config_name: release-drafter-gateway.yml # mark:next-headless-version - - release_name: headless-client-1.4.1 + - release_name: headless-client-1.4.2 config_name: release-drafter-headless-client.yml # mark:next-gui-version - - release_name: gui-client-1.4.1 + - release_name: gui-client-1.4.2 config_name: release-drafter-gui-client.yml # mark:next-apple-version - release_name: macos-client-1.4.1 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3bc20d634..f4686d160 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,11 +38,11 @@ jobs: if [[ "${{ github.event.release.name }}" =~ gateway* ]]; then ARTIFACT=gateway # mark:next-gateway-version - VERSION="1.4.3" + VERSION="1.4.4" elif [[ "${{ github.event.release.name }}" =~ headless* ]]; then ARTIFACT=client # mark:next-headless-version - VERSION="1.4.1" + VERSION="1.4.2" else echo "Shouldn't have gotten here. Exiting." exit 1 diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 27922b6bd..2ec1652b1 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1960,7 +1960,7 @@ dependencies = [ [[package]] name = "firezone-gateway" -version = "1.4.3" +version = "1.4.4" dependencies = [ "anyhow", "async-trait", @@ -2001,7 +2001,7 @@ dependencies = [ [[package]] name = "firezone-gui-client" -version = "1.4.1" +version = "1.4.2" dependencies = [ "anyhow", "atomicwrites", @@ -2046,7 +2046,7 @@ dependencies = [ [[package]] name = "firezone-gui-client-common" -version = "1.4.1" +version = "1.4.2" dependencies = [ "anyhow", "arboard", @@ -2087,7 +2087,7 @@ dependencies = [ [[package]] name = "firezone-headless-client" -version = "1.4.1" +version = "1.4.2" dependencies = [ "anyhow", "atomicwrites", diff --git a/rust/gateway/Cargo.toml b/rust/gateway/Cargo.toml index 94934135c..68b50e3a1 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.3" +version = "1.4.4" 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/rust/gui-client/src-common/Cargo.toml b/rust/gui-client/src-common/Cargo.toml index d054c51c2..c3b59651c 100644 --- a/rust/gui-client/src-common/Cargo.toml +++ b/rust/gui-client/src-common/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "firezone-gui-client-common" # mark:next-gui-version -version = "1.4.1" +version = "1.4.2" edition = { workspace = true } license = { workspace = true } diff --git a/rust/gui-client/src-tauri/Cargo.toml b/rust/gui-client/src-tauri/Cargo.toml index c3961704c..a307c7115 100644 --- a/rust/gui-client/src-tauri/Cargo.toml +++ b/rust/gui-client/src-tauri/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "firezone-gui-client" # mark:next-gui-version -version = "1.4.1" +version = "1.4.2" description = "Firezone" edition = { workspace = true } default-run = "firezone-gui-client" diff --git a/rust/headless-client/Cargo.toml b/rust/headless-client/Cargo.toml index b705fc1f5..d9fe9b1ca 100644 --- a/rust/headless-client/Cargo.toml +++ b/rust/headless-client/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "firezone-headless-client" # mark:next-headless-version -version = "1.4.1" +version = "1.4.2" edition = { workspace = true } authors = ["Firezone, Inc."] license = { workspace = true } diff --git a/rust/headless-client/src/ipc_service.rs b/rust/headless-client/src/ipc_service.rs index f85b3aa86..5333b8045 100644 --- a/rust/headless-client/src/ipc_service.rs +++ b/rust/headless-client/src/ipc_service.rs @@ -611,7 +611,7 @@ impl<'a> Handler<'a> { // The IPC service must use the GUI's version number, not the Headless Client's. // But refactoring to separate the IPC service from the Headless Client will take a while. // mark:next-gui-version - get_user_agent(None, "1.4.1"), + get_user_agent(None, "1.4.2"), "client", (), || { diff --git a/scripts/Makefile b/scripts/Makefile index 16a00917e..020106f48 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -20,16 +20,16 @@ # Tracks the current version to use for generating download links and changelogs current-apple-version = 1.4.0 current-android-version = 1.4.0 -current-gateway-version = 1.4.2 -current-gui-version = 1.4.0 -current-headless-version = 1.4.0 +current-gateway-version = 1.4.3 +current-gui-version = 1.4.1 +current-headless-version = 1.4.1 # Tracks the next version to release for each platform next-apple-version = 1.4.1 next-android-version = 1.4.1 -next-gateway-version = 1.4.3 -next-gui-version = 1.4.1 -next-headless-version = 1.4.1 +next-gateway-version = 1.4.4 +next-gui-version = 1.4.2 +next-headless-version = 1.4.2 # macOS uses a slightly different sed syntax ifeq ($(shell uname),Darwin) diff --git a/website/redirects.js b/website/redirects.js index 0b84d9457..595f8b002 100644 --- a/website/redirects.js +++ b/website/redirects.js @@ -34,7 +34,7 @@ module.exports = [ source: "/dl/firezone-client-gui-windows/latest/x86_64", destination: // mark:current-gui-version - "https://www.github.com/firezone/firezone/releases/download/gui-client-1.4.0/firezone-client-gui-windows_1.4.0_x86_64.msi", + "https://www.github.com/firezone/firezone/releases/download/gui-client-1.4.1/firezone-client-gui-windows_1.4.1_x86_64.msi", permanent: false, }, /* @@ -46,35 +46,35 @@ module.exports = [ source: "/dl/firezone-client-gui-linux/latest/x86_64", destination: // mark:current-gui-version - "https://www.github.com/firezone/firezone/releases/download/gui-client-1.4.0/firezone-client-gui-linux_1.4.0_x86_64.deb", + "https://www.github.com/firezone/firezone/releases/download/gui-client-1.4.1/firezone-client-gui-linux_1.4.1_x86_64.deb", permanent: false, }, { source: "/dl/firezone-client-gui-linux/latest/aarch64", destination: // mark:current-gui-version - "https://www.github.com/firezone/firezone/releases/download/gui-client-1.4.0/firezone-client-gui-linux_1.4.0_aarch64.deb", + "https://www.github.com/firezone/firezone/releases/download/gui-client-1.4.1/firezone-client-gui-linux_1.4.1_aarch64.deb", permanent: false, }, { source: "/dl/firezone-client-headless-linux/latest/x86_64", destination: // mark:current-headless-version - "https://www.github.com/firezone/firezone/releases/download/headless-client-1.4.0/firezone-client-headless-linux_1.4.0_x86_64", + "https://www.github.com/firezone/firezone/releases/download/headless-client-1.4.1/firezone-client-headless-linux_1.4.1_x86_64", permanent: false, }, { source: "/dl/firezone-client-headless-linux/latest/aarch64", destination: // mark:current-headless-version - "https://www.github.com/firezone/firezone/releases/download/headless-client-1.4.0/firezone-client-headless-linux_1.4.0_aarch64", + "https://www.github.com/firezone/firezone/releases/download/headless-client-1.4.1/firezone-client-headless-linux_1.4.1_aarch64", permanent: false, }, { source: "/dl/firezone-client-headless-linux/latest/armv7", destination: // mark:current-headless-version - "https://www.github.com/firezone/firezone/releases/download/headless-client-1.4.0/firezone-client-headless-linux_1.4.0_armv7", + "https://www.github.com/firezone/firezone/releases/download/headless-client-1.4.1/firezone-client-headless-linux_1.4.1_armv7", permanent: false, }, /* @@ -86,21 +86,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.2/firezone-gateway_1.4.2_x86_64", + "https://www.github.com/firezone/firezone/releases/download/gateway-1.4.3/firezone-gateway_1.4.3_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.2/firezone-gateway_1.4.2_aarch64", + "https://www.github.com/firezone/firezone/releases/download/gateway-1.4.3/firezone-gateway_1.4.3_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.2/firezone-gateway_1.4.2_armv7", + "https://www.github.com/firezone/firezone/releases/download/gateway-1.4.3/firezone-gateway_1.4.3_armv7", permanent: false, }, /* diff --git a/website/src/app/api/releases/route.ts b/website/src/app/api/releases/route.ts index bf6d53fb2..987ed807d 100644 --- a/website/src/app/api/releases/route.ts +++ b/website/src/app/api/releases/route.ts @@ -9,11 +9,11 @@ export async function GET(_req: NextRequest) { // mark:current-android-version android: "1.4.0", // mark:current-gui-version - gui: "1.4.0", + gui: "1.4.1", // mark:current-headless-version - headless: "1.4.0", + headless: "1.4.1", // mark:current-gateway-version - gateway: "1.4.2", + gateway: "1.4.3", }; return NextResponse.json(versions, { diff --git a/website/src/components/Changelog/GUI.tsx b/website/src/components/Changelog/GUI.tsx index b1aee3598..1151e8baf 100644 --- a/website/src/components/Changelog/GUI.tsx +++ b/website/src/components/Changelog/GUI.tsx @@ -27,7 +27,8 @@ export default function GUI({ title }: { title: string }) { return ( {/* When you cut a release, remove any solved issues from the "known issues" lists over in `client-apps`. This must not be done when the issue's PR merges. */} - + + Fixes an issue where large DNS responses were incorrectly discarded. @@ -42,7 +43,7 @@ export default function GUI({ title }: { title: string }) { thus improving compatibility on non-Ubuntu systems. )} - + Adds support for GSO (Generic Segmentation Offload), delivering diff --git a/website/src/components/Changelog/Gateway.tsx b/website/src/components/Changelog/Gateway.tsx index 1b883bb63..630a09af1 100644 --- a/website/src/components/Changelog/Gateway.tsx +++ b/website/src/components/Changelog/Gateway.tsx @@ -22,7 +22,8 @@ export default function Gateway() { return ( - + + Fixes an issue where ICMPv6's `PacketTooBig' errors were not correctly translated by the NAT64 module. @@ -32,7 +33,7 @@ export default function Gateway() { `CAP_NET_ADMIN` capability. The check can be skipped with `--no-check`. - + Adds support for GSO (Generic Segmentation Offload), delivering diff --git a/website/src/components/Changelog/Headless.tsx b/website/src/components/Changelog/Headless.tsx index cb1af77b0..1ff93e931 100644 --- a/website/src/components/Changelog/Headless.tsx +++ b/website/src/components/Changelog/Headless.tsx @@ -23,7 +23,8 @@ export default function Headless() { return ( {/* When you cut a release, remove any solved issues from the "known issues" lists over in `client-apps`. This must not be done when the issue's PR merges. */} - + + Fixes an issue where large DNS responses were incorrectly discarded. @@ -31,7 +32,7 @@ export default function Headless() { BREAKING: Removes the positional token argument on the CLI. Use `FIREZONE_TOKEN` or `FIREZONE_TOKEN_PATH` env variables instead. - + Allows disabling telemetry by setting `FIREZONE_NO_TELEMETRY=true`.