From a2c9d148ac089bef6f53163834b90db2e46c72b5 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Wed, 30 Oct 2024 10:20:46 +1100 Subject: [PATCH] chore(gateway): bump version to 1.4.0 (#7090) In order to release #6941, we need to bump the gateway's version to 1.4.0. The portal has a version gate that only allows connection clients which have version >= 1.4.0. Thus, in order to test #6941 on staging, the version must not yet be bumped and is thus split out into this PR. --- .github/workflows/_build_artifacts.yml | 6 +++--- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- rust/Cargo.lock | 2 +- rust/gateway/Cargo.toml | 2 +- scripts/Makefile | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/_build_artifacts.yml b/.github/workflows/_build_artifacts.yml index fe409ec0a..9953f145f 100644 --- a/.github/workflows/_build_artifacts.yml +++ b/.github/workflows/_build_artifacts.yml @@ -165,9 +165,9 @@ jobs: artifact: firezone-gateway image_name: gateway # mark:next-gateway-version - release_name: gateway-1.3.3 + release_name: gateway-1.4.0 # mark:next-gateway-version - version: 1.3.3 + version: 1.4.0 - package: http-test-server artifact: http-test-server image_name: http-test-server @@ -348,7 +348,7 @@ jobs: - name: relay - name: gateway # mark:next-gateway-version - version: 1.3.3 + version: 1.4.0 - name: client # mark:next-client-version version: 1.0.6 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d007155a..0c340617d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: matrix: include: # mark:next-gateway-version - - release_name: gateway-1.3.3 + - release_name: gateway-1.4.0 config_name: release-drafter-gateway.yml # mark:next-headless-version - release_name: headless-client-1.3.5 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1b48bc755..fe3c94a60 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,7 +38,7 @@ jobs: if [[ "${{ github.event.release.name }}" =~ gateway* ]]; then ARTIFACT=gateway # mark:next-gateway-version - VERSION="1.3.3" + VERSION="1.4.0" elif [[ "${{ github.event.release.name }}" =~ headless* ]]; then ARTIFACT=client # mark:next-headless-version diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 4a82f48b2..aab0e82bf 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1962,7 +1962,7 @@ dependencies = [ [[package]] name = "firezone-gateway" -version = "1.3.3" +version = "1.4.0" dependencies = [ "anyhow", "async-trait", diff --git a/rust/gateway/Cargo.toml b/rust/gateway/Cargo.toml index af4603f72..fcbd5b9be 100644 --- a/rust/gateway/Cargo.toml +++ b/rust/gateway/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "firezone-gateway" # mark:next-gateway-version -version = "1.3.3" +version = "1.4.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/scripts/Makefile b/scripts/Makefile index d30d56a04..c8249e0b3 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -27,7 +27,7 @@ current-headless-version = 1.3.4 # Tracks the next version to release for each platform next-apple-version = 1.3.7 next-android-version = 1.3.6 -next-gateway-version = 1.3.3 +next-gateway-version = 1.4.0 next-gui-version = 1.3.10 next-headless-version = 1.3.5