mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore: Bump apple clients to 1.4.0 (#7785)
Bumps Apple clients to the 1.4.0 release. They're already live.
This commit is contained in:
4
.github/workflows/_swift.yml
vendored
4
.github/workflows/_swift.yml
vendored
@@ -35,9 +35,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.0.dmg"
|
||||
artifact-file: "firezone-macos-client-1.4.1.dmg"
|
||||
# mark:next-apple-version
|
||||
release-name: macos-client-1.4.0
|
||||
release-name: macos-client-1.4.1
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
- release_name: gui-client-1.4.1
|
||||
config_name: release-drafter-gui-client.yml
|
||||
# mark:next-apple-version
|
||||
- release_name: macos-client-1.4.0
|
||||
- release_name: macos-client-1.4.1
|
||||
config_name: release-drafter-macos-client.yml
|
||||
# mark:next-android-version
|
||||
- release_name: android-client-1.4.1
|
||||
|
||||
2
rust/Cargo.lock
generated
2
rust/Cargo.lock
generated
@@ -1069,7 +1069,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "connlib-client-apple"
|
||||
version = "1.4.0"
|
||||
version = "1.4.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"backoff",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "connlib-client-apple"
|
||||
# mark:next-apple-version
|
||||
version = "1.4.0"
|
||||
version = "1.4.1"
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
|
||||
|
||||
@@ -18,14 +18,14 @@
|
||||
# the relevant versions in order to push to a newly drafted release.
|
||||
|
||||
# Tracks the current version to use for generating download links and changelogs
|
||||
current-apple-version = 1.3.9
|
||||
current-apple-version = 1.4.0
|
||||
current-android-version = 1.4.0
|
||||
current-gateway-version = 1.4.2
|
||||
current-gui-version = 1.4.0
|
||||
current-headless-version = 1.4.0
|
||||
|
||||
# Tracks the next version to release for each platform
|
||||
next-apple-version = 1.4.0
|
||||
next-apple-version = 1.4.1
|
||||
next-android-version = 1.4.1
|
||||
next-gateway-version = 1.4.3
|
||||
next-gui-version = 1.4.1
|
||||
|
||||
@@ -544,7 +544,7 @@
|
||||
);
|
||||
"LIBRARY_SEARCH_PATHS[sdk=iphoneos*]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-ios/debug";
|
||||
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
|
||||
MARKETING_VERSION = 1.4.0;
|
||||
MARKETING_VERSION = 1.4.1;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
OTHER_LDFLAGS = "-lconnlib";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).network-extension";
|
||||
@@ -586,7 +586,7 @@
|
||||
);
|
||||
"LIBRARY_SEARCH_PATHS[sdk=iphoneos*]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-ios/release";
|
||||
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
|
||||
MARKETING_VERSION = 1.4.0;
|
||||
MARKETING_VERSION = 1.4.1;
|
||||
OTHER_LDFLAGS = "-lconnlib";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).network-extension";
|
||||
PRODUCT_NAME = "$(PRODUCT_BUNDLE_IDENTIFIER)";
|
||||
@@ -627,7 +627,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.0;
|
||||
MARKETING_VERSION = 1.4.1;
|
||||
OTHER_LDFLAGS = "-lconnlib";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).network-extension";
|
||||
PRODUCT_NAME = "$(PRODUCT_BUNDLE_IDENTIFIER)";
|
||||
@@ -665,7 +665,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.0;
|
||||
MARKETING_VERSION = 1.4.1;
|
||||
OTHER_LDFLAGS = "-lconnlib";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).network-extension";
|
||||
PRODUCT_NAME = "$(PRODUCT_BUNDLE_IDENTIFIER)";
|
||||
@@ -830,7 +830,7 @@
|
||||
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
||||
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
|
||||
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
|
||||
MARKETING_VERSION = 1.4.0;
|
||||
MARKETING_VERSION = 1.4.1;
|
||||
OTHER_LDFLAGS = "";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited)";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
@@ -879,7 +879,7 @@
|
||||
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
||||
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
|
||||
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
|
||||
MARKETING_VERSION = 1.4.0;
|
||||
MARKETING_VERSION = 1.4.1;
|
||||
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.3.9/firezone-macos-client-1.3.9.dmg",
|
||||
"https://www.github.com/firezone/firezone/releases/download/macos-client-1.4.0/firezone-macos-client-1.4.0.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.3.9",
|
||||
apple: "1.4.0",
|
||||
// mark:current-android-version
|
||||
android: "1.4.0",
|
||||
// mark:current-gui-version
|
||||
|
||||
@@ -19,7 +19,8 @@ export default function Apple() {
|
||||
return (
|
||||
<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></Unreleased>
|
||||
<Entry version="1.4.0" date={new Date("2025-01-16")}>
|
||||
<ChangeItem pull="7581">
|
||||
Adds download links and CI configuration to publish the macOS app as a
|
||||
standalone package.
|
||||
@@ -52,7 +53,7 @@ export default function Apple() {
|
||||
<ChangeItem pull="7551">
|
||||
Fixes an issue where large DNS responses were incorrectly discarded.
|
||||
</ChangeItem>
|
||||
</Unreleased>
|
||||
</Entry>
|
||||
<Entry version="1.3.9" date={new Date("2024-11-08")}>
|
||||
<ChangeItem pull="7288">
|
||||
Fixes an issue where network roaming would cause Firezone to become
|
||||
|
||||
Reference in New Issue
Block a user