chore: publish gateway 1.4.10 (#9412)

This commit is contained in:
Jamil
2025-06-05 01:55:13 -07:00
committed by GitHub
parent 6683178c8b
commit b60d77cef4
9 changed files with 16 additions and 15 deletions

View File

@@ -247,9 +247,9 @@ jobs:
artifact: firezone-gateway
image_name: gateway
# mark:next-gateway-version
release_name: gateway-1.4.10
release_name: gateway-1.4.11
# mark:next-gateway-version
version: 1.4.10
version: 1.4.11
- package: http-test-server
artifact: http-test-server
image_name: http-test-server
@@ -433,7 +433,7 @@ jobs:
- name: relay
- name: gateway
# mark:next-gateway-version
version: 1.4.10
version: 1.4.11
- name: client
# mark:next-client-version
version: 1.0.6

View File

@@ -47,7 +47,7 @@ jobs:
matrix:
include:
# mark:next-gateway-version
- release_name: gateway-1.4.10
- release_name: gateway-1.4.11
config_name: release-drafter-gateway.yml
# mark:next-headless-version
- release_name: headless-client-1.5.1

View File

@@ -38,7 +38,7 @@ jobs:
if [[ "${{ github.event.release.name }}" =~ gateway* ]]; then
ARTIFACT=gateway
# mark:next-gateway-version
VERSION="1.4.10"
VERSION="1.4.11"
elif [[ "${{ github.event.release.name }}" =~ headless* ]]; then
ARTIFACT=client
# mark:next-headless-version

2
rust/Cargo.lock generated
View File

@@ -2134,7 +2134,7 @@ dependencies = [
[[package]]
name = "firezone-gateway"
version = "1.4.10"
version = "1.4.11"
dependencies = [
"anyhow",
"backoff",

View File

@@ -1,7 +1,7 @@
[package]
name = "firezone-gateway"
# mark:next-gateway-version
version = "1.4.10"
version = "1.4.11"
edition = { workspace = true }
license = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -177,8 +177,8 @@ function headless() {
# 3. Run `scripts/bump-versions.sh gateway` to update the versions in the codebase.
# 4. Commit the changes and open a PR.
function gateway() {
current_gateway_version="1.4.9"
next_gateway_version="1.4.10"
current_gateway_version="1.4.10"
next_gateway_version="1.4.11"
update_changelog "website/src/components/Changelog/Gateway.tsx" "$current_gateway_version"
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;}' {} \;

View File

@@ -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.9/firezone-gateway_1.4.9_x86_64",
"https://www.github.com/firezone/firezone/releases/download/gateway-1.4.10/firezone-gateway_1.4.10_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.9/firezone-gateway_1.4.9_aarch64",
"https://www.github.com/firezone/firezone/releases/download/gateway-1.4.10/firezone-gateway_1.4.10_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.9/firezone-gateway_1.4.9_armv7",
"https://www.github.com/firezone/firezone/releases/download/gateway-1.4.10/firezone-gateway_1.4.10_armv7",
permanent: false,
},
/*

View File

@@ -13,7 +13,7 @@ export async function GET(_req: NextRequest) {
// mark:current-headless-version
headless: "1.5.0",
// mark:current-gateway-version
gateway: "1.4.9",
gateway: "1.4.10",
};
return NextResponse.json(versions, {

View File

@@ -22,7 +22,8 @@ export default function Gateway() {
return (
<Entries downloadLinks={downloadLinks} title="Gateway">
<Unreleased>
<Unreleased></Unreleased>
<Entry version="1.4.10" date={new Date("2025-06-05")}>
<ChangeItem pull="9147">
Fixes an issue where connections failed to establish on machines with
multiple valid egress IPs.
@@ -31,7 +32,7 @@ export default function Gateway() {
Fixes an issue where Firezone could not start if the operating system
refused our request to increase the UDP socket buffer sizes.
</ChangeItem>
</Unreleased>
</Entry>
<Entry version="1.4.9" date={new Date("2025-05-14")}>
<ChangeItem pull="9059">
Fixes an issue where ICMP unreachable errors for large packets would