mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
ci: Bump GUI client to 1.3.3 (#6691)
Bumps the GUI client to 1.3.3 to publish #6681
This commit is contained in:
22
.github/workflows/_tauri.yml
vendored
22
.github/workflows/_tauri.yml
vendored
@@ -26,31 +26,31 @@ jobs:
|
||||
include:
|
||||
- runs-on: ubuntu-20.04
|
||||
# mark:next-gui-version
|
||||
binary-dest-path: firezone-client-gui-linux_1.3.3_x86_64
|
||||
binary-dest-path: firezone-client-gui-linux_1.3.4_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.3_x86_64.dwp
|
||||
syms-artifact: rust/gui-client/firezone-client-gui-linux_1.3.4_x86_64.dwp
|
||||
# mark:next-gui-version
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.3.3_x86_64.deb
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.3.4_x86_64.deb
|
||||
- runs-on: ubuntu-22.04-arm
|
||||
# mark:next-gui-version
|
||||
binary-dest-path: firezone-client-gui-linux_1.3.3_aarch64
|
||||
binary-dest-path: firezone-client-gui-linux_1.3.4_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.3_aarch64.dwp
|
||||
syms-artifact: rust/gui-client/firezone-client-gui-linux_1.3.4_aarch64.dwp
|
||||
# mark:next-gui-version
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.3.3_aarch64.deb
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.3.4_aarch64.deb
|
||||
- runs-on: windows-2019
|
||||
# mark:next-gui-version
|
||||
binary-dest-path: firezone-client-gui-windows_1.3.3_x86_64
|
||||
binary-dest-path: firezone-client-gui-windows_1.3.4_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.3_x86_64.pdb
|
||||
syms-artifact: rust/gui-client/firezone-client-gui-windows_1.3.4_x86_64.pdb
|
||||
# mark:next-gui-version
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-windows_1.3.3_x86_64.msi
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-windows_1.3.4_x86_64.msi
|
||||
env:
|
||||
BINARY_DEST_PATH: ${{ matrix.binary-dest-path }}
|
||||
AZURE_KEY_VAULT_URI: ${{ secrets.AZURE_KEY_VAULT_URI }}
|
||||
@@ -98,7 +98,7 @@ jobs:
|
||||
if: ${{ runner.os == 'Windows' }}
|
||||
shell: bash
|
||||
# mark:next-gui-version
|
||||
run: ../../scripts/build/sign.sh ../target/release/bundle/msi/Firezone_1.3.3_x64_en-US.msi
|
||||
run: ../../scripts/build/sign.sh ../target/release/bundle/msi/Firezone_1.3.4_x64_en-US.msi
|
||||
- name: Rename artifacts and compute SHA256
|
||||
shell: bash
|
||||
run: ${{ matrix.rename-script }}
|
||||
@@ -123,6 +123,6 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
REPOSITORY: ${{ github.repository }}
|
||||
# mark:next-gui-version
|
||||
TAG_NAME: gui-client-1.3.3
|
||||
TAG_NAME: gui-client-1.3.4
|
||||
shell: bash
|
||||
run: ${{ matrix.upload-script }}
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
- release_name: headless-client-1.3.2
|
||||
config_name: release-drafter-headless-client.yml
|
||||
# mark:next-gui-version
|
||||
- release_name: gui-client-1.3.3
|
||||
- release_name: gui-client-1.3.4
|
||||
config_name: release-drafter-gui-client.yml
|
||||
steps:
|
||||
- uses: release-drafter/release-drafter@v6
|
||||
|
||||
4
rust/Cargo.lock
generated
4
rust/Cargo.lock
generated
@@ -1886,7 +1886,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "firezone-gui-client"
|
||||
version = "1.3.3"
|
||||
version = "1.3.4"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"atomicwrites",
|
||||
@@ -1926,7 +1926,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "firezone-gui-client-common"
|
||||
version = "1.3.3"
|
||||
version = "1.3.4"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"arboard",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "firezone-gui-client-common"
|
||||
# mark:next-gui-version
|
||||
version = "1.3.3"
|
||||
version = "1.3.4"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "firezone-gui-client"
|
||||
# mark:next-gui-version
|
||||
version = "1.3.3"
|
||||
version = "1.3.4"
|
||||
description = "Firezone"
|
||||
edition = "2021"
|
||||
default-run = "firezone-gui-client"
|
||||
|
||||
@@ -21,14 +21,14 @@
|
||||
current-apple-version = 1.3.1
|
||||
current-android-version = 1.3.2
|
||||
current-gateway-version = 1.3.1
|
||||
current-gui-version = 1.3.2
|
||||
current-gui-version = 1.3.3
|
||||
current-headless-version = 1.3.1
|
||||
|
||||
# Tracks the next version to release for each platform
|
||||
next-apple-version = 1.3.2
|
||||
next-android-version = 1.3.3
|
||||
next-gateway-version = 1.3.2
|
||||
next-gui-version = 1.3.3
|
||||
next-gui-version = 1.3.4
|
||||
next-headless-version = 1.3.2
|
||||
|
||||
# macOS uses a slightly different sed syntax
|
||||
|
||||
@@ -9,7 +9,7 @@ export async function GET(_req: NextRequest) {
|
||||
// mark:current-android-version
|
||||
android: "1.3.2",
|
||||
// mark:current-gui-version
|
||||
gui: "1.3.2",
|
||||
gui: "1.3.3",
|
||||
// mark:current-headless-version
|
||||
headless: "1.3.1",
|
||||
// mark:current-gateway-version
|
||||
|
||||
@@ -14,19 +14,23 @@ export default function GUI({ title }: { title: string }) {
|
||||
<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 cannot be done when the issue's PR merges. */}
|
||||
{/*
|
||||
<Entry version="1.3.3" date={new Date("invalid")}>
|
||||
<Entry version="1.3.4" date={new Date(todo)}>
|
||||
<ul className="list-disc space-y-2 pl-4 mb-4">
|
||||
<ChangeItem enable={title === "Windows"} pull="6681">
|
||||
Fixes a bug where sign-in fails if IPv6 is disabled
|
||||
</ChangeItem>
|
||||
</ul>
|
||||
</Entry>
|
||||
*/}
|
||||
<Entry version="1.3.3" date={new Date("2024-09-13")}>
|
||||
<ul className="list-disc space-y-2 pl-4 mb-4">
|
||||
<ChangeItem enable={title === "Windows"} pull="6681">
|
||||
Fixes a bug where sign-in fails if IPv6 is disabled.
|
||||
</ChangeItem>
|
||||
</ul>
|
||||
</Entry>
|
||||
<Entry version="1.3.2" date={new Date("2024-09-06")}>
|
||||
<ul className="list-disc space-y-2 pl-4 mb-4">
|
||||
<ChangeItem pull="6624">
|
||||
Fixes a bug that took down the tunnel when internet resource
|
||||
was missing.
|
||||
Fixes a bug that took down the tunnel when internet resource was
|
||||
missing.
|
||||
</ChangeItem>
|
||||
</ul>
|
||||
</Entry>
|
||||
|
||||
Reference in New Issue
Block a user