mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
ci: Bump Apple clients to 1.4.2 (#8109)
Fixes a slew of memory leaks, crashes, and other papercuts.
This commit is contained in:
6
.github/workflows/_swift.yml
vendored
6
.github/workflows/_swift.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
# mark:next-apple-version
|
||||
RELEASE_NAME: macos-client-1.4.2
|
||||
RELEASE_NAME: macos-client-1.4.3
|
||||
steps:
|
||||
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
|
||||
if: "${{ github.event_name == 'workflow_dispatch' && github.ref_name == 'main' }}"
|
||||
@@ -55,9 +55,9 @@ jobs:
|
||||
build-script: scripts/build/macos-standalone.sh
|
||||
upload-script: scripts/upload/github-release.sh
|
||||
# mark:next-apple-version
|
||||
artifact-file: "firezone-macos-client-1.4.2.dmg"
|
||||
artifact-file: "firezone-macos-client-1.4.3.dmg"
|
||||
# mark:next-apple-version
|
||||
release-name: macos-client-1.4.2
|
||||
release-name: macos-client-1.4.3
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
|
||||
2
rust/Cargo.lock
generated
2
rust/Cargo.lock
generated
@@ -1069,7 +1069,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "connlib-client-apple"
|
||||
version = "1.4.2"
|
||||
version = "1.4.3"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"backoff",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "connlib-client-apple"
|
||||
# mark:next-apple-version
|
||||
version = "1.4.2"
|
||||
version = "1.4.3"
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
|
||||
|
||||
@@ -46,8 +46,8 @@ function cargo_update_workspace() {
|
||||
# 7. Commit the changes and open a PR. Ensure the Changelog is correctly
|
||||
# updated with the changes.
|
||||
function apple() {
|
||||
current_apple_version="1.4.1"
|
||||
next_apple_version="1.4.2"
|
||||
current_apple_version="1.4.2"
|
||||
next_apple_version="1.4.3"
|
||||
|
||||
find website -type f -name "redirects.js" -exec sed "${SEDARG[@]}" -e '/mark:current-apple-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_apple_version}"'/g;}' {} \;
|
||||
find website -type f -name "route.ts" -exec sed "${SEDARG[@]}" -e '/mark:current-apple-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_apple_version}"'/g;}' {} \;
|
||||
|
||||
@@ -545,7 +545,7 @@
|
||||
);
|
||||
"LIBRARY_SEARCH_PATHS[sdk=iphoneos*]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-ios/debug";
|
||||
MACOSX_DEPLOYMENT_TARGET = 12.4;
|
||||
MARKETING_VERSION = 1.4.2;
|
||||
MARKETING_VERSION = 1.4.3;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
OTHER_LDFLAGS = "-lconnlib";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).network-extension";
|
||||
@@ -587,7 +587,7 @@
|
||||
);
|
||||
"LIBRARY_SEARCH_PATHS[sdk=iphoneos*]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-ios/release";
|
||||
MACOSX_DEPLOYMENT_TARGET = 12.4;
|
||||
MARKETING_VERSION = 1.4.2;
|
||||
MARKETING_VERSION = 1.4.3;
|
||||
OTHER_LDFLAGS = "-lconnlib";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).network-extension";
|
||||
PRODUCT_NAME = "$(PRODUCT_BUNDLE_IDENTIFIER)";
|
||||
@@ -628,7 +628,7 @@
|
||||
"LIBRARY_SEARCH_PATHS[arch=arm64]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-darwin/debug";
|
||||
"LIBRARY_SEARCH_PATHS[arch=arm64e]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-darwin/debug";
|
||||
"LIBRARY_SEARCH_PATHS[arch=x86_64]" = "$(CONNLIB_TARGET_DIR)/x86_64-apple-darwin/debug";
|
||||
MARKETING_VERSION = 1.4.2;
|
||||
MARKETING_VERSION = 1.4.3;
|
||||
OTHER_LDFLAGS = "-lconnlib";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).network-extension";
|
||||
PRODUCT_NAME = "$(PRODUCT_BUNDLE_IDENTIFIER)";
|
||||
@@ -666,7 +666,7 @@
|
||||
"LIBRARY_SEARCH_PATHS[arch=arm64]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-darwin/release";
|
||||
"LIBRARY_SEARCH_PATHS[arch=arm64e]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-darwin/release";
|
||||
"LIBRARY_SEARCH_PATHS[arch=x86_64]" = "$(CONNLIB_TARGET_DIR)/x86_64-apple-darwin/release";
|
||||
MARKETING_VERSION = 1.4.2;
|
||||
MARKETING_VERSION = 1.4.3;
|
||||
OTHER_LDFLAGS = "-lconnlib";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).network-extension";
|
||||
PRODUCT_NAME = "$(PRODUCT_BUNDLE_IDENTIFIER)";
|
||||
@@ -838,7 +838,7 @@
|
||||
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
|
||||
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
|
||||
MACOSX_DEPLOYMENT_TARGET = 12.4;
|
||||
MARKETING_VERSION = 1.4.2;
|
||||
MARKETING_VERSION = 1.4.3;
|
||||
OTHER_LDFLAGS = "";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited)";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
@@ -888,7 +888,7 @@
|
||||
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
|
||||
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
|
||||
MACOSX_DEPLOYMENT_TARGET = 12.4;
|
||||
MARKETING_VERSION = 1.4.2;
|
||||
MARKETING_VERSION = 1.4.3;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited)";
|
||||
PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
||||
@@ -10,7 +10,7 @@ module.exports = [
|
||||
source: "/dl/firezone-client-macos/latest",
|
||||
destination:
|
||||
// mark:current-apple-version
|
||||
"https://www.github.com/firezone/firezone/releases/download/macos-client-1.4.1/firezone-macos-client-1.4.1.dmg",
|
||||
"https://www.github.com/firezone/firezone/releases/download/macos-client-1.4.2/firezone-macos-client-1.4.2.dmg",
|
||||
permanent: false,
|
||||
},
|
||||
/*
|
||||
|
||||
@@ -5,7 +5,7 @@ export async function GET(_req: NextRequest) {
|
||||
const versions = {
|
||||
portal: await get("deployed_sha"),
|
||||
// mark:current-apple-version
|
||||
apple: "1.4.1",
|
||||
apple: "1.4.2",
|
||||
// mark:current-android-version
|
||||
android: "1.4.1",
|
||||
// mark:current-gui-version
|
||||
|
||||
@@ -20,11 +20,39 @@ export default function Apple() {
|
||||
<Entries downloadLinks={downloadLinks} title="macOS / iOS">
|
||||
{/* When you cut a release, remove any solved issues from the "known issues" lists over in `client-apps`. This must not be done when the issue's PR merges. */}
|
||||
<Unreleased></Unreleased>
|
||||
<Entry version="1.4.2" date={new Date("2025-02-13")}>
|
||||
<ChangeItem pull="8104">
|
||||
Fixes a minor memory leak that could occur after being unexpectedly
|
||||
disconnected.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="8091">
|
||||
Fixes a bug that prevented exporting logs from the macOS app more than
|
||||
once.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="8090">
|
||||
Improves app launch time by asynchronously loading icons upon app
|
||||
launch.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="8066">
|
||||
Improves MenuBar list responsiveness on macOS.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="8064">
|
||||
Fixes a bug that might cause the UI process to crash when the Resource
|
||||
list is updated.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="7996">
|
||||
No longer shows an error dialog if the sign in process is canceled.
|
||||
</ChangeItem>
|
||||
</Entry>
|
||||
<Entry version="1.4.1" date={new Date("2025-01-29")}>
|
||||
<ChangeItem>Fixes a few minor UI hangs.</ChangeItem>
|
||||
<ChangeItem pull="7890">
|
||||
Fixes a minor memory leak that occurred when roaming networks.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="8091">
|
||||
Fixes a bug that prevented exporting logs from the macOS app more than
|
||||
once.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="7891">
|
||||
Substantially reduces the amount of memory usage when sending large
|
||||
amount of data to many different Gateways.
|
||||
|
||||
Reference in New Issue
Block a user