From 296ca4ad4da7987c74ae57412e9eda41a5e44017 Mon Sep 17 00:00:00 2001 From: Jamil Date: Tue, 13 Aug 2024 14:58:12 -0700 Subject: [PATCH] ci: Bump Clients and Gateways to fix NAT / allocation issues (#6287) Bump all Clients and Gateways due to #6265 being fixed. --------- Co-authored-by: Not Applicable --- .github/workflows/_build_artifacts.yml | 10 ++++----- .github/workflows/_tauri.yml | 22 +++++++++---------- .github/workflows/ci.yml | 6 ++--- .github/workflows/publish.yml | 4 ++-- kotlin/android/app/build.gradle.kts | 2 +- rust/Cargo.lock | 10 ++++----- rust/connlib/clients/android/Cargo.toml | 2 +- rust/connlib/clients/apple/Cargo.toml | 2 +- rust/gateway/Cargo.toml | 2 +- rust/gui-client/src-tauri/Cargo.toml | 2 +- rust/headless-client/Cargo.toml | 2 +- scripts/Makefile | 20 ++++++++--------- .../apple/Firezone.xcodeproj/project.pbxproj | 12 +++++----- website/redirects.js | 18 +++++++-------- .../client-apps/linux-gui-client/readme.mdx | 3 --- .../kb/client-apps/windows-client/readme.mdx | 3 --- website/src/components/Changelog/Android.tsx | 17 +++++++------- website/src/components/Changelog/Apple.tsx | 9 ++++++-- website/src/components/Changelog/GUI.tsx | 18 ++++++++++++++- website/src/components/Changelog/Gateway.tsx | 14 +++++++++++- website/src/components/Changelog/Headless.tsx | 14 ++++++++---- 21 files changed, 112 insertions(+), 80 deletions(-) diff --git a/.github/workflows/_build_artifacts.yml b/.github/workflows/_build_artifacts.yml index 9859c063a..9da867ff7 100644 --- a/.github/workflows/_build_artifacts.yml +++ b/.github/workflows/_build_artifacts.yml @@ -156,9 +156,9 @@ jobs: artifact: firezone-client-headless-linux image_name: client # mark:next-headless-version - release_name: headless-client-1.1.7 + release_name: headless-client-1.1.8 # mark:next-headless-version - version: 1.1.7 + version: 1.1.8 - package: firezone-relay artifact: firezone-relay image_name: relay @@ -166,9 +166,9 @@ jobs: artifact: firezone-gateway image_name: gateway # mark:next-gateway-version - release_name: gateway-1.1.5 + release_name: gateway-1.1.6 # mark:next-gateway-version - version: 1.1.5 + version: 1.1.6 - package: snownet-tests artifact: snownet-tests image_name: snownet-tests @@ -352,7 +352,7 @@ jobs: - name: relay - name: gateway # mark:next-gateway-version - version: 1.1.5 + version: 1.1.6 - name: client # mark:next-client-version version: 1.0.6 diff --git a/.github/workflows/_tauri.yml b/.github/workflows/_tauri.yml index 080393692..48e2f848c 100644 --- a/.github/workflows/_tauri.yml +++ b/.github/workflows/_tauri.yml @@ -26,31 +26,31 @@ jobs: include: - runs-on: ubuntu-20.04 # mark:next-gui-version - binary-dest-path: firezone-client-gui-linux_1.1.12_x86_64 + binary-dest-path: firezone-client-gui-linux_1.1.13_x86_64 rename-script: ../../scripts/build/tauri-rename-ubuntu.sh upload-script: ../../scripts/build/tauri-upload-ubuntu.sh # mark:next-gui-version - syms-artifact: rust/gui-client/firezone-client-gui-linux_1.1.12_x86_64.dwp + syms-artifact: rust/gui-client/firezone-client-gui-linux_1.1.13_x86_64.dwp # mark:next-gui-version - pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.1.12_x86_64.deb + pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.1.13_x86_64.deb - runs-on: ubuntu-20.04-arm # mark:next-gui-version - binary-dest-path: firezone-client-gui-linux_1.1.12_aarch64 + binary-dest-path: firezone-client-gui-linux_1.1.13_aarch64 rename-script: ../../scripts/build/tauri-rename-ubuntu.sh upload-script: ../../scripts/build/tauri-upload-ubuntu.sh # mark:next-gui-version - syms-artifact: rust/gui-client/firezone-client-gui-linux_1.1.12_aarch64.dwp + syms-artifact: rust/gui-client/firezone-client-gui-linux_1.1.13_aarch64.dwp # mark:next-gui-version - pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.1.12_aarch64.deb + pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.1.13_aarch64.deb - runs-on: windows-2019 # mark:next-gui-version - binary-dest-path: firezone-client-gui-windows_1.1.12_x86_64 + binary-dest-path: firezone-client-gui-windows_1.1.13_x86_64 rename-script: ../../scripts/build/tauri-rename-windows.sh upload-script: ../../scripts/build/tauri-upload-windows.sh # mark:next-gui-version - syms-artifact: rust/gui-client/firezone-client-gui-windows_1.1.12_x86_64.pdb + syms-artifact: rust/gui-client/firezone-client-gui-windows_1.1.13_x86_64.pdb # mark:next-gui-version - pkg-artifact: rust/gui-client/firezone-client-gui-windows_1.1.12_x86_64.msi + pkg-artifact: rust/gui-client/firezone-client-gui-windows_1.1.13_x86_64.msi env: BINARY_DEST_PATH: ${{ matrix.binary-dest-path }} AZURE_KEY_VAULT_URI: ${{ secrets.AZURE_KEY_VAULT_URI }} @@ -96,7 +96,7 @@ jobs: if: ${{ runner.os == 'Windows' }} shell: bash # mark:next-gui-version - run: ../../scripts/build/sign.sh ../target/release/bundle/msi/Firezone_1.1.12_x64_en-US.msi + run: ../../scripts/build/sign.sh ../target/release/bundle/msi/Firezone_1.1.13_x64_en-US.msi - name: Rename artifacts and compute SHA256 shell: bash run: ${{ matrix.rename-script }} @@ -121,6 +121,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} REPOSITORY: ${{ github.repository }} # mark:next-gui-version - TAG_NAME: gui-client-1.1.12 + TAG_NAME: gui-client-1.1.13 shell: bash run: ${{ matrix.upload-script }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ef7694fa..0d0cea0c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,13 +46,13 @@ jobs: matrix: include: # mark:next-gateway-version - - release_name: gateway-1.1.5 + - release_name: gateway-1.1.6 config_name: release-drafter-gateway.yml # mark:next-headless-version - - release_name: headless-client-1.1.7 + - release_name: headless-client-1.1.8 config_name: release-drafter-headless-client.yml # mark:next-gui-version - - release_name: gui-client-1.1.12 + - release_name: gui-client-1.1.13 config_name: release-drafter-gui-client.yml steps: - uses: release-drafter/release-drafter@v6 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b39914df0..3ba3cc0f0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,11 +40,11 @@ jobs: if [[ "${{ github.event.release.name }}" =~ gateway* ]]; then ARTIFACT=gateway # mark:next-gateway-version - VERSION="1.1.5" + VERSION="1.1.6" elif [[ "${{ github.event.release.name }}" =~ headless* ]]; then ARTIFACT=client # mark:next-headless-version - VERSION="1.1.7" + VERSION="1.1.8" else echo "Release doesn't require publishing Docker images" exit 0 diff --git a/kotlin/android/app/build.gradle.kts b/kotlin/android/app/build.gradle.kts index a524d1b65..c65eb819d 100644 --- a/kotlin/android/app/build.gradle.kts +++ b/kotlin/android/app/build.gradle.kts @@ -56,7 +56,7 @@ android { targetSdk = 35 versionCode = (System.currentTimeMillis() / 1000 / 10).toInt() // mark:next-android-version - versionName = "1.1.6" + versionName = "1.1.7" multiDexEnabled = true testInstrumentationRunner = "dev.firezone.android.core.HiltTestRunner" } diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 74cb04893..a56d3ff66 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -990,7 +990,7 @@ dependencies = [ [[package]] name = "connlib-client-android" -version = "1.1.6" +version = "1.1.7" dependencies = [ "android_log-sys", "backoff", @@ -1016,7 +1016,7 @@ dependencies = [ [[package]] name = "connlib-client-apple" -version = "1.1.5" +version = "1.1.6" dependencies = [ "anyhow", "backoff", @@ -1796,7 +1796,7 @@ dependencies = [ [[package]] name = "firezone-gateway" -version = "1.1.5" +version = "1.1.6" dependencies = [ "anyhow", "async-trait", @@ -1832,7 +1832,7 @@ dependencies = [ [[package]] name = "firezone-gui-client" -version = "1.1.12" +version = "1.1.13" dependencies = [ "anyhow", "arboard", @@ -1884,7 +1884,7 @@ dependencies = [ [[package]] name = "firezone-headless-client" -version = "1.1.7" +version = "1.1.8" dependencies = [ "anyhow", "atomicwrites", diff --git a/rust/connlib/clients/android/Cargo.toml b/rust/connlib/clients/android/Cargo.toml index de24cb111..879d32efd 100644 --- a/rust/connlib/clients/android/Cargo.toml +++ b/rust/connlib/clients/android/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "connlib-client-android" # mark:next-android-version -version = "1.1.6" +version = "1.1.7" edition = "2021" [lib] diff --git a/rust/connlib/clients/apple/Cargo.toml b/rust/connlib/clients/apple/Cargo.toml index 8058633ed..f47beec99 100644 --- a/rust/connlib/clients/apple/Cargo.toml +++ b/rust/connlib/clients/apple/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "connlib-client-apple" # mark:next-apple-version -version = "1.1.5" +version = "1.1.6" edition = "2021" [features] diff --git a/rust/gateway/Cargo.toml b/rust/gateway/Cargo.toml index 5526f6ef2..720989303 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.1.5" +version = "1.1.6" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rust/gui-client/src-tauri/Cargo.toml b/rust/gui-client/src-tauri/Cargo.toml index 9a4445740..dbf1073bf 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.1.12" +version = "1.1.13" description = "Firezone" edition = "2021" default-run = "firezone-gui-client" diff --git a/rust/headless-client/Cargo.toml b/rust/headless-client/Cargo.toml index b4bd0d725..531e0db6b 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.1.7" +version = "1.1.8" edition = "2021" authors = ["Firezone, Inc."] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/scripts/Makefile b/scripts/Makefile index 93728766b..6e6522cdf 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -13,18 +13,18 @@ # the relevant versions in order to push to a newly drafted release. # Tracks the current version to use for generating download links and changelogs -current-apple-version = 1.1.4 -current-android-version = 1.1.5 -current-gateway-version = 1.1.4 -current-gui-version = 1.1.11 -current-headless-version = 1.1.6 +current-apple-version = 1.1.5 +current-android-version = 1.1.6 +current-gateway-version = 1.1.5 +current-gui-version = 1.1.12 +current-headless-version = 1.1.7 # Tracks the next version to release for each platform -next-apple-version = 1.1.5 -next-android-version = 1.1.6 -next-gateway-version = 1.1.5 -next-gui-version = 1.1.12 -next-headless-version = 1.1.7 +next-apple-version = 1.1.6 +next-android-version = 1.1.7 +next-gateway-version = 1.1.6 +next-gui-version = 1.1.13 +next-headless-version = 1.1.8 # macOS uses a slightly different sed syntax ifeq ($(shell uname),Darwin) diff --git a/swift/apple/Firezone.xcodeproj/project.pbxproj b/swift/apple/Firezone.xcodeproj/project.pbxproj index 94041e49d..e4333903c 100644 --- a/swift/apple/Firezone.xcodeproj/project.pbxproj +++ b/swift/apple/Firezone.xcodeproj/project.pbxproj @@ -585,7 +585,7 @@ ); "LIBRARY_SEARCH_PATHS[sdk=iphoneos*]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-ios/debug"; MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; - MARKETING_VERSION = 1.1.5; + MARKETING_VERSION = 1.1.6; ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = "-lconnlib"; PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).debug.network-extension"; @@ -627,7 +627,7 @@ ); "LIBRARY_SEARCH_PATHS[sdk=iphoneos*]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-ios/release"; MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; - MARKETING_VERSION = 1.1.5; + MARKETING_VERSION = 1.1.6; OTHER_LDFLAGS = "-lconnlib"; PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).network-extension"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -671,7 +671,7 @@ "LIBRARY_SEARCH_PATHS[arch=arm64]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-darwin/debug"; "LIBRARY_SEARCH_PATHS[arch=arm64e]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-darwin/debug"; "LIBRARY_SEARCH_PATHS[arch=x86_64]" = "$(CONNLIB_TARGET_DIR)/x86_64-apple-darwin/debug"; - MARKETING_VERSION = 1.1.5; + MARKETING_VERSION = 1.1.6; OTHER_LDFLAGS = "-lconnlib"; PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).debug.network-extension"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -714,7 +714,7 @@ "LIBRARY_SEARCH_PATHS[arch=arm64]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-darwin/release"; "LIBRARY_SEARCH_PATHS[arch=arm64e]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-darwin/release"; "LIBRARY_SEARCH_PATHS[arch=x86_64]" = "$(CONNLIB_TARGET_DIR)/x86_64-apple-darwin/release"; - MARKETING_VERSION = 1.1.5; + MARKETING_VERSION = 1.1.6; OTHER_LDFLAGS = "-lconnlib"; PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).network-extension"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -908,7 +908,7 @@ INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; - MARKETING_VERSION = 1.1.5; + MARKETING_VERSION = 1.1.6; OTHER_LDFLAGS = ""; PRODUCT_BUNDLE_IDENTIFIER = "$(inherited)"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -959,7 +959,7 @@ INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; - MARKETING_VERSION = 1.1.5; + MARKETING_VERSION = 1.1.6; PRODUCT_BUNDLE_IDENTIFIER = "$(inherited)"; PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/website/redirects.js b/website/redirects.js index 8919d5707..9f17cd1dc 100644 --- a/website/redirects.js +++ b/website/redirects.js @@ -10,7 +10,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.1.11/firezone-client-gui-windows_1.1.11_x86_64.msi", + "https://www.github.com/firezone/firezone/releases/download/gui-client-1.1.12/firezone-client-gui-windows_1.1.12_x86_64.msi", permanent: false, }, /* @@ -22,35 +22,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.1.11/firezone-client-gui-linux_1.1.11_x86_64.deb", + "https://www.github.com/firezone/firezone/releases/download/gui-client-1.1.12/firezone-client-gui-linux_1.1.12_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.1.11/firezone-client-gui-linux_1.1.11_aarch64.deb", + "https://www.github.com/firezone/firezone/releases/download/gui-client-1.1.12/firezone-client-gui-linux_1.1.12_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.1.6/firezone-client-headless-linux_1.1.6_x86_64", + "https://www.github.com/firezone/firezone/releases/download/headless-client-1.1.7/firezone-client-headless-linux_1.1.7_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.1.6/firezone-client-headless-linux_1.1.6_aarch64", + "https://www.github.com/firezone/firezone/releases/download/headless-client-1.1.7/firezone-client-headless-linux_1.1.7_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.1.6/firezone-client-headless-linux_1.1.6_armv7", + "https://www.github.com/firezone/firezone/releases/download/headless-client-1.1.7/firezone-client-headless-linux_1.1.7_armv7", permanent: false, }, /* @@ -62,21 +62,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.1.4/firezone-gateway_1.1.4_x86_64", + "https://www.github.com/firezone/firezone/releases/download/gateway-1.1.5/firezone-gateway_1.1.5_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.1.4/firezone-gateway_1.1.4_aarch64", + "https://www.github.com/firezone/firezone/releases/download/gateway-1.1.5/firezone-gateway_1.1.5_aarch64", permanent: false, }, { source: "/dl/firezone-gateway/latest/armv7", destination: // mark:current-gateway-version - "https://www.github.com/firezone/firezone/releases/download/gateway-1.1.4/firezone-gateway_1.1.4_armv7", + "https://www.github.com/firezone/firezone/releases/download/gateway-1.1.5/firezone-gateway_1.1.5_armv7", permanent: false, }, /* diff --git a/website/src/app/kb/client-apps/linux-gui-client/readme.mdx b/website/src/app/kb/client-apps/linux-gui-client/readme.mdx index 55d4726bb..1435494a2 100644 --- a/website/src/app/kb/client-apps/linux-gui-client/readme.mdx +++ b/website/src/app/kb/client-apps/linux-gui-client/readme.mdx @@ -200,9 +200,6 @@ sudo systemctl restart firezone-client-ipc [Administer / Troubleshooting / Some browsers break DNS routing](/kb/administer/troubleshooting#some-browsers-break-dns-routing) to disable DNS-over-HTTPS if you're experiencing issues connecting to DNS Resources within your browser. -- After clearing diagnostic logs, no more logs are written until the GUI and - tunnel service each restart. - [#4764](https://github.com/firezone/firezone/issues/4764) - The GUI Client does not run on Ubuntu 24.04 yet [#4883](https://github.com/firezone/firezone/issues/4883) - If you update Firezone while the GUI is running, you must manually restart the diff --git a/website/src/app/kb/client-apps/windows-client/readme.mdx b/website/src/app/kb/client-apps/windows-client/readme.mdx index 8acf51e9a..1190c395d 100644 --- a/website/src/app/kb/client-apps/windows-client/readme.mdx +++ b/website/src/app/kb/client-apps/windows-client/readme.mdx @@ -188,9 +188,6 @@ Get-DnsClientNrptRule | where Comment -eq firezone-fd0020211111 | foreach { Remo Resources within your browser. - Firezone does not register itself with Windows as a VPN [#2875](https://github.com/firezone/firezone/issues/2875) -- After clearing diagnostic logs, no more logs are written until the GUI and - tunnel service each restart. - [#4764](https://github.com/firezone/firezone/issues/4764) - Clearing diagnostic logs does not clear logs from the IPC service [#5453](https://github.com/firezone/firezone/issues/5453) diff --git a/website/src/components/Changelog/Android.tsx b/website/src/components/Changelog/Android.tsx index c66e45c6e..3532e7e4e 100644 --- a/website/src/components/Changelog/Android.tsx +++ b/website/src/components/Changelog/Android.tsx @@ -10,23 +10,22 @@ export default function Android() { title="Android" > {/* - + +
    +
+
+ */} +
    - - Adds the ability to mark Resources as favorites. - - - Improves reliability of DNS resolution of non-resources. - - Fixes a bug where relayed connections failed to establish after an idle period. + Fixes a bug where relayed connections failed to establish after an + idle period. Fixes a bug where restrictive NATs caused connectivity problems.
