mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
ci: Publish Apple/Android changelog entries (#6631)
These have been published.
This commit is contained in:
@@ -56,7 +56,7 @@ android {
|
||||
targetSdk = 35
|
||||
versionCode = (System.currentTimeMillis() / 1000 / 10).toInt()
|
||||
// mark:next-android-version
|
||||
versionName = "1.3.2"
|
||||
versionName = "1.3.3"
|
||||
multiDexEnabled = true
|
||||
testInstrumentationRunner = "dev.firezone.android.core.HiltTestRunner"
|
||||
|
||||
|
||||
4
rust/Cargo.lock
generated
4
rust/Cargo.lock
generated
@@ -1008,7 +1008,7 @@ checksum = "baf0a07a401f374238ab8e2f11a104d2851bf9ce711ec69804834de8af45c7af"
|
||||
|
||||
[[package]]
|
||||
name = "connlib-client-android"
|
||||
version = "1.3.2"
|
||||
version = "1.3.3"
|
||||
dependencies = [
|
||||
"android_log-sys",
|
||||
"backoff",
|
||||
@@ -1035,7 +1035,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "connlib-client-apple"
|
||||
version = "1.3.1"
|
||||
version = "1.3.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"backoff",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "connlib-client-android"
|
||||
# mark:next-android-version
|
||||
version = "1.3.2"
|
||||
version = "1.3.3"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "connlib-client-apple"
|
||||
# mark:next-apple-version
|
||||
version = "1.3.1"
|
||||
version = "1.3.2"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
|
||||
@@ -2,26 +2,31 @@
|
||||
# See discussion here: https://github.com/firezone/firezone/issues/2041
|
||||
# and PR changing it here: https://github.com/firezone/firezone/pull/2949
|
||||
|
||||
# Release Instructions:
|
||||
# Release Instructions (Gateway/GUI/Headless)
|
||||
# 1. Publish the appropriate drafted release on GitHub
|
||||
# 2. Bump the appropriate version in this file
|
||||
# 3. Run `make version`
|
||||
# 4. Commit the changes
|
||||
# 5. Open a PR with the changes
|
||||
#
|
||||
# Release Instructions (Apple/Android)
|
||||
# 1. Run the Swift or Kotlin workflow on main. This will push a build to AppStore Connect or Firebase.
|
||||
# 2. Create a new release in AppStore Connect or Firebase appropriately and submit.
|
||||
# 3. When the release is approved and live, bump the appropriate version in this file.
|
||||
#
|
||||
# CI will prevent pushing assets to releases that are published, so you need to bump
|
||||
# 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.0
|
||||
current-android-version = 1.3.1
|
||||
current-apple-version = 1.3.1
|
||||
current-android-version = 1.3.2
|
||||
current-gateway-version = 1.3.1
|
||||
current-gui-version = 1.3.2
|
||||
current-headless-version = 1.3.1
|
||||
|
||||
# Tracks the next version to release for each platform
|
||||
next-apple-version = 1.3.1
|
||||
next-android-version = 1.3.2
|
||||
next-apple-version = 1.3.2
|
||||
next-android-version = 1.3.3
|
||||
next-gateway-version = 1.3.2
|
||||
next-gui-version = 1.3.3
|
||||
next-headless-version = 1.3.2
|
||||
|
||||
@@ -585,7 +585,7 @@
|
||||
);
|
||||
"LIBRARY_SEARCH_PATHS[sdk=iphoneos*]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-ios/debug";
|
||||
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
|
||||
MARKETING_VERSION = 1.3.1;
|
||||
MARKETING_VERSION = 1.3.2;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
OTHER_LDFLAGS = "-lconnlib";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).debug.network-extension";
|
||||
@@ -627,7 +627,7 @@
|
||||
);
|
||||
"LIBRARY_SEARCH_PATHS[sdk=iphoneos*]" = "$(CONNLIB_TARGET_DIR)/aarch64-apple-ios/release";
|
||||
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
|
||||
MARKETING_VERSION = 1.3.1;
|
||||
MARKETING_VERSION = 1.3.2;
|
||||
OTHER_LDFLAGS = "-lconnlib";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).network-extension";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
@@ -671,7 +671,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.3.1;
|
||||
MARKETING_VERSION = 1.3.2;
|
||||
OTHER_LDFLAGS = "-lconnlib";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).debug.network-extension";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
@@ -714,7 +714,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.3.1;
|
||||
MARKETING_VERSION = 1.3.2;
|
||||
OTHER_LDFLAGS = "-lconnlib";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited).network-extension";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
@@ -908,7 +908,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.3.1;
|
||||
MARKETING_VERSION = 1.3.2;
|
||||
OTHER_LDFLAGS = "";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited)";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
@@ -959,7 +959,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.3.1;
|
||||
MARKETING_VERSION = 1.3.2;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited)";
|
||||
PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
||||
@@ -9,11 +9,11 @@ export default function Android() {
|
||||
href="https://play.google.com/store/apps/details?id=dev.firezone.android"
|
||||
title="Android"
|
||||
>
|
||||
{/*
|
||||
<Entry version="1.3.2" date={new Date("2024-09-05")}>
|
||||
<ul className="list-disc space-y-2 pl-4 mb-4">
|
||||
<ChangeItem pull="6605">
|
||||
Fixes another bug where the tunnel would immediately disconnect after connecting.
|
||||
Fixes another bug where the tunnel would immediately disconnect
|
||||
after connecting.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="6518">
|
||||
Minor improvements to the look of the internet resource and makes
|
||||
@@ -21,7 +21,6 @@ export default function Android() {
|
||||
</ChangeItem>
|
||||
</ul>
|
||||
</Entry>
|
||||
*/}
|
||||
<Entry version="1.3.1" date={new Date("2024-08-31")}>
|
||||
<ul className="list-disc space-y-2 pl-4 mb-4">
|
||||
<ChangeItem pull="6517">
|
||||
|
||||
@@ -9,12 +9,12 @@ export default function Apple() {
|
||||
href="https://apps.apple.com/us/app/firezone/id6443661826"
|
||||
title="macOS / iOS"
|
||||
>
|
||||
{/*
|
||||
<Entry version="1.3.1" date={new Date("2024-09-05")}>
|
||||
<ul className="list-disc space-y-2 pl-4 mb-4">
|
||||
<ChangeItem pull="6521">
|
||||
Gracefully handles cases where the device's local interface IPv4/IPv6 address or
|
||||
local network gateway changes while the client is connected.
|
||||
Gracefully handles cases where the device's local interface
|
||||
IPv4/IPv6 address or local network gateway changes while the client
|
||||
is connected.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="6518">
|
||||
Minor improvements to the look of the internet resource and makes
|
||||
@@ -22,7 +22,6 @@ export default function Apple() {
|
||||
</ChangeItem>
|
||||
</ul>
|
||||
</Entry>
|
||||
*/}
|
||||
<Entry version="1.3.0" date={new Date("2024-08-30")}>
|
||||
<ul className="list-disc space-y-2 pl-4 mb-4">
|
||||
<ChangeItem pull="6434">
|
||||
|
||||
Reference in New Issue
Block a user