mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
chore: bump gui, apple, gateway (#9586)
The new publish automation still [has some kinks](https://github.com/firezone/firezone/actions/runs/15764891111) so publishing this manually.
This commit is contained in:
6
.github/workflows/_build_artifacts.yml
vendored
6
.github/workflows/_build_artifacts.yml
vendored
@@ -247,9 +247,9 @@ jobs:
|
||||
artifact: firezone-gateway
|
||||
image_name: gateway
|
||||
# mark:next-gateway-version
|
||||
release_name: gateway-1.4.11
|
||||
release_name: gateway-1.4.12
|
||||
# mark:next-gateway-version
|
||||
version: 1.4.11
|
||||
version: 1.4.12
|
||||
- package: http-test-server
|
||||
artifact: http-test-server
|
||||
image_name: http-test-server
|
||||
@@ -417,7 +417,7 @@ jobs:
|
||||
- name: relay
|
||||
- name: gateway
|
||||
# mark:next-gateway-version
|
||||
version: 1.4.11
|
||||
version: 1.4.12
|
||||
- name: client
|
||||
# mark:next-client-version
|
||||
version: 1.0.6
|
||||
|
||||
8
.github/workflows/_swift.yml
vendored
8
.github/workflows/_swift.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
# mark:next-apple-version
|
||||
RELEASE_NAME: macos-client-1.5.3
|
||||
RELEASE_NAME: macos-client-1.5.4
|
||||
steps:
|
||||
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
|
||||
if: "${{ github.event_name == 'workflow_dispatch' && github.ref_name == 'main' }}"
|
||||
@@ -55,11 +55,11 @@ jobs:
|
||||
build-script: scripts/build/macos-standalone.sh
|
||||
upload-script: scripts/upload/github-release.sh
|
||||
# mark:next-apple-version
|
||||
artifact-file: "firezone-macos-client-1.5.3.dmg"
|
||||
artifact-file: "firezone-macos-client-1.5.4.dmg"
|
||||
# mark:next-apple-version
|
||||
pkg-artifact-file: "firezone-macos-client-1.5.3.pkg"
|
||||
pkg-artifact-file: "firezone-macos-client-1.5.4.pkg"
|
||||
# mark:next-apple-version
|
||||
release-name: macos-client-1.5.3
|
||||
release-name: macos-client-1.5.4
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
|
||||
10
.github/workflows/_tauri.yml
vendored
10
.github/workflows/_tauri.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
# mark:next-gui-version
|
||||
RELEASE_NAME: gui-client-1.5.4
|
||||
RELEASE_NAME: gui-client-1.5.5
|
||||
steps:
|
||||
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
|
||||
if: "${{ github.event_name == 'workflow_dispatch' && github.ref_name == 'main' }}"
|
||||
@@ -66,19 +66,19 @@ jobs:
|
||||
pkg-extension: msi
|
||||
env:
|
||||
# mark:next-gui-version
|
||||
ARTIFACT_SRC: ./rust/gui-client/firezone-client-gui-${{ matrix.os }}_1.5.4_${{ matrix.arch }}
|
||||
ARTIFACT_SRC: ./rust/gui-client/firezone-client-gui-${{ matrix.os }}_1.5.5_${{ matrix.arch }}
|
||||
# mark:next-gui-version
|
||||
ARTIFACT_DST: firezone-client-gui-${{ matrix.os }}_1.5.4_${{ matrix.arch }}
|
||||
ARTIFACT_DST: firezone-client-gui-${{ matrix.os }}_1.5.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.5.4_${{ matrix.arch }}
|
||||
BINARY_DEST_PATH: firezone-client-gui-${{ matrix.os }}_1.5.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.5.4
|
||||
FIREZONE_GUI_VERSION: 1.5.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
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -180,7 +180,7 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
# mark:next-gateway-version
|
||||
- release_name: gateway-1.4.11
|
||||
- release_name: gateway-1.4.12
|
||||
config_name: release-drafter-gateway.yml
|
||||
# mark:next-headless-version
|
||||
- release_name: headless-client-1.5.1
|
||||
|
||||
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.4.11"
|
||||
VERSION="1.4.12"
|
||||
elif [[ "${{ github.event.release.name }}" =~ headless* ]]; then
|
||||
ARTIFACT=client
|
||||
# mark:next-headless-version
|
||||
|
||||
Reference in New Issue
Block a user