ci: publish android 1.5.2 (#9735)

**NOTE**: This is for last week's release of 1.5.2. We will still need
to do a release to cut 1.5.3.
This commit is contained in:
Jamil
2025-07-01 07:11:48 -07:00
committed by GitHub
parent 899f5ea5e8
commit 4091457788
6 changed files with 10 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ jobs:
contents: write # for updating the release draft
env:
# mark:next-android-version
RELEASE_NAME: android-client-1.5.2
RELEASE_NAME: android-client-1.5.3
steps:
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
if: "${{ github.event_name == 'workflow_dispatch' && github.ref_name == 'main' }}"
@@ -100,7 +100,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# mark:next-android-version
RELEASE_NAME: android-client-1.5.2
RELEASE_NAME: android-client-1.5.3
run: |
export ARTIFACT_PATH="$RUNNER_TEMP/firezone-${RELEASE_NAME}.${{ matrix.package-type }}"
cp "${{ matrix.output-path }}" "$ARTIFACT_PATH"

View File

@@ -53,7 +53,7 @@ android {
targetSdk = 36
versionCode = (System.currentTimeMillis() / 1000 / 10).toInt()
// mark:next-android-version
versionName = "1.5.2"
versionName = "1.5.3"
multiDexEnabled = true
testInstrumentationRunner = "dev.firezone.android.core.HiltTestRunner"

View File

@@ -126,8 +126,8 @@ function apple() {
# 6. Run `scripts/bump-versions.sh android` to update the versions in the codebase.
# 7. Commit the changes and open a PR.
function android() {
current_android_client_version="1.5.1"
next_android_client_version="1.5.2"
current_android_client_version="1.5.2"
next_android_client_version="1.5.3"
update_changelog "website/src/components/Changelog/Android.tsx" "$current_android_client_version"
find website -type f -name "redirects.js" -exec sed "${SEDARG[@]}" -e '/mark:current-android-version/{n;s/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/'"${current_android_client_version}"'/g;}' {} \;

View File

@@ -29,7 +29,7 @@ module.exports = [
source: "/dl/firezone-client-android/latest",
destination:
// mark:current-android-version
"https://www.github.com/firezone/firezone/releases/download/android-client-1.5.1/firezone-android-client-1.5.1.apk",
"https://www.github.com/firezone/firezone/releases/download/android-client-1.5.2/firezone-android-client-1.5.2.apk",
permanent: false,
},
/*

View File

@@ -7,7 +7,7 @@ export async function GET(_req: NextRequest) {
// mark:current-apple-version
apple: "1.5.3",
// mark:current-android-version
android: "1.5.1",
android: "1.5.2",
// mark:current-gui-version
gui: "1.5.4",
// mark:current-headless-version

View File

@@ -20,7 +20,8 @@ export default function Android() {
return (
<Entries downloadLinks={downloadLinks} title="Android">
{/* 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.5.2" date={new Date("2025-06-30")}>
<ChangeItem pull="9621">
Fixes an issue where the VPN permission screen wouldn't dismiss after
granting the VPN permission.
@@ -29,7 +30,7 @@ export default function Android() {
Fixes an issue where connections would fail to establish if both
Client and Gateway were behind symmetric NAT.
</ChangeItem>
</Unreleased>
</Entry>
<Entry version="1.5.1" date={new Date("2025-06-04")}>
<ChangeItem pull="9394">
Fixes a minor issue that would cause background service panic when