mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
ci: bump apple / android versions (#6251)
These were approved and published so the versions need bumping.
This commit is contained in:
@@ -56,7 +56,7 @@ android {
|
||||
targetSdk = 35
|
||||
versionCode = (System.currentTimeMillis() / 1000 / 10).toInt()
|
||||
// mark:next-android-version
|
||||
versionName = "1.1.5"
|
||||
versionName = "1.1.6"
|
||||
multiDexEnabled = true
|
||||
testInstrumentationRunner = "dev.firezone.android.core.HiltTestRunner"
|
||||
}
|
||||
|
||||
4
rust/Cargo.lock
generated
4
rust/Cargo.lock
generated
@@ -990,7 +990,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "connlib-client-android"
|
||||
version = "1.1.5"
|
||||
version = "1.1.6"
|
||||
dependencies = [
|
||||
"android_log-sys",
|
||||
"backoff",
|
||||
@@ -1016,7 +1016,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "connlib-client-apple"
|
||||
version = "1.1.4"
|
||||
version = "1.1.5"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"backoff",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "connlib-client-android"
|
||||
# mark:next-android-version
|
||||
version = "1.1.5"
|
||||
version = "1.1.6"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "connlib-client-apple"
|
||||
# mark:next-apple-version
|
||||
version = "1.1.4"
|
||||
version = "1.1.5"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
|
||||
@@ -13,15 +13,15 @@
|
||||
# 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.1.3
|
||||
current-android-version = 1.1.4
|
||||
current-apple-version = 1.1.4
|
||||
current-android-version = 1.1.5
|
||||
current-gateway-version = 1.1.4
|
||||
current-gui-version = 1.1.11
|
||||
current-headless-version = 1.1.6
|
||||
|
||||
# Tracks the next version to release for each platform
|
||||
next-apple-version = 1.1.4
|
||||
next-android-version = 1.1.5
|
||||
next-apple-version = 1.1.5
|
||||
next-android-version = 1.1.6
|
||||
next-gateway-version = 1.1.5
|
||||
next-gui-version = 1.1.12
|
||||
next-headless-version = 1.1.7
|
||||
|
||||
@@ -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.1.4;
|
||||
MARKETING_VERSION = 1.1.5;
|
||||
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.1.4;
|
||||
MARKETING_VERSION = 1.1.5;
|
||||
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.1.4;
|
||||
MARKETING_VERSION = 1.1.5;
|
||||
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.1.4;
|
||||
MARKETING_VERSION = 1.1.5;
|
||||
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.1.4;
|
||||
MARKETING_VERSION = 1.1.5;
|
||||
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.1.4;
|
||||
MARKETING_VERSION = 1.1.5;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "$(inherited)";
|
||||
PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
||||
@@ -10,7 +10,7 @@ export default function Android() {
|
||||
title="Android"
|
||||
>
|
||||
{/*
|
||||
<Entry version="1.1.5" date={new Date("2024-07-31")}>
|
||||
<Entry version="1.1.6" date={new Date(todo)}>
|
||||
<ul className="list-disc space-y-2 pl-4 mb-4">
|
||||
<ChangeItem pull="6107">
|
||||
Adds the ability to mark Resources as favorites.
|
||||
@@ -21,6 +21,16 @@ export default function Android() {
|
||||
</ul>
|
||||
</Entry>
|
||||
*/}
|
||||
<Entry version="1.1.5" date={new Date("2024-08-10")}>
|
||||
<ul className="list-disc space-y-2 pl-4 mb-4">
|
||||
<ChangeItem pull="6107">
|
||||
Adds the ability to mark Resources as favorites.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="6181">
|
||||
Improves reliability of DNS resolution of non-resources.
|
||||
</ChangeItem>
|
||||
</ul>
|
||||
</Entry>
|
||||
<Entry version="1.1.4" date={new Date("2024-08-02")}>
|
||||
<ul className="list-disc space-y-2 pl-4 mb-4">
|
||||
<li className="pl-2">
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import Link from "next/link";
|
||||
import Entry from "./Entry";
|
||||
import Entries from "./Entries";
|
||||
import ChangeItem from "./ChangeItem";
|
||||
|
||||
export default function Apple() {
|
||||
return (
|
||||
@@ -8,13 +9,18 @@ export default function Apple() {
|
||||
href="https://apps.apple.com/us/app/firezone/id6443661826"
|
||||
title="macOS / iOS"
|
||||
>
|
||||
{/* <Entry version="1.1.4" date={new Date("2024-08-09")}>
|
||||
{/* <Entry version="1.1.5" date={new Date(TODO)}>
|
||||
<ul className="list-disc space-y-2 pl-4 mb-4">
|
||||
TODO
|
||||
</ul>
|
||||
</Entry> */}
|
||||
<Entry version="1.1.4" date={new Date("2024-08-10")}>
|
||||
<ul className="list-disc space-y-2 pl-4 mb-4">
|
||||
<ChangeItem pull="6181">
|
||||
Improves reliability of DNS resolution of non-resources.
|
||||
</ChangeItem>
|
||||
</ul>
|
||||
</Entry> */}
|
||||
</Entry>
|
||||
<Entry version="1.1.3" date={new Date("2024-08-02")}>
|
||||
<ul className="list-disc space-y-2 pl-4 mb-4">
|
||||
<li className="pl-2">
|
||||
|
||||
Reference in New Issue
Block a user