mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
ci: Bump GUI to 1.2.1 (#6462)
This commit is contained in:
6
.github/workflows/_build_artifacts.yml
vendored
6
.github/workflows/_build_artifacts.yml
vendored
@@ -165,9 +165,9 @@ jobs:
|
||||
artifact: firezone-gateway
|
||||
image_name: gateway
|
||||
# mark:next-gateway-version
|
||||
release_name: gateway-1.2.1
|
||||
release_name: gateway-1.3.0
|
||||
# mark:next-gateway-version
|
||||
version: 1.2.1
|
||||
version: 1.3.0
|
||||
- package: http-test-server
|
||||
artifact: http-test-server
|
||||
image_name: http-test-server
|
||||
@@ -347,7 +347,7 @@ jobs:
|
||||
- name: relay
|
||||
- name: gateway
|
||||
# mark:next-gateway-version
|
||||
version: 1.2.1
|
||||
version: 1.3.0
|
||||
- name: client
|
||||
# mark:next-client-version
|
||||
version: 1.0.6
|
||||
|
||||
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.2.1_x86_64
|
||||
binary-dest-path: firezone-client-gui-linux_1.2.2_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.2.1_x86_64.dwp
|
||||
syms-artifact: rust/gui-client/firezone-client-gui-linux_1.2.2_x86_64.dwp
|
||||
# mark:next-gui-version
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.2.1_x86_64.deb
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.2.2_x86_64.deb
|
||||
- runs-on: ubuntu-20.04-arm
|
||||
# mark:next-gui-version
|
||||
binary-dest-path: firezone-client-gui-linux_1.2.1_aarch64
|
||||
binary-dest-path: firezone-client-gui-linux_1.2.2_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.2.1_aarch64.dwp
|
||||
syms-artifact: rust/gui-client/firezone-client-gui-linux_1.2.2_aarch64.dwp
|
||||
# mark:next-gui-version
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.2.1_aarch64.deb
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.2.2_aarch64.deb
|
||||
- runs-on: windows-2019
|
||||
# mark:next-gui-version
|
||||
binary-dest-path: firezone-client-gui-windows_1.2.1_x86_64
|
||||
binary-dest-path: firezone-client-gui-windows_1.2.2_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.2.1_x86_64.pdb
|
||||
syms-artifact: rust/gui-client/firezone-client-gui-windows_1.2.2_x86_64.pdb
|
||||
# mark:next-gui-version
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-windows_1.2.1_x86_64.msi
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-windows_1.2.2_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.2.1_x64_en-US.msi
|
||||
run: ../../scripts/build/sign.sh ../target/release/bundle/msi/Firezone_1.2.2_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.2.1
|
||||
TAG_NAME: gui-client-1.2.2
|
||||
shell: bash
|
||||
run: ${{ matrix.upload-script }}
|
||||
|
||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -46,13 +46,13 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
# mark:next-gateway-version
|
||||
- release_name: gateway-1.2.1
|
||||
- release_name: gateway-1.3.0
|
||||
config_name: release-drafter-gateway.yml
|
||||
# mark:next-headless-version
|
||||
- release_name: headless-client-1.2.1
|
||||
config_name: release-drafter-headless-client.yml
|
||||
# mark:next-gui-version
|
||||
- release_name: gui-client-1.2.1
|
||||
- release_name: gui-client-1.2.2
|
||||
config_name: release-drafter-gui-client.yml
|
||||
steps:
|
||||
- uses: release-drafter/release-drafter@v6
|
||||
|
||||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
if [[ "${{ github.event.release.name }}" =~ gateway* ]]; then
|
||||
ARTIFACT=gateway
|
||||
# mark:next-gateway-version
|
||||
VERSION="1.2.1"
|
||||
VERSION="1.3.0"
|
||||
elif [[ "${{ github.event.release.name }}" =~ headless* ]]; then
|
||||
ARTIFACT=client
|
||||
# mark:next-headless-version
|
||||
|
||||
4
rust/Cargo.lock
generated
4
rust/Cargo.lock
generated
@@ -1835,7 +1835,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "firezone-gateway"
|
||||
version = "1.2.1"
|
||||
version = "1.3.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
@@ -1871,7 +1871,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "firezone-gui-client"
|
||||
version = "1.2.1"
|
||||
version = "1.2.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"arboard",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "firezone-gateway"
|
||||
# mark:next-gateway-version
|
||||
version = "1.2.1"
|
||||
version = "1.3.0"
|
||||
edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "firezone-gui-client"
|
||||
# mark:next-gui-version
|
||||
version = "1.2.1"
|
||||
version = "1.2.2"
|
||||
description = "Firezone"
|
||||
edition = "2021"
|
||||
default-run = "firezone-gui-client"
|
||||
|
||||
@@ -16,14 +16,14 @@
|
||||
current-apple-version = 1.2.1
|
||||
current-android-version = 1.2.0
|
||||
current-gateway-version = 1.2.0
|
||||
current-gui-version = 1.2.0
|
||||
current-gui-version = 1.2.1
|
||||
current-headless-version = 1.2.0
|
||||
|
||||
# Tracks the next version to release for each platform
|
||||
next-apple-version = 1.2.2
|
||||
next-android-version = 1.2.1
|
||||
next-gateway-version = 1.2.1
|
||||
next-gui-version = 1.2.1
|
||||
next-gateway-version = 1.3.0
|
||||
next-gui-version = 1.2.2
|
||||
next-headless-version = 1.2.1
|
||||
|
||||
# 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.2.0/firezone-client-gui-windows_1.2.0_x86_64.msi",
|
||||
"https://www.github.com/firezone/firezone/releases/download/gui-client-1.2.1/firezone-client-gui-windows_1.2.1_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.2.0/firezone-client-gui-linux_1.2.0_x86_64.deb",
|
||||
"https://www.github.com/firezone/firezone/releases/download/gui-client-1.2.1/firezone-client-gui-linux_1.2.1_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.2.0/firezone-client-gui-linux_1.2.0_aarch64.deb",
|
||||
"https://www.github.com/firezone/firezone/releases/download/gui-client-1.2.1/firezone-client-gui-linux_1.2.1_aarch64.deb",
|
||||
permanent: false,
|
||||
},
|
||||
{
|
||||
|
||||
@@ -14,20 +14,27 @@ 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.2.1" date={new Date("")}>
|
||||
<Entry version="1.2.2" date={new Date(todo)}>
|
||||
<ul className="list-disc space-y-2 pl-4 mb-4">
|
||||
<ChangeItem pull="6414">
|
||||
Waits for Internet if there's no Internet at startup and you're already signed in
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="6455">
|
||||
Fixes a false positive warning about DNS interception being disabled.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="6458">
|
||||
Fixes a bug where we considered our own startup to be a network change event.
|
||||
</ChangeItem>
|
||||
</ul>
|
||||
</Entry>
|
||||
*/}
|
||||
<Entry version="1.2.1" date={new Date("2024-08-27")}>
|
||||
<ul className="list-disc space-y-2 pl-4 mb-4">
|
||||
<ChangeItem pull="6414">
|
||||
Waits for Internet to connect to Firezone if there's no Internet at
|
||||
startup and you're already signed in.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="6455">
|
||||
Fixes a false positive warning log at startup about DNS interception
|
||||
being disabled.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="6458">
|
||||
Fixes a bug where we considered our own startup to be a network
|
||||
change event, which may interfere with access to DNS Resources.
|
||||
</ChangeItem>
|
||||
</ul>
|
||||
</Entry>
|
||||
<Entry version="1.2.0" date={new Date("2024-08-21")}>
|
||||
<ul className="list-disc space-y-2 pl-4 mb-4">
|
||||
<ChangeItem pull="5901">
|
||||
|
||||
Reference in New Issue
Block a user