mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore: publish gui-client 1.5.7 (#10319)
This commit is contained in:
10
.github/workflows/_tauri.yml
vendored
10
.github/workflows/_tauri.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
runs-on: ubuntu-24.04
|
||||
env:
|
||||
# mark:next-gui-version
|
||||
RELEASE_NAME: gui-client-1.5.7
|
||||
RELEASE_NAME: gui-client-1.5.8
|
||||
steps:
|
||||
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
|
||||
if: "${{ github.event_name == 'workflow_dispatch' && github.ref_name == 'main' }}"
|
||||
@@ -117,19 +117,19 @@ jobs:
|
||||
pkg-extension: msi
|
||||
env:
|
||||
# mark:next-gui-version
|
||||
ARTIFACT_SRC: ./rust/gui-client/firezone-client-gui-${{ matrix.os }}_1.5.7_${{ matrix.arch }}
|
||||
ARTIFACT_SRC: ./rust/gui-client/firezone-client-gui-${{ matrix.os }}_1.5.8_${{ matrix.arch }}
|
||||
# mark:next-gui-version
|
||||
ARTIFACT_DST: firezone-client-gui-${{ matrix.os }}_1.5.7_${{ matrix.arch }}
|
||||
ARTIFACT_DST: firezone-client-gui-${{ matrix.os }}_1.5.8_${{ 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.5.7_${{ matrix.arch }}
|
||||
BINARY_DEST_PATH: firezone-client-gui-${{ matrix.os }}_1.5.8_${{ 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.5.7
|
||||
FIREZONE_GUI_VERSION: 1.5.8
|
||||
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
|
||||
|
||||
2
rust/Cargo.lock
generated
2
rust/Cargo.lock
generated
@@ -2424,7 +2424,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "firezone-gui-client"
|
||||
version = "1.5.7"
|
||||
version = "1.5.8"
|
||||
dependencies = [
|
||||
"admx-macro",
|
||||
"anyhow",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "firezone-gui-client"
|
||||
# mark:next-gui-version
|
||||
version = "1.5.7"
|
||||
version = "1.5.8"
|
||||
description = "Firezone"
|
||||
edition = { workspace = true }
|
||||
default-run = "firezone-gui-client"
|
||||
|
||||
@@ -15,7 +15,7 @@ export default defineConfig({
|
||||
|
||||
define: {
|
||||
// mark:next-gui-version
|
||||
__APP_VERSION__: JSON.stringify("1.5.7"),
|
||||
__APP_VERSION__: JSON.stringify("1.5.8"),
|
||||
__GIT_VERSION__: JSON.stringify(gitVersion),
|
||||
},
|
||||
|
||||
|
||||
@@ -151,8 +151,8 @@ function android() {
|
||||
# 4. Run `scripts/bump-versions.sh gui` to update the versions in the codebase.
|
||||
# 5. Commit the changes and open a PR.
|
||||
function gui() {
|
||||
current_gui_client_version="1.5.6"
|
||||
next_gui_client_version="1.5.7"
|
||||
current_gui_client_version="1.5.7"
|
||||
next_gui_client_version="1.5.8"
|
||||
|
||||
update_changelog "website/src/components/Changelog/GUI.tsx" "$current_gui_client_version"
|
||||
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_client_version}"'/g;}' {} \;
|
||||
|
||||
@@ -41,7 +41,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.5.6/firezone-client-gui-windows_1.5.6_x86_64.msi",
|
||||
"https://www.github.com/firezone/firezone/releases/download/gui-client-1.5.7/firezone-client-gui-windows_1.5.7_x86_64.msi",
|
||||
permanent: false,
|
||||
},
|
||||
/*
|
||||
@@ -65,14 +65,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.5.6/firezone-client-gui-linux_1.5.6_x86_64.deb",
|
||||
"https://www.github.com/firezone/firezone/releases/download/gui-client-1.5.7/firezone-client-gui-linux_1.5.7_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.5.6/firezone-client-gui-linux_1.5.6_aarch64.deb",
|
||||
"https://www.github.com/firezone/firezone/releases/download/gui-client-1.5.7/firezone-client-gui-linux_1.5.7_aarch64.deb",
|
||||
permanent: false,
|
||||
},
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@ export async function GET(_req: NextRequest) {
|
||||
// mark:current-android-version
|
||||
android: "1.5.3",
|
||||
// mark:current-gui-version
|
||||
gui: "1.5.6",
|
||||
gui: "1.5.7",
|
||||
// mark:current-headless-version
|
||||
headless: "1.5.2",
|
||||
// mark:current-gateway-version
|
||||
|
||||
@@ -10,14 +10,15 @@ 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.5.7" date={new Date("2025-09-10")}>
|
||||
<ChangeItem pull="10104">
|
||||
Fixes an issue where DNS resources would resolve to a different IP
|
||||
after signing out and back into Firezone. This would break
|
||||
connectivity for long-running services that don't re-resolve DNS, like
|
||||
SSH sessions or mongoose.
|
||||
</ChangeItem>
|
||||
</Unreleased>
|
||||
</Entry>
|
||||
<Entry version="1.5.6" date={new Date("2025-07-28")}>
|
||||
<ChangeItem pull="9985">
|
||||
Fixes an issue where control plane messages could be stuck forever on
|
||||
|
||||
Reference in New Issue
Block a user