mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
ci: Revert bumps to 1.2 (#6227)
We need these at 1.1 until ready to release.
This commit is contained in:
10
.github/workflows/_build_artifacts.yml
vendored
10
.github/workflows/_build_artifacts.yml
vendored
@@ -156,9 +156,9 @@ jobs:
|
||||
artifact: firezone-client-headless-linux
|
||||
image_name: client
|
||||
# mark:next-headless-version
|
||||
release_name: headless-client-1.2.0
|
||||
release_name: headless-client-1.1.6
|
||||
# mark:next-headless-version
|
||||
version: 1.2.0
|
||||
version: 1.1.6
|
||||
- package: firezone-relay
|
||||
artifact: firezone-relay
|
||||
image_name: relay
|
||||
@@ -166,9 +166,9 @@ jobs:
|
||||
artifact: firezone-gateway
|
||||
image_name: gateway
|
||||
# mark:next-gateway-version
|
||||
release_name: gateway-1.2.0
|
||||
release_name: gateway-1.1.4
|
||||
# mark:next-gateway-version
|
||||
version: 1.2.0
|
||||
version: 1.1.4
|
||||
- package: snownet-tests
|
||||
artifact: snownet-tests
|
||||
image_name: snownet-tests
|
||||
@@ -352,7 +352,7 @@ jobs:
|
||||
- name: relay
|
||||
- name: gateway
|
||||
# mark:next-gateway-version
|
||||
version: 1.2.0
|
||||
version: 1.1.4
|
||||
- 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.0_x86_64
|
||||
binary-dest-path: firezone-client-gui-linux_1.1.11_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.0_x86_64.dwp
|
||||
syms-artifact: rust/gui-client/firezone-client-gui-linux_1.1.11_x86_64.dwp
|
||||
# mark:next-gui-version
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.2.0_x86_64.deb
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.1.11_x86_64.deb
|
||||
- runs-on: ubuntu-20.04-arm
|
||||
# mark:next-gui-version
|
||||
binary-dest-path: firezone-client-gui-linux_1.2.0_aarch64
|
||||
binary-dest-path: firezone-client-gui-linux_1.1.11_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.0_aarch64.dwp
|
||||
syms-artifact: rust/gui-client/firezone-client-gui-linux_1.1.11_aarch64.dwp
|
||||
# mark:next-gui-version
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.2.0_aarch64.deb
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.1.11_aarch64.deb
|
||||
- runs-on: windows-2019
|
||||
# mark:next-gui-version
|
||||
binary-dest-path: firezone-client-gui-windows_1.2.0_x86_64
|
||||
binary-dest-path: firezone-client-gui-windows_1.1.11_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.0_x86_64.pdb
|
||||
syms-artifact: rust/gui-client/firezone-client-gui-windows_1.1.11_x86_64.pdb
|
||||
# mark:next-gui-version
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-windows_1.2.0_x86_64.msi
|
||||
pkg-artifact: rust/gui-client/firezone-client-gui-windows_1.1.11_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.0_x64_en-US.msi
|
||||
run: ../../scripts/build/sign.sh ../target/release/bundle/msi/Firezone_1.1.11_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.0
|
||||
TAG_NAME: gui-client-1.1.11
|
||||
shell: bash
|
||||
run: ${{ matrix.upload-script }}
|
||||
|
||||
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -46,13 +46,13 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
# mark:next-gateway-version
|
||||
- release_name: gateway-1.2.0
|
||||
- release_name: gateway-1.1.4
|
||||
config_name: release-drafter-gateway.yml
|
||||
# mark:next-headless-version
|
||||
- release_name: headless-client-1.2.0
|
||||
- release_name: headless-client-1.1.6
|
||||
config_name: release-drafter-headless-client.yml
|
||||
# mark:next-gui-version
|
||||
- release_name: gui-client-1.2.0
|
||||
- release_name: gui-client-1.1.11
|
||||
config_name: release-drafter-gui-client.yml
|
||||
steps:
|
||||
- uses: release-drafter/release-drafter@v6
|
||||
|
||||
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -40,11 +40,11 @@ jobs:
|
||||
if [[ "${{ github.event.release.name }}" =~ gateway* ]]; then
|
||||
ARTIFACT=gateway
|
||||
# mark:next-gateway-version
|
||||
VERSION="1.2.0"
|
||||
VERSION="1.1.4"
|
||||
elif [[ "${{ github.event.release.name }}" =~ headless* ]]; then
|
||||
ARTIFACT=client
|
||||
# mark:next-headless-version
|
||||
VERSION="1.2.0"
|
||||
VERSION="1.1.6"
|
||||
else
|
||||
echo "Release doesn't require publishing Docker images"
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user