chore(website): Publish Gateway 1.4.0 changelog (#7255)

Publishes the 1.4.0 Gateway changelog and fixes a couple other minor
issues.

---------

Signed-off-by: Jamil <jamilbk@users.noreply.github.com>
This commit is contained in:
Jamil
2024-11-04 10:50:59 -08:00
committed by GitHub
parent 54553dc36a
commit b2c99a6ddc
2 changed files with 25 additions and 25 deletions

View File

@@ -23,7 +23,7 @@ export default function GUI({ title }: { title: string }) {
<ChangeItem pull="7123">
Reports the version to the Portal correctly.
</ChangeItem>
<ChangeItem pull="6996">
<ChangeItem pull="6996" enable={title === "Linux GUI"}>
Supports Ubuntu 24.04, no longer supports Ubuntu 20.04.
</ChangeItem>
<ChangeItem pull="7164">
@@ -33,19 +33,19 @@ export default function GUI({ title }: { title: string }) {
</Entry>
<Entry version="1.3.9" date={new Date("2024-10-09")}>
<ChangeItem enable={title === "Linux GUI"} pull="6987">
Fixes a crash on startup caused by incorrect permissions on the ID file.
Fixes a crash on startup caused by incorrect permissions on the ID
file.
</ChangeItem>
<ChangeItem enable={title === "Windows"}>
This is a maintenance release with no user-facing changes.
</ChangeItem>
</Entry>
<Entry version="1.3.8" date={new Date("2024-10-08")}>
<ChangeItem pull="6874">
Fixes the GUI shutting down slowly.
</ChangeItem>
<ChangeItem pull="6874">Fixes the GUI shutting down slowly.</ChangeItem>
<ChangeItem enable={title === "Windows"} pull="6931">
Mitigates an issue where `ipconfig` and WSL weren't aware of Firezone DNS resolvers.
Users may need to restart WSL after signing in to Firezone.
Mitigates an issue where `ipconfig` and WSL weren't aware of Firezone
DNS resolvers. Users may need to restart WSL after signing in to
Firezone.
</ChangeItem>
</Entry>
<Entry version="1.3.7" date={new Date("2024-10-02")}>

View File

@@ -10,24 +10,24 @@ export default function Gateway() {
return (
<Entries href={href} arches={arches} title="Gateway">
<Unreleased>
<ChangeItem pull="6960">
Separates CIDR and DNS resources filters, preventing filters
from one applying to the other.
</ChangeItem>
<ChangeItem pull="6941">
Implements support for the new control protocol; delivering faster
and more robust connection establishment.
</ChangeItem>
<ChangeItem pull="7103">
Adds on-by-default error reporting using sentry.io.
Disable by setting `FIREZONE_NO_TELEMETRY=1`.
</ChangeItem>
<ChangeItem pull="7164">
Fixes an issue where the Gateway would fail to accept connections and
had to be restarted.
</ChangeItem>
</Unreleased>
<Entry version="1.4.0" date={new Date("2024-11-04")}>
<ChangeItem pull="6960">
Separates traffic restrictions between DNS Resources CIDR Resources,
preventing them from interfering with each other.
</ChangeItem>
<ChangeItem pull="6941">
Implements support for the new control protocol, delivering faster and
more robust connection establishment.
</ChangeItem>
<ChangeItem pull="7103">
Adds on-by-default error reporting using sentry.io. Disable by setting
`FIREZONE_NO_TELEMETRY=1`.
</ChangeItem>
<ChangeItem pull="7164">
Fixes an issue where the Gateway would fail to accept connections and
had to be restarted.
</ChangeItem>
</Entry>
<Entry version="1.3.2" date={new Date("2024-10-02")}>
<ChangeItem pull="6733">
Reduces log level of the "Couldn't find connection by IP" message so