mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore: release GUI Client v1.4.4 (#8092)
This commit is contained in:
10
.github/workflows/_tauri.yml
vendored
10
.github/workflows/_tauri.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
# mark:next-gui-version
|
||||
RELEASE_NAME: gui-client-1.4.4
|
||||
RELEASE_NAME: gui-client-1.4.5
|
||||
steps:
|
||||
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
|
||||
if: "${{ github.event_name == 'workflow_dispatch' && github.ref_name == 'main' }}"
|
||||
@@ -57,19 +57,19 @@ jobs:
|
||||
pkg-extension: msi
|
||||
env:
|
||||
# mark:next-gui-version
|
||||
ARTIFACT_SRC: ./rust/gui-client/firezone-client-gui-${{ matrix.os }}_1.4.4_${{ matrix.arch }}
|
||||
ARTIFACT_SRC: ./rust/gui-client/firezone-client-gui-${{ matrix.os }}_1.4.5_${{ matrix.arch }}
|
||||
# mark:next-gui-version
|
||||
ARTIFACT_DST: firezone-client-gui-${{ matrix.os }}_1.4.4_${{ matrix.arch }}
|
||||
ARTIFACT_DST: firezone-client-gui-${{ matrix.os }}_1.4.5_${{ 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.4_${{ matrix.arch }}
|
||||
BINARY_DEST_PATH: firezone-client-gui-${{ matrix.os }}_1.4.5_${{ 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.4
|
||||
FIREZONE_GUI_VERSION: 1.4.5
|
||||
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
|
||||
|
||||
4
rust/Cargo.lock
generated
4
rust/Cargo.lock
generated
@@ -2022,7 +2022,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "firezone-gui-client"
|
||||
version = "1.4.4"
|
||||
version = "1.4.5"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"atomicwrites",
|
||||
@@ -2067,7 +2067,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "firezone-gui-client-common"
|
||||
version = "1.4.4"
|
||||
version = "1.4.5"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"arboard",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "firezone-gui-client-common"
|
||||
# mark:next-gui-version
|
||||
version = "1.4.4"
|
||||
version = "1.4.5"
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "firezone-gui-client"
|
||||
# mark:next-gui-version
|
||||
version = "1.4.4"
|
||||
version = "1.4.5"
|
||||
description = "Firezone"
|
||||
edition = { workspace = true }
|
||||
default-run = "firezone-gui-client"
|
||||
|
||||
@@ -602,7 +602,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.4"),
|
||||
get_user_agent(None, "1.4.5"),
|
||||
"client",
|
||||
(),
|
||||
|| {
|
||||
|
||||
@@ -107,8 +107,8 @@ function android() {
|
||||
# 5. Commit the changes and open a PR. Ensure the Changelog is correctly
|
||||
# updated with the changes.
|
||||
function gui() {
|
||||
current_gui_version="1.4.3"
|
||||
next_gui_version="1.4.4"
|
||||
current_gui_version="1.4.4"
|
||||
next_gui_version="1.4.5"
|
||||
|
||||
find website -type f -name "redirects.js" -exec sed "${SEDARG[@]}" -e '/mark:current-gui-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_gui_version}"'/g;}' {} \;
|
||||
find website -type f -name "route.ts" -exec sed "${SEDARG[@]}" -e '/mark:current-gui-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_gui_version}"'/g;}' {} \;
|
||||
|
||||
@@ -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.3/firezone-client-gui-windows_1.4.3_x86_64.msi",
|
||||
"https://www.github.com/firezone/firezone/releases/download/gui-client-1.4.4/firezone-client-gui-windows_1.4.4_x86_64.msi",
|
||||
permanent: false,
|
||||
},
|
||||
/*
|
||||
@@ -58,14 +58,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.4.3/firezone-client-gui-linux_1.4.3_x86_64.deb",
|
||||
"https://www.github.com/firezone/firezone/releases/download/gui-client-1.4.4/firezone-client-gui-linux_1.4.4_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.3/firezone-client-gui-linux_1.4.3_aarch64.deb",
|
||||
"https://www.github.com/firezone/firezone/releases/download/gui-client-1.4.4/firezone-client-gui-linux_1.4.4_aarch64.deb",
|
||||
permanent: false,
|
||||
},
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@ export async function GET(_req: NextRequest) {
|
||||
// mark:current-android-version
|
||||
android: "1.4.1",
|
||||
// mark:current-gui-version
|
||||
gui: "1.4.3",
|
||||
gui: "1.4.4",
|
||||
// mark:current-headless-version
|
||||
headless: "1.4.2",
|
||||
// mark:current-gateway-version
|
||||
|
||||
@@ -8,7 +8,8 @@ export default function GUI({ os }: { os: OS }) {
|
||||
return (
|
||||
<Entries downloadLinks={downloadLinks(os)} title={title(os)}>
|
||||
{/* 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.4.4" date={new Date("2025-02-11")}>
|
||||
<ChangeItem pull="8035">
|
||||
Shows a non-disruptive toast notification and quits the GUI client in
|
||||
case the IPC service gets shutdown through the service manager.
|
||||
@@ -19,7 +20,7 @@ export default function GUI({ os }: { os: OS }) {
|
||||
on systems with a disabled IPv6 stack.
|
||||
</ChangeItem>
|
||||
)}
|
||||
</Unreleased>
|
||||
</Entry>
|
||||
<Entry version="1.4.3" date={new Date("2025-02-05")}>
|
||||
{os === OS.Windows && (
|
||||
<ChangeItem pull="8003">
|
||||
|
||||
Reference in New Issue
Block a user