diff --git a/.github/workflows/_build_artifacts.yml b/.github/workflows/_build_artifacts.yml index 01bcdb89a..d02d77945 100644 --- a/.github/workflows/_build_artifacts.yml +++ b/.github/workflows/_build_artifacts.yml @@ -235,9 +235,9 @@ jobs: artifact: firezone-gateway image_name: gateway # mark:next-gateway-version - release_name: gateway-1.4.7 + release_name: gateway-1.4.8 # mark:next-gateway-version - version: 1.4.7 + version: 1.4.8 - package: http-test-server artifact: http-test-server image_name: http-test-server @@ -409,7 +409,7 @@ jobs: - name: relay - name: gateway # mark:next-gateway-version - version: 1.4.7 + version: 1.4.8 - name: client # mark:next-client-version version: 1.0.6 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2997272e..2b1e16c17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: matrix: include: # mark:next-gateway-version - - release_name: gateway-1.4.7 + - release_name: gateway-1.4.8 config_name: release-drafter-gateway.yml # mark:next-headless-version - release_name: headless-client-1.4.8 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d2f177529..146a64a4c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,7 +38,7 @@ jobs: if [[ "${{ github.event.release.name }}" =~ gateway* ]]; then ARTIFACT=gateway # mark:next-gateway-version - VERSION="1.4.7" + VERSION="1.4.8" elif [[ "${{ github.event.release.name }}" =~ headless* ]]; then ARTIFACT=client # mark:next-headless-version diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 47f316c6a..512b62a2b 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2209,7 +2209,7 @@ dependencies = [ [[package]] name = "firezone-gateway" -version = "1.4.7" +version = "1.4.8" dependencies = [ "anyhow", "async-trait", diff --git a/rust/gateway/Cargo.toml b/rust/gateway/Cargo.toml index a4d5f87fc..2bd8f28b4 100644 --- a/rust/gateway/Cargo.toml +++ b/rust/gateway/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "firezone-gateway" # mark:next-gateway-version -version = "1.4.7" +version = "1.4.8" edition = { workspace = true } license = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/scripts/bump-versions.sh b/scripts/bump-versions.sh index 0df748c5a..0b1f8290a 100755 --- a/scripts/bump-versions.sh +++ b/scripts/bump-versions.sh @@ -154,8 +154,8 @@ function headless() { # 4. Commit the changes and open a PR. Ensure the Changelog is correctly # updated with the changes. function gateway() { - current_gateway_version="1.4.6" - next_gateway_version="1.4.7" + current_gateway_version="1.4.7" + next_gateway_version="1.4.8" find website -type f -name "redirects.js" -exec sed "${SEDARG[@]}" -e '/mark:current-gateway-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_gateway_version}"'/g;}' {} \; find website -type f -name "route.ts" -exec sed "${SEDARG[@]}" -e '/mark:current-gateway-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_gateway_version}"'/g;}' {} \; diff --git a/website/redirects.js b/website/redirects.js index 3563fa7a0..a88d42384 100644 --- a/website/redirects.js +++ b/website/redirects.js @@ -105,21 +105,21 @@ module.exports = [ source: "/dl/firezone-gateway/latest/x86_64", destination: // mark:current-gateway-version - "https://www.github.com/firezone/firezone/releases/download/gateway-1.4.6/firezone-gateway_1.4.6_x86_64", + "https://www.github.com/firezone/firezone/releases/download/gateway-1.4.7/firezone-gateway_1.4.7_x86_64", permanent: false, }, { source: "/dl/firezone-gateway/latest/aarch64", destination: // mark:current-gateway-version - "https://www.github.com/firezone/firezone/releases/download/gateway-1.4.6/firezone-gateway_1.4.6_aarch64", + "https://www.github.com/firezone/firezone/releases/download/gateway-1.4.7/firezone-gateway_1.4.7_aarch64", permanent: false, }, { source: "/dl/firezone-gateway/latest/armv7", destination: // mark:current-gateway-version - "https://www.github.com/firezone/firezone/releases/download/gateway-1.4.6/firezone-gateway_1.4.6_armv7", + "https://www.github.com/firezone/firezone/releases/download/gateway-1.4.7/firezone-gateway_1.4.7_armv7", permanent: false, }, /* diff --git a/website/src/app/api/releases/route.ts b/website/src/app/api/releases/route.ts index 2b43e3c13..510d4c58a 100644 --- a/website/src/app/api/releases/route.ts +++ b/website/src/app/api/releases/route.ts @@ -13,7 +13,7 @@ export async function GET(_req: NextRequest) { // mark:current-headless-version headless: "1.4.7", // mark:current-gateway-version - gateway: "1.4.6", + gateway: "1.4.7", }; return NextResponse.json(versions, { diff --git a/website/src/components/Changelog/Gateway.tsx b/website/src/components/Changelog/Gateway.tsx index 9bfcf3442..4ee79d26e 100644 --- a/website/src/components/Changelog/Gateway.tsx +++ b/website/src/components/Changelog/Gateway.tsx @@ -22,7 +22,8 @@ export default function Gateway() { return ( - + + Improves performance of relayed connections on IPv4-only systems. @@ -40,7 +41,7 @@ export default function Gateway() { Fixes an issue where connections to DNS resources which utilise round-robin DNS may be interrupted whenever the Client re-queried the DNS name. - + Deprecates the NAT64 functionality in favor of sending ICMP errors to