chore: bump versions for 1.0.4 release (#4985)

Update download links etc for the 1.0.4 release
This commit is contained in:
Jamil
2024-05-14 09:11:12 -07:00
committed by GitHub
parent 91babe14c7
commit e50b3bd865
27 changed files with 62 additions and 62 deletions

View File

@@ -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
@@ -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 }}

View File

@@ -11,7 +11,7 @@ on:
env:
# mark:automatic-version
VERSION: "1.0.4"
VERSION: "1.0.5"
concurrency:
group: "production-deploy"

View File

@@ -14,7 +14,7 @@ permissions:
env:
# mark:automatic-version
VERSION: "1.0.4"
VERSION: "1.0.5"
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.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 }}

View File

@@ -4,7 +4,7 @@ on:
env:
# mark:automatic-version
VERSION: "1.0.4"
VERSION: "1.0.5"
jobs:
plan-deploy:

View File

@@ -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

View File

@@ -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:

View File

@@ -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 }}"

View File

@@ -1 +1 @@
1.0.4
1.0.5

32
rust/Cargo.lock generated
View File

@@ -1097,7 +1097,7 @@ dependencies = [
[[package]]
name = "connlib-client-android"
version = "1.0.4"
version = "1.0.5"
dependencies = [
"connlib-client-shared",
"ip_network",
@@ -1116,7 +1116,7 @@ dependencies = [
[[package]]
name = "connlib-client-apple"
version = "1.0.4"
version = "1.0.5"
dependencies = [
"connlib-client-shared",
"ip_network",
@@ -1135,7 +1135,7 @@ dependencies = [
[[package]]
name = "connlib-client-shared"
version = "1.0.4"
version = "1.0.5"
dependencies = [
"anyhow",
"async-trait",
@@ -1162,7 +1162,7 @@ dependencies = [
[[package]]
name = "connlib-shared"
version = "1.0.4"
version = "1.0.5"
dependencies = [
"anyhow",
"atomicwrites",
@@ -1876,7 +1876,7 @@ dependencies = [
[[package]]
name = "firezone-cli-utils"
version = "1.0.4"
version = "1.0.5"
dependencies = [
"clap",
"tracing",
@@ -1887,7 +1887,7 @@ dependencies = [
[[package]]
name = "firezone-gateway"
version = "1.0.4"
version = "1.0.5"
dependencies = [
"anyhow",
"async-trait",
@@ -1920,7 +1920,7 @@ dependencies = [
[[package]]
name = "firezone-gui-client"
version = "1.0.4"
version = "1.0.5"
dependencies = [
"anyhow",
"arboard",
@@ -1974,7 +1974,7 @@ dependencies = [
[[package]]
name = "firezone-headless-client"
version = "1.0.4"
version = "1.0.5"
dependencies = [
"anyhow",
"clap",
@@ -2003,7 +2003,7 @@ dependencies = [
[[package]]
name = "firezone-relay"
version = "1.0.4"
version = "1.0.5"
dependencies = [
"anyhow",
"backoff",
@@ -2044,7 +2044,7 @@ dependencies = [
[[package]]
name = "firezone-tunnel"
version = "1.0.4"
version = "1.0.5"
dependencies = [
"async-trait",
"bimap",
@@ -2875,7 +2875,7 @@ dependencies = [
[[package]]
name = "http-health-check"
version = "1.0.4"
version = "1.0.5"
dependencies = [
"axum 0.7.5",
"clap",
@@ -2890,7 +2890,7 @@ checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
[[package]]
name = "http-test-server"
version = "1.0.4"
version = "1.0.5"
dependencies = [
"anyhow",
"axum 0.7.5",
@@ -3149,7 +3149,7 @@ dependencies = [
[[package]]
name = "ip-packet"
version = "1.0.4"
version = "1.0.5"
dependencies = [
"pnet_packet",
]
@@ -4484,7 +4484,7 @@ dependencies = [
[[package]]
name = "phoenix-channel"
version = "1.0.4"
version = "1.0.5"
dependencies = [
"backoff",
"base64 0.22.1",
@@ -5748,7 +5748,7 @@ dependencies = [
[[package]]
name = "snownet"
version = "1.0.4"
version = "1.0.5"
dependencies = [
"backoff",
"boringtun",
@@ -5769,7 +5769,7 @@ dependencies = [
[[package]]
name = "snownet-tests"
version = "1.0.4"
version = "1.0.5"
dependencies = [
"anyhow",
"boringtun",

View File

@@ -1,7 +1,7 @@
[package]
name = "connlib-client-android"
# mark:automatic-version
version = "1.0.4"
version = "1.0.5"
edition = "2021"
[lib]

View File

@@ -1,7 +1,7 @@
[package]
name = "connlib-client-apple"
# mark:automatic-version
version = "1.0.4"
version = "1.0.5"
edition = "2021"
[features]

View File

@@ -1,7 +1,7 @@
[package]
name = "connlib-client-shared"
# mark:automatic-version
version = "1.0.4"
version = "1.0.5"
edition = "2021"
[features]

View File

@@ -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

View File

@@ -1,7 +1,7 @@
[package]
name = "snownet"
# mark:automatic-version
version = "1.0.4"
version = "1.0.5"
edition = "2021"
[dependencies]

View File

@@ -1,7 +1,7 @@
[package]
name = "firezone-tunnel"
# mark:automatic-version
version = "1.0.4"
version = "1.0.5"
edition = "2021"
[dependencies]

View File

@@ -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

View File

@@ -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

View File

@@ -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"

View File

@@ -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."]

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -1,7 +1,7 @@
[package]
name = "firezone-relay"
# mark:automatic-version
version = "1.0.4"
version = "1.0.5"
edition = "2021"
[dependencies]

View File

@@ -1,7 +1,7 @@
[package]
name = "snownet-tests"
# mark:automatic-version
version = "1.0.4"
version = "1.0.5"
edition = "2021"
[dependencies]

View File

@@ -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.3
website-version = 1.0.4
# Set this to the upcoming release for the Windows/Linux/Gateway packages
cargo-version = 1.0.4
elixir-version = 1.0.4
ci-version = 1.0.4
cargo-version = 1.0.5
elixir-version = 1.0.5
ci-version = 1.0.5
.PHONY: version apple-version android-version cargo-version ci-version elixir-version

View File

@@ -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.3/firezone-client-gui-windows_1.0.3_x86_64.msi",
"https://www.github.com/firezone/firezone/releases/download/1.0.4/firezone-client-gui-windows_1.0.4_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.3/firezone-client-gui-linux_1.0.3_x86_64.deb",
"https://www.github.com/firezone/firezone/releases/download/1.0.4/firezone-client-gui-linux_1.0.4_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.3/firezone-client-gui-linux_1.0.3_aarch64.deb",
"https://www.github.com/firezone/firezone/releases/download/1.0.4/firezone-client-gui-linux_1.0.4_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.3/firezone-client-headless-linux_1.0.3_x86_64",
"https://www.github.com/firezone/firezone/releases/download/1.0.4/firezone-client-headless-linux_1.0.4_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.3/firezone-client-headless-linux_1.0.3_aarch64",
"https://www.github.com/firezone/firezone/releases/download/1.0.4/firezone-client-headless-linux_1.0.4_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.3/firezone-client-headless-linux_1.0.3_armv7",
"https://www.github.com/firezone/firezone/releases/download/1.0.4/firezone-client-headless-linux_1.0.4_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.3/firezone-gateway_1.0.3_x86_64",
"https://www.github.com/firezone/firezone/releases/download/1.0.4/firezone-gateway_1.0.4_x86_64",
permanent: false,
},
{
source: "/dl/firezone-gateway/latest/aarch64",
destination:
// mark:automatic-version
"https://www.github.com/firezone/firezone/releases/download/1.0.3/firezone-gateway_1.0.3_aarch64",
"https://www.github.com/firezone/firezone/releases/download/1.0.4/firezone-gateway_1.0.4_aarch64",
permanent: false,
},
{
source: "/dl/firezone-gateway/latest/armv7",
destination:
// mark:automatic-version
"https://www.github.com/firezone/firezone/releases/download/1.0.3/firezone-gateway_1.0.3_armv7",
"https://www.github.com/firezone/firezone/releases/download/1.0.4/firezone-gateway_1.0.4_armv7",
permanent: false,
},
// versioned