diff --git a/.github/workflows/_build_artifacts.yml b/.github/workflows/_build_artifacts.yml index 8e0b0df32..366c0fa38 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.5" + VERSION: "1.0.6" 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.5_${{ matrix.arch.shortname }} + BINARY_DEST_PATH: ${{ matrix.name.artifact }}_1.0.6_${{ 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 c4f002aaa..badc76e24 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.5" + VERSION: "1.0.6" concurrency: group: "production-deploy" diff --git a/.github/workflows/_tauri.yml b/.github/workflows/_tauri.yml index 9dfc2218b..31412622e 100644 --- a/.github/workflows/_tauri.yml +++ b/.github/workflows/_tauri.yml @@ -14,7 +14,7 @@ permissions: env: # mark:automatic-version - VERSION: "1.0.5" + VERSION: "1.0.6" 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.5_x86_64 + binary-dest-path: firezone-client-gui-linux_1.0.6_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.5_x86_64 + exe-artifact: rust/gui-client/firezone-client-gui-linux_1.0.6_x86_64 # mark:automatic-version - syms-artifact: rust/gui-client/firezone-client-gui-linux_1.0.5_x86_64.dwp + syms-artifact: rust/gui-client/firezone-client-gui-linux_1.0.6_x86_64.dwp # mark:automatic-version - pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.0.5_x86_64.deb + pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.0.6_x86_64.deb - runs-on: windows-2019 # mark:automatic-version - binary-dest-path: firezone-client-gui-windows_1.0.5_x86_64 + binary-dest-path: firezone-client-gui-windows_1.0.6_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.5_x86_64.exe + exe-artifact: rust/gui-client/firezone-client-gui-windows_1.0.6_x86_64.exe # mark:automatic-version - syms-artifact: rust/gui-client/firezone-client-gui-windows_1.0.5_x86_64.pdb + syms-artifact: rust/gui-client/firezone-client-gui-windows_1.0.6_x86_64.pdb # mark:automatic-version - pkg-artifact: rust/gui-client/firezone-client-gui-windows_1.0.5_x86_64.msi + pkg-artifact: rust/gui-client/firezone-client-gui-windows_1.0.6_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 2b01db45f..f822b50ab 100644 --- a/.github/workflows/_terraform.yml +++ b/.github/workflows/_terraform.yml @@ -4,7 +4,7 @@ on: env: # mark:automatic-version - VERSION: "1.0.5" + VERSION: "1.0.6" jobs: plan-deploy: diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 18866db26..dc4ace491 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -14,7 +14,7 @@ on: env: # mark:automatic-version - VERSION: "1.0.5" + VERSION: "1.0.6" 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 506eae2ae..f7cb2596f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ on: env: # mark:automatic-version - VERSION: "1.0.5" + VERSION: "1.0.6" # Cancel old workflow runs if new code is pushed concurrency: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4ade4d52e..4e7bae398 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,7 +7,7 @@ on: env: # mark:automatic-version - VERSION: "1.0.5" + VERSION: "1.0.6" concurrency: group: "publish-production-${{ github.event_name }}-${{ github.workflow }}-${{ github.ref }}" diff --git a/elixir/VERSION b/elixir/VERSION index 90a27f9ce..af0b7ddbf 100644 --- a/elixir/VERSION +++ b/elixir/VERSION @@ -1 +1 @@ -1.0.5 +1.0.6 diff --git a/rust/Cargo.lock b/rust/Cargo.lock index a03516da4..84dbe0af1 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1105,7 +1105,7 @@ dependencies = [ [[package]] name = "connlib-client-android" -version = "1.0.5" +version = "1.0.6" dependencies = [ "connlib-client-shared", "ip_network", @@ -1124,7 +1124,7 @@ dependencies = [ [[package]] name = "connlib-client-apple" -version = "1.0.5" +version = "1.0.6" dependencies = [ "connlib-client-shared", "ip_network", @@ -1143,7 +1143,7 @@ dependencies = [ [[package]] name = "connlib-client-shared" -version = "1.0.5" +version = "1.0.6" dependencies = [ "anyhow", "async-trait", @@ -1170,7 +1170,7 @@ dependencies = [ [[package]] name = "connlib-shared" -version = "1.0.5" +version = "1.0.6" dependencies = [ "anyhow", "atomicwrites", @@ -1884,7 +1884,7 @@ dependencies = [ [[package]] name = "firezone-cli-utils" -version = "1.0.5" +version = "1.0.6" dependencies = [ "clap", "tracing", @@ -1895,7 +1895,7 @@ dependencies = [ [[package]] name = "firezone-gateway" -version = "1.0.5" +version = "1.0.6" dependencies = [ "anyhow", "async-trait", @@ -1928,7 +1928,7 @@ dependencies = [ [[package]] name = "firezone-gui-client" -version = "1.0.5" +version = "1.0.6" dependencies = [ "anyhow", "arboard", @@ -1981,7 +1981,7 @@ dependencies = [ [[package]] name = "firezone-headless-client" -version = "1.0.5" +version = "1.0.6" dependencies = [ "anyhow", "clap", @@ -2013,7 +2013,7 @@ dependencies = [ [[package]] name = "firezone-relay" -version = "1.0.5" +version = "1.0.6" dependencies = [ "anyhow", "backoff", @@ -2054,7 +2054,7 @@ dependencies = [ [[package]] name = "firezone-tunnel" -version = "1.0.5" +version = "1.0.6" dependencies = [ "async-trait", "bimap", @@ -2885,7 +2885,7 @@ dependencies = [ [[package]] name = "http-health-check" -version = "1.0.5" +version = "1.0.6" dependencies = [ "axum 0.7.5", "clap", @@ -2900,7 +2900,7 @@ checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573" [[package]] name = "http-test-server" -version = "1.0.5" +version = "1.0.6" dependencies = [ "anyhow", "axum 0.7.5", @@ -3159,7 +3159,7 @@ dependencies = [ [[package]] name = "ip-packet" -version = "1.0.5" +version = "1.0.6" dependencies = [ "pnet_packet", ] @@ -4549,7 +4549,7 @@ dependencies = [ [[package]] name = "phoenix-channel" -version = "1.0.5" +version = "1.0.6" dependencies = [ "backoff", "base64 0.22.1", @@ -5800,7 +5800,7 @@ dependencies = [ [[package]] name = "snownet" -version = "1.0.5" +version = "1.0.6" dependencies = [ "backoff", "boringtun", @@ -5821,7 +5821,7 @@ dependencies = [ [[package]] name = "snownet-tests" -version = "1.0.5" +version = "1.0.6" dependencies = [ "anyhow", "boringtun", diff --git a/rust/connlib/clients/android/Cargo.toml b/rust/connlib/clients/android/Cargo.toml index 00a59acb0..7fcb6a060 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.5" +version = "1.0.6" edition = "2021" [lib] diff --git a/rust/connlib/clients/apple/Cargo.toml b/rust/connlib/clients/apple/Cargo.toml index 34c33c58c..d124fd14f 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.5" +version = "1.0.6" edition = "2021" [features] diff --git a/rust/connlib/clients/shared/Cargo.toml b/rust/connlib/clients/shared/Cargo.toml index 5138ca909..81b33d4f2 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.5" +version = "1.0.6" edition = "2021" [features] diff --git a/rust/connlib/shared/Cargo.toml b/rust/connlib/shared/Cargo.toml index bef2a20e6..ee2b7d50a 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.5" +version = "1.0.6" 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 d8f36829e..72654745e 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.5" +version = "1.0.6" edition = "2021" [dependencies] diff --git a/rust/connlib/tunnel/Cargo.toml b/rust/connlib/tunnel/Cargo.toml index b605bbece..5030ea66f 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.5" +version = "1.0.6" edition = "2021" [dependencies] diff --git a/rust/firezone-cli-utils/Cargo.toml b/rust/firezone-cli-utils/Cargo.toml index 82244d00f..2cb1f933d 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.5" +version = "1.0.6" 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 d321b6af9..3aea9a705 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.5" +version = "1.0.6" 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 907591d84..625c0c009 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.5" +version = "1.0.6" description = "Firezone" edition = "2021" default-run = "firezone-gui-client" diff --git a/rust/headless-client/Cargo.toml b/rust/headless-client/Cargo.toml index 5efb780e0..3d3128dd4 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.5" +version = "1.0.6" edition = "2021" authors = ["Firezone, Inc."] diff --git a/rust/http-health-check/Cargo.toml b/rust/http-health-check/Cargo.toml index 678295abc..eab49fd5a 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.5" +version = "1.0.6" 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 6d9139c8e..1aa1653fc 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.5" +version = "1.0.6" 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 3b84e45e5..31eaa0a71 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.5" +version = "1.0.6" edition = "2021" authors = ["Firezone, Inc."] publish = false diff --git a/rust/phoenix-channel/Cargo.toml b/rust/phoenix-channel/Cargo.toml index e8bc8f00b..c9b560b27 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.5" +version = "1.0.6" 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 c7f4e29f8..76da2aff5 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.5" +version = "1.0.6" edition = "2021" [dependencies] diff --git a/rust/snownet-tests/Cargo.toml b/rust/snownet-tests/Cargo.toml index 23a402f8d..7ab1767bc 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.5" +version = "1.0.6" edition = "2021" [dependencies] diff --git a/scripts/Makefile b/scripts/Makefile index 359ab8b5a..d8220610e 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -8,12 +8,12 @@ android-version = 1.0.3 # Set this to the current latest published release for the Windows/Linux/Gateway packages so # that links from the website will work -website-version = 1.0.4 +website-version = 1.0.5 # Set this to the upcoming release for the Windows/Linux/Gateway packages -cargo-version = 1.0.5 -elixir-version = 1.0.5 -ci-version = 1.0.5 +cargo-version = 1.0.6 +elixir-version = 1.0.6 +ci-version = 1.0.6 .PHONY: version apple-version android-version cargo-version ci-version elixir-version diff --git a/website/redirects.js b/website/redirects.js index 6a0330008..0258c5267 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.4/firezone-client-gui-windows_1.0.4_x86_64.msi", + "https://www.github.com/firezone/firezone/releases/download/1.0.5/firezone-client-gui-windows_1.0.5_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.4/firezone-client-gui-linux_1.0.4_x86_64.deb", + "https://www.github.com/firezone/firezone/releases/download/1.0.5/firezone-client-gui-linux_1.0.5_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.4/firezone-client-gui-linux_1.0.4_aarch64.deb", + "https://www.github.com/firezone/firezone/releases/download/1.0.5/firezone-client-gui-linux_1.0.5_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.4/firezone-client-headless-linux_1.0.4_x86_64", + "https://www.github.com/firezone/firezone/releases/download/1.0.5/firezone-client-headless-linux_1.0.5_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.4/firezone-client-headless-linux_1.0.4_aarch64", + "https://www.github.com/firezone/firezone/releases/download/1.0.5/firezone-client-headless-linux_1.0.5_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.4/firezone-client-headless-linux_1.0.4_armv7", + "https://www.github.com/firezone/firezone/releases/download/1.0.5/firezone-client-headless-linux_1.0.5_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.4/firezone-gateway_1.0.4_x86_64", + "https://www.github.com/firezone/firezone/releases/download/1.0.5/firezone-gateway_1.0.5_x86_64", permanent: false, }, { source: "/dl/firezone-gateway/latest/aarch64", destination: // mark:automatic-version - "https://www.github.com/firezone/firezone/releases/download/1.0.4/firezone-gateway_1.0.4_aarch64", + "https://www.github.com/firezone/firezone/releases/download/1.0.5/firezone-gateway_1.0.5_aarch64", permanent: false, }, { source: "/dl/firezone-gateway/latest/armv7", destination: // mark:automatic-version - "https://www.github.com/firezone/firezone/releases/download/1.0.4/firezone-gateway_1.0.4_armv7", + "https://www.github.com/firezone/firezone/releases/download/1.0.5/firezone-gateway_1.0.5_armv7", permanent: false, }, // versioned