mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(ci): Bump apple clients to 1.5.0 (#9239)
This commit is contained in:
8
.github/workflows/_swift.yml
vendored
8
.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.5.0
|
||||
RELEASE_NAME: macos-client-1.5.1
|
||||
steps:
|
||||
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
|
||||
if: "${{ github.event_name == 'workflow_dispatch' && github.ref_name == 'main' }}"
|
||||
@@ -53,11 +53,11 @@ 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.5.0.dmg"
|
||||
artifact-file: "firezone-macos-client-1.5.1.dmg"
|
||||
# mark:next-apple-version
|
||||
pkg-artifact-file: "firezone-macos-client-1.5.0.pkg"
|
||||
pkg-artifact-file: "firezone-macos-client-1.5.1.pkg"
|
||||
# mark:next-apple-version
|
||||
release-name: macos-client-1.5.0
|
||||
release-name: macos-client-1.5.1
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
|
||||
2
rust/Cargo.lock
generated
2
rust/Cargo.lock
generated
@@ -190,7 +190,7 @@ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
|
||||
|
||||
[[package]]
|
||||
name = "apple-client-ffi"
|
||||
version = "1.5.0"
|
||||
version = "1.5.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"backoff",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "apple-client-ffi"
|
||||
# mark:next-apple-version
|
||||
version = "1.5.0"
|
||||
version = "1.5.1"
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
|
||||
|
||||
@@ -69,8 +69,8 @@ function update_changelog() {
|
||||
# 6. Run `scripts/bump-versions.sh apple` to update the versions in the codebase.
|
||||
# 7. Commit the changes and open a PR.
|
||||
function apple() {
|
||||
current_apple_version="1.4.15"
|
||||
next_apple_version="1.5.0"
|
||||
current_apple_version="1.5.0"
|
||||
next_apple_version="1.5.1"
|
||||
|
||||
update_changelog "website/src/components/Changelog/Apple.tsx" "$current_apple_version"
|
||||
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;}' {} \;
|
||||
|
||||
@@ -565,7 +565,7 @@
|
||||
);
|
||||
"LIBRARY_SEARCH_PATHS[sdk=iphoneos*]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-ios/debug";
|
||||
MACOSX_DEPLOYMENT_TARGET = 12.4;
|
||||
MARKETING_VERSION = 1.5.0;
|
||||
MARKETING_VERSION = 1.5.1;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
OTHER_LDFLAGS = "-lconnlib";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).network-extension";
|
||||
@@ -607,7 +607,7 @@
|
||||
);
|
||||
"LIBRARY_SEARCH_PATHS[sdk=iphoneos*]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-ios/release";
|
||||
MACOSX_DEPLOYMENT_TARGET = 12.4;
|
||||
MARKETING_VERSION = 1.5.0;
|
||||
MARKETING_VERSION = 1.5.1;
|
||||
OTHER_LDFLAGS = "-lconnlib";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).network-extension";
|
||||
PRODUCT_NAME = "$(PRODUCT_BUNDLE_IDENTIFIER)";
|
||||
@@ -648,7 +648,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.5.0;
|
||||
MARKETING_VERSION = 1.5.1;
|
||||
OTHER_LDFLAGS = "-lconnlib";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).network-extension";
|
||||
PRODUCT_NAME = "$(PRODUCT_BUNDLE_IDENTIFIER)";
|
||||
@@ -686,7 +686,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.5.0;
|
||||
MARKETING_VERSION = 1.5.1;
|
||||
OTHER_LDFLAGS = "-lconnlib";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).network-extension";
|
||||
PRODUCT_NAME = "$(PRODUCT_BUNDLE_IDENTIFIER)";
|
||||
@@ -860,7 +860,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.5.0;
|
||||
MARKETING_VERSION = 1.5.1;
|
||||
OTHER_LDFLAGS = "";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited)";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
@@ -910,7 +910,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.5.0;
|
||||
MARKETING_VERSION = 1.5.1;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited)";
|
||||
PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
||||
@@ -10,14 +10,14 @@ 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.15/firezone-macos-client-1.4.15.dmg",
|
||||
"https://www.github.com/firezone/firezone/releases/download/macos-client-1.5.0/firezone-macos-client-1.5.0.dmg",
|
||||
permanent: false,
|
||||
},
|
||||
{
|
||||
source: "/dl/firezone-client-macos/pkg/latest",
|
||||
destination:
|
||||
// mark:current-apple-version
|
||||
"https://www.github.com/firezone/firezone/releases/download/macos-client-1.4.15/firezone-macos-client-1.4.15.pkg",
|
||||
"https://www.github.com/firezone/firezone/releases/download/macos-client-1.5.0/firezone-macos-client-1.5.0.pkg",
|
||||
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.15",
|
||||
apple: "1.5.0",
|
||||
// mark:current-android-version
|
||||
android: "1.4.8",
|
||||
// mark:current-gui-version
|
||||
|
||||
@@ -25,6 +25,23 @@ 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.5.0" date={new Date("2025-05-26")}>
|
||||
<ChangeItem pull="9230">
|
||||
Finalizes the managed configuration support for the macOS client. For
|
||||
details on how to configure this, see{" "}
|
||||
<Link
|
||||
href={"/kb/deploy/clients#provision-with-mdm" as Route}
|
||||
className="text-accent-500 underline hover:no-underline"
|
||||
>
|
||||
the knowledge base article
|
||||
</Link>
|
||||
.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="9231">
|
||||
Fixes a minor bug where the app would report a minor error in the
|
||||
backend when quitting while signed out.
|
||||
</ChangeItem>
|
||||
</Entry>
|
||||
<Entry version="1.4.15" date={new Date("2025-05-23")}>
|
||||
<ChangeItem pull="9204">
|
||||
Adds a
|
||||
|
||||
Reference in New Issue
Block a user