mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
chore: release Gateway, headless-client and GUI client (#7903)
This bumps the versions of Gateway, headless-client and the GUI client as well as updates the respective changelogs. These have been released today: - https://github.com/firezone/firezone/releases/tag/gui-client-1.4.1 - https://github.com/firezone/firezone/releases/tag/gateway-1.4.3 - https://github.com/firezone/firezone/releases/tag/headless-client-1.4.1 It is all done in one PR to avoid merge conflicts within the updates of the Makefile.
This commit is contained in:
10
.github/workflows/_build_artifacts.yml
vendored
10
.github/workflows/_build_artifacts.yml
vendored
@@ -154,9 +154,9 @@ jobs:
|
||||
artifact: firezone-client-headless-linux
|
||||
image_name: client
|
||||
# mark:next-headless-version
|
||||
release_name: headless-client-1.4.1
|
||||
release_name: headless-client-1.4.2
|
||||
# mark:next-headless-version
|
||||
version: 1.4.1
|
||||
version: 1.4.2
|
||||
- package: firezone-relay
|
||||
artifact: firezone-relay
|
||||
image_name: relay
|
||||
@@ -164,9 +164,9 @@ jobs:
|
||||
artifact: firezone-gateway
|
||||
image_name: gateway
|
||||
# mark:next-gateway-version
|
||||
release_name: gateway-1.4.3
|
||||
release_name: gateway-1.4.4
|
||||
# mark:next-gateway-version
|
||||
version: 1.4.3
|
||||
version: 1.4.4
|
||||
- package: http-test-server
|
||||
artifact: http-test-server
|
||||
image_name: http-test-server
|
||||
@@ -346,7 +346,7 @@ jobs:
|
||||
- name: relay
|
||||
- name: gateway
|
||||
# mark:next-gateway-version
|
||||
version: 1.4.3
|
||||
version: 1.4.4
|
||||
- name: client
|
||||
# mark:next-client-version
|
||||
version: 1.0.6
|
||||
|
||||
8
.github/workflows/_tauri.yml
vendored
8
.github/workflows/_tauri.yml
vendored
@@ -37,19 +37,19 @@ jobs:
|
||||
pkg-extension: msi
|
||||
env:
|
||||
# mark:next-gui-version
|
||||
ARTIFACT_SRC: ./rust/gui-client/firezone-client-gui-${{ matrix.os }}_1.4.1_${{ matrix.arch }}
|
||||
ARTIFACT_SRC: ./rust/gui-client/firezone-client-gui-${{ matrix.os }}_1.4.2_${{ matrix.arch }}
|
||||
# mark:next-gui-version
|
||||
ARTIFACT_DST: firezone-client-gui-${{ matrix.os }}_1.4.1_${{ matrix.arch }}
|
||||
ARTIFACT_DST: firezone-client-gui-${{ matrix.os }}_1.4.2_${{ 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.1_${{ matrix.arch }}
|
||||
BINARY_DEST_PATH: firezone-client-gui-${{ matrix.os }}_1.4.2_${{ 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.1
|
||||
FIREZONE_GUI_VERSION: 1.4.2
|
||||
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
|
||||
|
||||
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -47,13 +47,13 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
# mark:next-gateway-version
|
||||
- release_name: gateway-1.4.3
|
||||
- release_name: gateway-1.4.4
|
||||
config_name: release-drafter-gateway.yml
|
||||
# mark:next-headless-version
|
||||
- release_name: headless-client-1.4.1
|
||||
- release_name: headless-client-1.4.2
|
||||
config_name: release-drafter-headless-client.yml
|
||||
# mark:next-gui-version
|
||||
- release_name: gui-client-1.4.1
|
||||
- release_name: gui-client-1.4.2
|
||||
config_name: release-drafter-gui-client.yml
|
||||
# mark:next-apple-version
|
||||
- release_name: macos-client-1.4.1
|
||||
|
||||
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -38,11 +38,11 @@ jobs:
|
||||
if [[ "${{ github.event.release.name }}" =~ gateway* ]]; then
|
||||
ARTIFACT=gateway
|
||||
# mark:next-gateway-version
|
||||
VERSION="1.4.3"
|
||||
VERSION="1.4.4"
|
||||
elif [[ "${{ github.event.release.name }}" =~ headless* ]]; then
|
||||
ARTIFACT=client
|
||||
# mark:next-headless-version
|
||||
VERSION="1.4.1"
|
||||
VERSION="1.4.2"
|
||||
else
|
||||
echo "Shouldn't have gotten here. Exiting."
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user