- */}
    diff --git a/website/src/components/Changelog/Apple.tsx b/website/src/components/Changelog/Apple.tsx index f9332242c..6bf3860af 100644 --- a/website/src/components/Changelog/Apple.tsx +++ b/website/src/components/Changelog/Apple.tsx @@ -10,15 +10,20 @@ export default function Apple() { title="macOS / iOS" > {/* +
      +
    +
    */} +
      - Fixes a bug where relayed connections failed to establish after an idle period. + Fixes a bug where relayed connections failed to establish after an + idle period. Fixes a bug where restrictive NATs caused connectivity problems.
    -
    */} +
      diff --git a/website/src/components/Changelog/GUI.tsx b/website/src/components/Changelog/GUI.tsx index 3792d48f5..cb5c20e4b 100644 --- a/website/src/components/Changelog/GUI.tsx +++ b/website/src/components/Changelog/GUI.tsx @@ -27,10 +27,26 @@ export default function GUI({ title }: { title: string }) {
    */} + +
      + + Fixes a bug where clearing the log files would delete the current + logfile, preventing logs from being written. + + + Fixes a bug where relayed connections failed to establish after an + idle period. + + + Fixes a bug where restrictive NATs caused connectivity problems. + +
    +
      - Fixes an issue where the IPC service can panic during DNS resolution. + Fixes an issue where the IPC service can panic during DNS + resolution.
    diff --git a/website/src/components/Changelog/Gateway.tsx b/website/src/components/Changelog/Gateway.tsx index e339a4735..48e8dd1e9 100644 --- a/website/src/components/Changelog/Gateway.tsx +++ b/website/src/components/Changelog/Gateway.tsx @@ -1,6 +1,7 @@ import Entry from "./Entry"; import Entries from "./Entries"; import Link from "next/link"; +import ChangeItem from "./ChangeItem"; export default function Gateway() { const href = "/dl/firezone-gateway/:version/:arch"; @@ -9,7 +10,7 @@ export default function Gateway() { return ( {/* - +
      Fixes a bug where relayed connections failed to establish after an idle period. @@ -20,6 +21,17 @@ export default function Gateway() {
    */} + +
      + + Fixes a bug where relayed connections failed to establish after an + idle period. + + + Fixes a bug where restrictive NATs caused connectivity problems. + +
    +
    • diff --git a/website/src/components/Changelog/Headless.tsx b/website/src/components/Changelog/Headless.tsx index e4db948a2..37e313506 100644 --- a/website/src/components/Changelog/Headless.tsx +++ b/website/src/components/Changelog/Headless.tsx @@ -10,21 +10,27 @@ export default function Headless() { return ( {/* - + +
        +
      +
      + */} +
        - Fixes a bug where relayed connections failed to establish after an idle period. + Fixes a bug where relayed connections failed to establish after an + idle period. Fixes a bug where restrictive NATs caused connectivity problems.
      - */}
        - Fixes an issue where the IPC service can panic during DNS resolution. + Fixes an issue where the IPC service can panic during DNS + resolution.