Skip to content

Commit

Permalink
chore: bump versions for 1.0.4 release (#4985)
Browse files Browse the repository at this point in the history
Update download links etc for the 1.0.4 release
  • Loading branch information
jamilbk committed May 14, 2024
1 parent 91babe1 commit e50b3bd
Show file tree
Hide file tree
Showing 27 changed files with 62 additions and 62 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_build_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ on:

env:
# mark:automatic-version
VERSION: "1.0.4"
VERSION: "1.0.5"

permissions:
# write permission is required to create a github release
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
image_name: http-test-server
env:
# mark:automatic-version
BINARY_DEST_PATH: ${{ matrix.name.artifact }}_1.0.4_${{ matrix.arch.shortname }}
BINARY_DEST_PATH: ${{ matrix.name.artifact }}_1.0.5_${{ matrix.arch.shortname }}
outputs:
client_image: ${{ steps.image-name.outputs.client_image }}
relay_image: ${{ steps.image-name.outputs.relay_image }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
# mark:automatic-version
VERSION: "1.0.4"
VERSION: "1.0.5"

concurrency:
group: "production-deploy"
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/_tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

env:
# mark:automatic-version
VERSION: "1.0.4"
VERSION: "1.0.5"

defaults:
run:
Expand All @@ -30,26 +30,26 @@ jobs:
include:
- runs-on: ubuntu-20.04
# mark:automatic-version
binary-dest-path: firezone-client-gui-linux_1.0.4_x86_64
binary-dest-path: firezone-client-gui-linux_1.0.5_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.4_x86_64
exe-artifact: rust/gui-client/firezone-client-gui-linux_1.0.5_x86_64
# mark:automatic-version
syms-artifact: rust/gui-client/firezone-client-gui-linux_1.0.4_x86_64.dwp
syms-artifact: rust/gui-client/firezone-client-gui-linux_1.0.5_x86_64.dwp
# mark:automatic-version
pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.0.4_x86_64.deb
pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.0.5_x86_64.deb
- runs-on: windows-2019
# mark:automatic-version
binary-dest-path: firezone-client-gui-windows_1.0.4_x86_64
binary-dest-path: firezone-client-gui-windows_1.0.5_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.4_x86_64.exe
exe-artifact: rust/gui-client/firezone-client-gui-windows_1.0.5_x86_64.exe
# mark:automatic-version
syms-artifact: rust/gui-client/firezone-client-gui-windows_1.0.4_x86_64.pdb
syms-artifact: rust/gui-client/firezone-client-gui-windows_1.0.5_x86_64.pdb
# mark:automatic-version
pkg-artifact: rust/gui-client/firezone-client-gui-windows_1.0.4_x86_64.msi
pkg-artifact: rust/gui-client/firezone-client-gui-windows_1.0.5_x86_64.msi
env:
BINARY_DEST_PATH: ${{ matrix.binary-dest-path }}
AZURE_KEY_VAULT_URI: ${{ secrets.AZURE_KEY_VAULT_URI }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

env:
# mark:automatic-version
VERSION: "1.0.4"
VERSION: "1.0.5"

jobs:
plan-deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
# mark:automatic-version
VERSION: "1.0.4"
VERSION: "1.0.5"

jobs:
# Builds images that match what's default in docker-compose.yml for
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

env:
# mark:automatic-version
VERSION: "1.0.4"
VERSION: "1.0.5"

# Cancel old workflow runs if new code is pushed
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
# mark:automatic-version
VERSION: "1.0.4"
VERSION: "1.0.5"

concurrency:
group: "publish-production-${{ github.event_name }}-${{ github.workflow }}-${{ github.ref }}"
Expand Down
2 changes: 1 addition & 1 deletion elixir/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.4
1.0.5
32 changes: 16 additions & 16 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/connlib/clients/android/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "connlib-client-android"
# mark:automatic-version
version = "1.0.4"
version = "1.0.5"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion rust/connlib/clients/apple/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "connlib-client-apple"
# mark:automatic-version
version = "1.0.4"
version = "1.0.5"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion rust/connlib/clients/shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "connlib-client-shared"
# mark:automatic-version
version = "1.0.4"
version = "1.0.5"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion rust/connlib/shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "connlib-shared"
# mark:automatic-version
version = "1.0.4"
version = "1.0.5"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion rust/connlib/snownet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "snownet"
# mark:automatic-version
version = "1.0.4"
version = "1.0.5"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rust/connlib/tunnel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "firezone-tunnel"
# mark:automatic-version
version = "1.0.4"
version = "1.0.5"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rust/firezone-cli-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "firezone-cli-utils"
# mark:automatic-version
version = "1.0.4"
version = "1.0.5"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion rust/gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "firezone-gateway"
# mark:automatic-version
version = "1.0.4"
version = "1.0.5"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion rust/gui-client/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "firezone-gui-client"
# mark:automatic-version
version = "1.0.4"
version = "1.0.5"
description = "Firezone"
edition = "2021"
default-run = "firezone-gui-client"
Expand Down
2 changes: 1 addition & 1 deletion rust/headless-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "firezone-headless-client"
# mark:automatic-version
version = "1.0.4"
version = "1.0.5"
edition = "2021"
authors = ["Firezone, Inc."]

Expand Down
2 changes: 1 addition & 1 deletion rust/http-health-check/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "http-health-check"
# mark:automatic-version
version = "1.0.4"
version = "1.0.5"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion rust/http-test-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "http-test-server"
# mark:automatic-version
version = "1.0.4"
version = "1.0.5"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion rust/ip-packet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ip-packet"
# mark:automatic-version
version = "1.0.4"
version = "1.0.5"
edition = "2021"
authors = ["Firezone, Inc."]
publish = false
Expand Down
2 changes: 1 addition & 1 deletion rust/phoenix-channel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "phoenix-channel"
# mark:automatic-version
version = "1.0.4"
version = "1.0.5"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion rust/relay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "firezone-relay"
# mark:automatic-version
version = "1.0.4"
version = "1.0.5"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rust/snownet-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "snownet-tests"
# mark:automatic-version
version = "1.0.4"
version = "1.0.5"
edition = "2021"

[dependencies]
Expand Down
Loading

0 comments on commit e50b3bd

Please sign in to comment.