Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): bump versions #4840

Merged
merged 1 commit into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2"
VERSION: "1.0.3"

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.2_${{ matrix.arch.shortname }}
BINARY_DEST_PATH: ${{ matrix.name.artifact }}_1.0.3_${{ 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.2"
VERSION: "1.0.3"

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.2"
VERSION: "1.0.3"

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.2_x86_64
binary-dest-path: firezone-client-gui-linux_1.0.3_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.2_x86_64
exe-artifact: rust/gui-client/firezone-client-gui-linux_1.0.3_x86_64
# mark:automatic-version
syms-artifact: rust/gui-client/firezone-client-gui-linux_1.0.2_x86_64.dwp
syms-artifact: rust/gui-client/firezone-client-gui-linux_1.0.3_x86_64.dwp
# mark:automatic-version
pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.0.2_x86_64.deb
pkg-artifact: rust/gui-client/firezone-client-gui-linux_1.0.3_x86_64.deb
- runs-on: windows-2019
# mark:automatic-version
binary-dest-path: firezone-client-gui-windows_1.0.2_x86_64
binary-dest-path: firezone-client-gui-windows_1.0.3_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.2_x86_64.exe
exe-artifact: rust/gui-client/firezone-client-gui-windows_1.0.3_x86_64.exe
# mark:automatic-version
syms-artifact: rust/gui-client/firezone-client-gui-windows_1.0.2_x86_64.pdb
syms-artifact: rust/gui-client/firezone-client-gui-windows_1.0.3_x86_64.pdb
# mark:automatic-version
pkg-artifact: rust/gui-client/firezone-client-gui-windows_1.0.2_x86_64.msi
pkg-artifact: rust/gui-client/firezone-client-gui-windows_1.0.3_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.2"
VERSION: "1.0.3"

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.2"
VERSION: "1.0.3"

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.2"
VERSION: "1.0.3"

# 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.2"
VERSION: "1.0.3"

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.2
1.0.3
2 changes: 1 addition & 1 deletion kotlin/android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ android {
targetSdk = 34
versionCode = (System.currentTimeMillis() / 1000 / 10).toInt()
// mark:automatic-version
versionName = "1.0.2"
versionName = "1.0.3"
multiDexEnabled = true
testInstrumentationRunner = "dev.firezone.android.core.HiltTestRunner"
}
Expand Down
34 changes: 17 additions & 17 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.2"
version = "1.0.3"
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.2"
version = "1.0.3"
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.2"
version = "1.0.3"
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.2"
version = "1.0.3"
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.2"
version = "1.0.3"
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.2"
version = "1.0.3"
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.2"
version = "1.0.3"
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.2"
version = "1.0.3"
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.2"
version = "1.0.3"
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.2"
version = "1.0.3"
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.2"
version = "1.0.3"
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.2"
version = "1.0.3"
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.2"
version = "1.0.3"
edition = "2021"
authors = ["Firezone, Inc."]
publish = false
Expand Down
2 changes: 1 addition & 1 deletion rust/linux-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "firezone-linux-client"
# mark:automatic-version
version = "1.0.2"
version = "1.0.3"
edition = "2021"
authors = ["Firezone, Inc."]

Expand Down
Loading
Loading