mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(rust/gui-client): cut a GUI release to fix the WSL issue (#6972)
This commit is contained in:
2
.github/workflows/_gtk.yml
vendored
2
.github/workflows/_gtk.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
# mark:next-gui-version
|
||||
name: firezone-client-gui-gtk-linux_1.3.8_${{ matrix.arch }}-pkg
|
||||
name: firezone-client-gui-gtk-linux_1.3.9_${{ matrix.arch }}-pkg
|
||||
# This ignores the working dir or something
|
||||
path: rust/gtk-client/target/debian/firezone-client-gui.deb
|
||||
if-no-files-found: error
|
||||
|
||||
22
.github/workflows/_tauri.yml
vendored
22
.github/workflows/_tauri.yml
vendored
@@ -31,31 +31,31 @@ jobs:
|
||||
include:
|
||||
- runs-on: ubuntu-20.04
|
||||
# mark:next-gui-version
|
||||
binary-dest-path: firezone-client-gui-linux_1.3.8_x86_64
|
||||
binary-dest-path: firezone-client-gui-linux_1.3.9_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.3.8_x86_64.dwp
|
||||
syms-artifact: rust/gui-client/firezone-client-gui-linux_1.3.9_x86_64.dwp
|
||||
# mark:next-gui-version
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.3.8_x86_64.deb
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.3.9_x86_64.deb
|
||||
- runs-on: ubuntu-22.04-arm
|
||||
# mark:next-gui-version
|
||||
binary-dest-path: firezone-client-gui-linux_1.3.8_aarch64
|
||||
binary-dest-path: firezone-client-gui-linux_1.3.9_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.3.8_aarch64.dwp
|
||||
syms-artifact: rust/gui-client/firezone-client-gui-linux_1.3.9_aarch64.dwp
|
||||
# mark:next-gui-version
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.3.8_aarch64.deb
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.3.9_aarch64.deb
|
||||
- runs-on: windows-2019
|
||||
# mark:next-gui-version
|
||||
binary-dest-path: firezone-client-gui-windows_1.3.8_x86_64
|
||||
binary-dest-path: firezone-client-gui-windows_1.3.9_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.3.8_x86_64.pdb
|
||||
syms-artifact: rust/gui-client/firezone-client-gui-windows_1.3.9_x86_64.pdb
|
||||
# mark:next-gui-version
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-windows_1.3.8_x86_64.msi
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-windows_1.3.9_x86_64.msi
|
||||
env:
|
||||
BINARY_DEST_PATH: ${{ matrix.binary-dest-path }}
|
||||
AZURE_KEY_VAULT_URI: ${{ secrets.AZURE_KEY_VAULT_URI }}
|
||||
@@ -103,7 +103,7 @@ jobs:
|
||||
if: ${{ runner.os == 'Windows' }}
|
||||
shell: bash
|
||||
# mark:next-gui-version
|
||||
run: ../../scripts/build/sign.sh ../target/release/bundle/msi/Firezone_1.3.8_x64_en-US.msi
|
||||
run: ../../scripts/build/sign.sh ../target/release/bundle/msi/Firezone_1.3.9_x64_en-US.msi
|
||||
- name: Rename artifacts and compute SHA256
|
||||
shell: bash
|
||||
run: ${{ matrix.rename-script }}
|
||||
@@ -128,6 +128,6 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
REPOSITORY: ${{ github.repository }}
|
||||
# mark:next-gui-version
|
||||
TAG_NAME: gui-client-1.3.8
|
||||
TAG_NAME: gui-client-1.3.9
|
||||
shell: bash
|
||||
run: ${{ matrix.upload-script }}
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -55,7 +55,7 @@ jobs:
|
||||
- release_name: headless-client-1.3.5
|
||||
config_name: release-drafter-headless-client.yml
|
||||
# mark:next-gui-version
|
||||
- release_name: gui-client-1.3.8
|
||||
- release_name: gui-client-1.3.9
|
||||
config_name: release-drafter-gui-client.yml
|
||||
steps:
|
||||
- uses: release-drafter/release-drafter@v6
|
||||
|
||||
4
rust/Cargo.lock
generated
4
rust/Cargo.lock
generated
@@ -2248,7 +2248,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "firezone-gui-client"
|
||||
version = "1.3.8"
|
||||
version = "1.3.9"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"atomicwrites",
|
||||
@@ -2288,7 +2288,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "firezone-gui-client-common"
|
||||
version = "1.3.8"
|
||||
version = "1.3.9"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"arboard",
|
||||
|
||||
@@ -4,7 +4,7 @@ default-run = "firezone-gui-client"
|
||||
description = "Firezone"
|
||||
name = "firezone-gui-client"
|
||||
# mark:next-gui-version
|
||||
version = "1.3.8"
|
||||
version = "1.3.9"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "firezone-gui-client-common"
|
||||
# mark:next-gui-version
|
||||
version = "1.3.8"
|
||||
version = "1.3.9"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "firezone-gui-client"
|
||||
# mark:next-gui-version
|
||||
version = "1.3.8"
|
||||
version = "1.3.9"
|
||||
description = "Firezone"
|
||||
edition = "2021"
|
||||
default-run = "firezone-gui-client"
|
||||
|
||||
@@ -21,14 +21,14 @@
|
||||
current-apple-version = 1.3.6
|
||||
current-android-version = 1.3.5
|
||||
current-gateway-version = 1.3.2
|
||||
current-gui-version = 1.3.7
|
||||
current-gui-version = 1.3.8
|
||||
current-headless-version = 1.3.4
|
||||
|
||||
# Tracks the next version to release for each platform
|
||||
next-apple-version = 1.3.7
|
||||
next-android-version = 1.3.6
|
||||
next-gateway-version = 1.3.3
|
||||
next-gui-version = 1.3.8
|
||||
next-gui-version = 1.3.9
|
||||
next-headless-version = 1.3.5
|
||||
|
||||
# macOS uses a slightly different sed syntax
|
||||
|
||||
@@ -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.3.7/firezone-client-gui-windows_1.3.7_x86_64.msi",
|
||||
"https://www.github.com/firezone/firezone/releases/download/gui-client-1.3.8/firezone-client-gui-windows_1.3.8_x86_64.msi",
|
||||
permanent: false,
|
||||
},
|
||||
/*
|
||||
@@ -22,14 +22,14 @@ 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.3.7/firezone-client-gui-linux_1.3.7_x86_64.deb",
|
||||
"https://www.github.com/firezone/firezone/releases/download/gui-client-1.3.8/firezone-client-gui-linux_1.3.8_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.3.7/firezone-client-gui-linux_1.3.7_aarch64.deb",
|
||||
"https://www.github.com/firezone/firezone/releases/download/gui-client-1.3.8/firezone-client-gui-linux_1.3.8_aarch64.deb",
|
||||
permanent: false,
|
||||
},
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@ export async function GET(_req: NextRequest) {
|
||||
// mark:current-android-version
|
||||
android: "1.3.5",
|
||||
// mark:current-gui-version
|
||||
gui: "1.3.7",
|
||||
gui: "1.3.8",
|
||||
// mark:current-headless-version
|
||||
headless: "1.3.4",
|
||||
// mark:current-gateway-version
|
||||
|
||||
@@ -198,7 +198,5 @@ the tunnel, and a GUI which allows the user to control Firezone.
|
||||
Resources within your browser.
|
||||
- Firezone does not register itself with Windows as a VPN
|
||||
[#2875](https://github.com/firezone/firezone/issues/2875)
|
||||
- **WSL**: DNS Resources do not work in WSL yet
|
||||
[#6777](https://github.com/firezone/firezone/issues/6777)
|
||||
|
||||
<SupportOptions />
|
||||
|
||||
@@ -14,14 +14,16 @@ export default function GUI({ title }: { title: string }) {
|
||||
return (
|
||||
<Entries href={href} arches={arches} title={title}>
|
||||
{/* 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. */}
|
||||
<Unreleased>
|
||||
<Unreleased></Unreleased>
|
||||
<Entry version="1.3.8" date={new Date("2024-10-08")}>
|
||||
<ChangeItem pull="6874">
|
||||
Fixes the GUI shutting down slowly.
|
||||
</ChangeItem>
|
||||
<ChangeItem enable={title === "Windows"} pull="6931">
|
||||
Mitigates an issue where `ipconfig` and WSL weren't aware of Firezone DNS resolvers.
|
||||
Users may need to restart WSL after signing in to Firezone.
|
||||
</ChangeItem>
|
||||
</Unreleased>
|
||||
</Entry>
|
||||
<Entry version="1.3.7" date={new Date("2024-10-02")}>
|
||||
<ChangeItem pull="6831">
|
||||
Ensures Firefox doesn't attempt to use DNS over HTTPS when Firezone is
|
||||
|
||||
Reference in New Issue
Block a user