From b79ce96bc6f2932517d18d235b11662f929b49f1 Mon Sep 17 00:00:00 2001 From: Jamil Date: Mon, 29 Apr 2024 15:06:00 -0700 Subject: [PATCH] chore(website): Bump versions (#4821) - Bump versions to point to latest binaries - Stage versions for next release --- .github/workflows/_build_artifacts.yml | 4 +-- .github/workflows/_deploy_production.yml | 2 +- .github/workflows/_tauri.yml | 18 +++++----- .github/workflows/_terraform.yml | 2 +- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- elixir/VERSION | 2 +- kotlin/android/app/build.gradle.kts | 2 +- rust/Cargo.lock | 34 +++++++++---------- rust/connlib/clients/android/Cargo.toml | 2 +- rust/connlib/clients/apple/Cargo.toml | 2 +- rust/connlib/clients/shared/Cargo.toml | 2 +- rust/connlib/shared/Cargo.toml | 2 +- rust/connlib/snownet/Cargo.toml | 2 +- rust/connlib/tunnel/Cargo.toml | 2 +- rust/firezone-cli-utils/Cargo.toml | 2 +- rust/gateway/Cargo.toml | 2 +- rust/gui-client/src-tauri/Cargo.toml | 2 +- rust/headless-client/Cargo.toml | 2 +- rust/http-health-check/Cargo.toml | 2 +- rust/http-test-server/Cargo.toml | 2 +- rust/ip-packet/Cargo.toml | 2 +- rust/linux-client/Cargo.toml | 2 +- rust/phoenix-channel/Cargo.toml | 2 +- rust/relay/Cargo.toml | 2 +- rust/snownet-tests/Cargo.toml | 2 +- scripts/Makefile | 12 +++---- .../apple/Firezone.xcodeproj/project.pbxproj | 12 +++---- website/redirects.js | 18 +++++----- 30 files changed, 73 insertions(+), 73 deletions(-) diff --git a/.github/workflows/_build_artifacts.yml b/.github/workflows/_build_artifacts.yml index 5e89a9956..df15e557d 100644 --- a/.github/workflows/_build_artifacts.yml +++ b/.github/workflows/_build_artifacts.yml @@ -40,7 +40,7 @@ on: env: # mark:automatic-version - VERSION: "1.0.1" + VERSION: "1.0.2" permissions: # write permission is required to create a github release @@ -175,7 +175,7 @@ jobs: image_name: http-test-server env: # mark:automatic-version - BINARY_DEST_PATH: ${{ matrix.name.artifact }}_1.0.1_${{ matrix.arch.shortname }} + BINARY_DEST_PATH: ${{ matrix.name.artifact }}_1.0.2_${{ matrix.arch.shortname }} outputs: client_image: ${{ steps.image-name.outputs.client_image }} relay_image: ${{ steps.image-name.outputs.relay_image }} diff --git a/.github/workflows/_deploy_production.yml b/.github/workflows/_deploy_production.yml index 287759c75..8eff56c1d 100644 --- a/.github/workflows/_deploy_production.yml +++ b/.github/workflows/_deploy_production.yml @@ -11,7 +11,7 @@ on: env: # mark:automatic-version - VERSION: "1.0.1" + VERSION: "1.0.2" concurrency: group: "production-deploy" diff --git a/.github/workflows/_tauri.yml b/.github/workflows/_tauri.yml index f4696687b..1fbf45429 100644 --- a/.github/workflows/_tauri.yml +++ b/.github/workflows/_tauri.yml @@ -14,7 +14,7 @@ permissions: env: # mark:automatic-version - VERSION: "1.0.1" + VERSION: "1.0.2" defaults: run: @@ -30,26 +30,26 @@ jobs: include: - runs-on: ubuntu-20.04 # mark:automatic-version - binary-dest-path: firezone-client-gui-linux_1.0.1_x86_64 + binary-dest-path: firezone-client-gui-linux_1.0.2_x86_64 rename-script: ../../scripts/build/tauri-rename-ubuntu.sh upload-script: ../../scripts/build/tauri-upload-ubuntu.sh # mark:automatic-version - exe-artifact: rust/gui-client/firezone-client-gui-linux_1.0.1_x86_64 + exe-artifact: rust/gui-client/firezone-client-gui-linux_1.0.2_x86_64 # mark:automatic-version - syms-artifact: rust/gui-client/firezone-client-gui-linux_1.0.1_x86_64.dwp + syms-artifact: rust/gui-client/firezone-client-gui-linux_1.0.2_x86_64.dwp # mark:automatic-version - pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.0.1_x86_64.deb + pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.0.2_x86_64.deb - runs-on: windows-2019 # mark:automatic-version - binary-dest-path: firezone-client-gui-windows_1.0.1_x86_64 + binary-dest-path: firezone-client-gui-windows_1.0.2_x86_64 rename-script: ../../scripts/build/tauri-rename-windows.sh upload-script: ../../scripts/build/tauri-upload-windows.sh # mark:automatic-version - exe-artifact: rust/gui-client/firezone-client-gui-windows_1.0.1_x86_64.exe + exe-artifact: rust/gui-client/firezone-client-gui-windows_1.0.2_x86_64.exe # mark:automatic-version - syms-artifact: rust/gui-client/firezone-client-gui-windows_1.0.1_x86_64.pdb + syms-artifact: rust/gui-client/firezone-client-gui-windows_1.0.2_x86_64.pdb # mark:automatic-version - pkg-artifact: rust/gui-client/firezone-client-gui-windows_1.0.1_x86_64.msi + pkg-artifact: rust/gui-client/firezone-client-gui-windows_1.0.2_x86_64.msi env: BINARY_DEST_PATH: ${{ matrix.binary-dest-path }} AZURE_KEY_VAULT_URI: ${{ secrets.AZURE_KEY_VAULT_URI }} diff --git a/.github/workflows/_terraform.yml b/.github/workflows/_terraform.yml index 99b1f1a18..1f1ce9eeb 100644 --- a/.github/workflows/_terraform.yml +++ b/.github/workflows/_terraform.yml @@ -4,7 +4,7 @@ on: env: # mark:automatic-version - VERSION: "1.0.1" + VERSION: "1.0.2" jobs: plan-deploy: diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a11c54638..09af5351c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -14,7 +14,7 @@ on: env: # mark:automatic-version - VERSION: "1.0.1" + VERSION: "1.0.2" jobs: # Builds images that match what's default in docker-compose.yml for diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87349ad41..47625160f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ on: env: # mark:automatic-version - VERSION: "1.0.1" + VERSION: "1.0.2" # Cancel old workflow runs if new code is pushed concurrency: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 53cd44d61..49f05b973 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,7 +7,7 @@ on: env: # mark:automatic-version - VERSION: "1.0.1" + VERSION: "1.0.2" concurrency: group: "publish-production-${{ github.event_name }}-${{ github.workflow }}-${{ github.ref }}" diff --git a/elixir/VERSION b/elixir/VERSION index 7dea76edb..6d7de6e6a 100644 --- a/elixir/VERSION +++ b/elixir/VERSION @@ -1 +1 @@ -1.0.1 +1.0.2 diff --git a/kotlin/android/app/build.gradle.kts b/kotlin/android/app/build.gradle.kts index 7fceb98fc..7dffd925c 100644 --- a/kotlin/android/app/build.gradle.kts +++ b/kotlin/android/app/build.gradle.kts @@ -56,7 +56,7 @@ android { targetSdk = 34 versionCode = (System.currentTimeMillis() / 1000 / 10).toInt() // mark:automatic-version - versionName = "1.0.1" + versionName = "1.0.2" multiDexEnabled = true testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 28d2af55b..ec1f8d4d0 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1088,7 +1088,7 @@ dependencies = [ [[package]] name = "connlib-client-android" -version = "1.0.1" +version = "1.0.2" dependencies = [ "connlib-client-shared", "ip_network", @@ -1107,7 +1107,7 @@ dependencies = [ [[package]] name = "connlib-client-apple" -version = "1.0.1" +version = "1.0.2" dependencies = [ "connlib-client-shared", "ip_network", @@ -1126,7 +1126,7 @@ dependencies = [ [[package]] name = "connlib-client-shared" -version = "1.0.1" +version = "1.0.2" dependencies = [ "anyhow", "async-trait", @@ -1154,7 +1154,7 @@ dependencies = [ [[package]] name = "connlib-shared" -version = "1.0.1" +version = "1.0.2" dependencies = [ "anyhow", "atomicwrites", @@ -1846,7 +1846,7 @@ dependencies = [ [[package]] name = "firezone-cli-utils" -version = "1.0.1" +version = "1.0.2" dependencies = [ "clap", "tracing", @@ -1857,7 +1857,7 @@ dependencies = [ [[package]] name = "firezone-gateway" -version = "1.0.1" +version = "1.0.2" dependencies = [ "anyhow", "async-trait", @@ -1890,7 +1890,7 @@ dependencies = [ [[package]] name = "firezone-gui-client" -version = "1.0.1" +version = "1.0.2" dependencies = [ "anyhow", "arboard", @@ -1943,7 +1943,7 @@ dependencies = [ [[package]] name = "firezone-headless-client" -version = "1.0.1" +version = "1.0.2" dependencies = [ "anyhow", "clap", @@ -1968,7 +1968,7 @@ dependencies = [ [[package]] name = "firezone-linux-client" -version = "1.0.1" +version = "1.0.2" dependencies = [ "anyhow", "firezone-headless-client", @@ -1976,7 +1976,7 @@ dependencies = [ [[package]] name = "firezone-relay" -version = "1.0.1" +version = "1.0.2" dependencies = [ "anyhow", "backoff", @@ -2017,7 +2017,7 @@ dependencies = [ [[package]] name = "firezone-tunnel" -version = "1.0.1" +version = "1.0.2" dependencies = [ "async-trait", "bimap", @@ -2847,7 +2847,7 @@ dependencies = [ [[package]] name = "http-health-check" -version = "1.0.1" +version = "1.0.2" dependencies = [ "axum 0.7.5", "clap", @@ -2862,7 +2862,7 @@ checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573" [[package]] name = "http-test-server" -version = "1.0.1" +version = "1.0.2" dependencies = [ "anyhow", "axum 0.7.5", @@ -3121,7 +3121,7 @@ dependencies = [ [[package]] name = "ip-packet" -version = "1.0.1" +version = "1.0.2" dependencies = [ "pnet_packet", ] @@ -4456,7 +4456,7 @@ dependencies = [ [[package]] name = "phoenix-channel" -version = "1.0.1" +version = "1.0.2" dependencies = [ "backoff", "base64 0.22.0", @@ -5713,7 +5713,7 @@ dependencies = [ [[package]] name = "snownet" -version = "1.0.1" +version = "1.0.2" dependencies = [ "backoff", "boringtun", @@ -5734,7 +5734,7 @@ dependencies = [ [[package]] name = "snownet-tests" -version = "1.0.1" +version = "1.0.2" dependencies = [ "anyhow", "boringtun", diff --git a/rust/connlib/clients/android/Cargo.toml b/rust/connlib/clients/android/Cargo.toml index 30b677e33..0763ccb0f 100644 --- a/rust/connlib/clients/android/Cargo.toml +++ b/rust/connlib/clients/android/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "connlib-client-android" # mark:automatic-version -version = "1.0.1" +version = "1.0.2" edition = "2021" [lib] diff --git a/rust/connlib/clients/apple/Cargo.toml b/rust/connlib/clients/apple/Cargo.toml index 9b8d104da..a16b56404 100644 --- a/rust/connlib/clients/apple/Cargo.toml +++ b/rust/connlib/clients/apple/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "connlib-client-apple" # mark:automatic-version -version = "1.0.1" +version = "1.0.2" edition = "2021" [features] diff --git a/rust/connlib/clients/shared/Cargo.toml b/rust/connlib/clients/shared/Cargo.toml index ee3ac0f98..80bfd48f9 100644 --- a/rust/connlib/clients/shared/Cargo.toml +++ b/rust/connlib/clients/shared/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "connlib-client-shared" # mark:automatic-version -version = "1.0.1" +version = "1.0.2" edition = "2021" [features] diff --git a/rust/connlib/shared/Cargo.toml b/rust/connlib/shared/Cargo.toml index 5a42e4e08..b30b248b3 100644 --- a/rust/connlib/shared/Cargo.toml +++ b/rust/connlib/shared/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "connlib-shared" # mark:automatic-version -version = "1.0.1" +version = "1.0.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rust/connlib/snownet/Cargo.toml b/rust/connlib/snownet/Cargo.toml index 8bcda5255..399295ddd 100644 --- a/rust/connlib/snownet/Cargo.toml +++ b/rust/connlib/snownet/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "snownet" # mark:automatic-version -version = "1.0.1" +version = "1.0.2" edition = "2021" [dependencies] diff --git a/rust/connlib/tunnel/Cargo.toml b/rust/connlib/tunnel/Cargo.toml index 9fe8d87de..8c41c65bf 100644 --- a/rust/connlib/tunnel/Cargo.toml +++ b/rust/connlib/tunnel/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "firezone-tunnel" # mark:automatic-version -version = "1.0.1" +version = "1.0.2" edition = "2021" [dependencies] diff --git a/rust/firezone-cli-utils/Cargo.toml b/rust/firezone-cli-utils/Cargo.toml index 760a79fc0..0fa27cfeb 100644 --- a/rust/firezone-cli-utils/Cargo.toml +++ b/rust/firezone-cli-utils/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "firezone-cli-utils" # mark:automatic-version -version = "1.0.1" +version = "1.0.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rust/gateway/Cargo.toml b/rust/gateway/Cargo.toml index d1d0f5a9d..b20f1cadc 100644 --- a/rust/gateway/Cargo.toml +++ b/rust/gateway/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "firezone-gateway" # mark:automatic-version -version = "1.0.1" +version = "1.0.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rust/gui-client/src-tauri/Cargo.toml b/rust/gui-client/src-tauri/Cargo.toml index f57a5234f..9a70ad59a 100644 --- a/rust/gui-client/src-tauri/Cargo.toml +++ b/rust/gui-client/src-tauri/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "firezone-gui-client" # mark:automatic-version -version = "1.0.1" +version = "1.0.2" description = "Firezone" edition = "2021" default-run = "firezone-gui-client" diff --git a/rust/headless-client/Cargo.toml b/rust/headless-client/Cargo.toml index 1d8223299..310367eef 100644 --- a/rust/headless-client/Cargo.toml +++ b/rust/headless-client/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "firezone-headless-client" # mark:automatic-version -version = "1.0.1" +version = "1.0.2" edition = "2021" authors = ["Firezone, Inc."] diff --git a/rust/http-health-check/Cargo.toml b/rust/http-health-check/Cargo.toml index c19da9fc1..c0a9367f7 100644 --- a/rust/http-health-check/Cargo.toml +++ b/rust/http-health-check/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "http-health-check" # mark:automatic-version -version = "1.0.1" +version = "1.0.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rust/http-test-server/Cargo.toml b/rust/http-test-server/Cargo.toml index cd13136ec..2460b8664 100644 --- a/rust/http-test-server/Cargo.toml +++ b/rust/http-test-server/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "http-test-server" # mark:automatic-version -version = "1.0.1" +version = "1.0.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rust/ip-packet/Cargo.toml b/rust/ip-packet/Cargo.toml index 93be6619b..1a3ef8027 100644 --- a/rust/ip-packet/Cargo.toml +++ b/rust/ip-packet/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ip-packet" # mark:automatic-version -version = "1.0.1" +version = "1.0.2" edition = "2021" authors = ["Firezone, Inc."] publish = false diff --git a/rust/linux-client/Cargo.toml b/rust/linux-client/Cargo.toml index a3c2e3656..b53ede18b 100644 --- a/rust/linux-client/Cargo.toml +++ b/rust/linux-client/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "firezone-linux-client" # mark:automatic-version -version = "1.0.1" +version = "1.0.2" edition = "2021" authors = ["Firezone, Inc."] diff --git a/rust/phoenix-channel/Cargo.toml b/rust/phoenix-channel/Cargo.toml index d995fe363..b7bf792b9 100644 --- a/rust/phoenix-channel/Cargo.toml +++ b/rust/phoenix-channel/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "phoenix-channel" # mark:automatic-version -version = "1.0.1" +version = "1.0.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rust/relay/Cargo.toml b/rust/relay/Cargo.toml index c2f816d96..062607dac 100644 --- a/rust/relay/Cargo.toml +++ b/rust/relay/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "firezone-relay" # mark:automatic-version -version = "1.0.1" +version = "1.0.2" edition = "2021" [dependencies] diff --git a/rust/snownet-tests/Cargo.toml b/rust/snownet-tests/Cargo.toml index fca136924..f11e94f9b 100644 --- a/rust/snownet-tests/Cargo.toml +++ b/rust/snownet-tests/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "snownet-tests" # mark:automatic-version -version = "1.0.1" +version = "1.0.2" edition = "2021" [dependencies] diff --git a/scripts/Makefile b/scripts/Makefile index dbc718195..817141477 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,12 +1,12 @@ # Format: Semver # See discussion here: https://github.com/firezone/firezone/issues/2041 # and PR changing it here: https://github.com/firezone/firezone/pull/2949 -apple-version = 1.0.3 -android-version = 1.0.1 -cargo-version = 1.0.1 -website-version = 1.0.0 -elixir-version = 1.0.1 -ci-version = 1.0.1 +apple-version = 1.0.4 +android-version = 1.0.2 +cargo-version = 1.0.2 +website-version = 1.0.1 +elixir-version = 1.0.2 +ci-version = 1.0.2 .PHONY: version apple-version android-version cargo-version ci-version elixir-version diff --git a/swift/apple/Firezone.xcodeproj/project.pbxproj b/swift/apple/Firezone.xcodeproj/project.pbxproj index 6ec0f0725..c3a65e8fa 100644 --- a/swift/apple/Firezone.xcodeproj/project.pbxproj +++ b/swift/apple/Firezone.xcodeproj/project.pbxproj @@ -585,7 +585,7 @@ ); "LIBRARY_SEARCH_PATHS[sdk=iphoneos*]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-ios/debug"; MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; - MARKETING_VERSION = 1.0.3; + MARKETING_VERSION = 1.0.4; ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = "-lconnlib"; PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).debug.network-extension"; @@ -627,7 +627,7 @@ ); "LIBRARY_SEARCH_PATHS[sdk=iphoneos*]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-ios/release"; MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; - MARKETING_VERSION = 1.0.3; + MARKETING_VERSION = 1.0.4; OTHER_LDFLAGS = "-lconnlib"; PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).network-extension"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -671,7 +671,7 @@ "LIBRARY_SEARCH_PATHS[arch=arm64]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-darwin/debug"; "LIBRARY_SEARCH_PATHS[arch=arm64e]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-darwin/debug"; "LIBRARY_SEARCH_PATHS[arch=x86_64]" = "$(CONNLIB_TARGET_DIR)/x86_64-apple-darwin/debug"; - MARKETING_VERSION = 1.0.3; + MARKETING_VERSION = 1.0.4; OTHER_LDFLAGS = "-lconnlib"; PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).debug.network-extension"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -714,7 +714,7 @@ "LIBRARY_SEARCH_PATHS[arch=arm64]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-darwin/release"; "LIBRARY_SEARCH_PATHS[arch=arm64e]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-darwin/release"; "LIBRARY_SEARCH_PATHS[arch=x86_64]" = "$(CONNLIB_TARGET_DIR)/x86_64-apple-darwin/release"; - MARKETING_VERSION = 1.0.3; + MARKETING_VERSION = 1.0.4; OTHER_LDFLAGS = "-lconnlib"; PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).network-extension"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -908,7 +908,7 @@ INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; - MARKETING_VERSION = 1.0.3; + MARKETING_VERSION = 1.0.4; OTHER_LDFLAGS = ""; PRODUCT_BUNDLE_IDENTIFIER = "$(inherited)"; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -959,7 +959,7 @@ INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; - MARKETING_VERSION = 1.0.3; + MARKETING_VERSION = 1.0.4; PRODUCT_BUNDLE_IDENTIFIER = "$(inherited)"; PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/website/redirects.js b/website/redirects.js index 9af03801c..ebfb5709e 100644 --- a/website/redirects.js +++ b/website/redirects.js @@ -11,7 +11,7 @@ module.exports = [ source: "/dl/firezone-client-gui-windows/latest/x86_64", destination: // mark:automatic-version - "https://www.github.com/firezone/firezone/releases/download/1.0.0/firezone-client-gui-windows_1.0.0_x86_64.msi", + "https://www.github.com/firezone/firezone/releases/download/1.0.1/firezone-client-gui-windows_1.0.1_x86_64.msi", permanent: false, }, // versioned @@ -31,35 +31,35 @@ module.exports = [ source: "/dl/firezone-client-gui-linux/latest/x86_64", destination: // mark:automatic-version - "https://www.github.com/firezone/firezone/releases/download/1.0.0/firezone-client-gui-linux_1.0.0_x86_64.deb", + "https://www.github.com/firezone/firezone/releases/download/1.0.1/firezone-client-gui-linux_1.0.1_x86_64.deb", permanent: false, }, { source: "/dl/firezone-client-gui-linux/latest/aarch64", destination: // mark:automatic-version - "https://www.github.com/firezone/firezone/releases/download/1.0.0/firezone-client-gui-linux_1.0.0_aarch64.deb", + "https://www.github.com/firezone/firezone/releases/download/1.0.1/firezone-client-gui-linux_1.0.1_aarch64.deb", permanent: false, }, { source: "/dl/firezone-client-headless-linux/latest/x86_64", destination: // mark:automatic-version - "https://www.github.com/firezone/firezone/releases/download/1.0.0/firezone-client-headless-linux_1.0.0_x86_64", + "https://www.github.com/firezone/firezone/releases/download/1.0.1/firezone-client-headless-linux_1.0.1_x86_64", permanent: false, }, { source: "/dl/firezone-client-headless-linux/latest/aarch64", destination: // mark:automatic-version - "https://www.github.com/firezone/firezone/releases/download/1.0.0/firezone-client-headless-linux_1.0.0_aarch64", + "https://www.github.com/firezone/firezone/releases/download/1.0.1/firezone-client-headless-linux_1.0.1_aarch64", permanent: false, }, { source: "/dl/firezone-client-headless-linux/latest/armv7", destination: // mark:automatic-version - "https://www.github.com/firezone/firezone/releases/download/1.0.0/firezone-client-headless-linux_1.0.0_armv7", + "https://www.github.com/firezone/firezone/releases/download/1.0.1/firezone-client-headless-linux_1.0.1_armv7", permanent: false, }, // versioned @@ -103,21 +103,21 @@ module.exports = [ source: "/dl/firezone-gateway/latest/x86_64", destination: // mark:automatic-version - "https://www.github.com/firezone/firezone/releases/download/1.0.0/firezone-gateway_1.0.0_x86_64", + "https://www.github.com/firezone/firezone/releases/download/1.0.1/firezone-gateway_1.0.1_x86_64", permanent: false, }, { source: "/dl/firezone-gateway/latest/aarch64", destination: // mark:automatic-version - "https://www.github.com/firezone/firezone/releases/download/1.0.0/firezone-gateway_1.0.0_aarch64", + "https://www.github.com/firezone/firezone/releases/download/1.0.1/firezone-gateway_1.0.1_aarch64", permanent: false, }, { source: "/dl/firezone-gateway/latest/armv7", destination: // mark:automatic-version - "https://www.github.com/firezone/firezone/releases/download/1.0.0/firezone-gateway_1.0.0_armv7", + "https://www.github.com/firezone/firezone/releases/download/1.0.1/firezone-gateway_1.0.1_armv7", permanent: false, }, // versioned