chore: publish android-client 1.5.5 (#10614)

This commit is contained in:
Firezone Bot
2025-10-18 09:54:35 -07:00
committed by GitHub
parent 0dd7792428
commit 9b6ebb01ed
6 changed files with 10 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ jobs:
contents: write # for updating the release draft
env:
# mark:next-android-version
RELEASE_NAME: android-client-1.5.5
RELEASE_NAME: android-client-1.5.6
steps:
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
if: "${{ github.event_name == 'workflow_dispatch' && github.ref_name == 'main' }}"
@@ -104,7 +104,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# mark:next-android-version
RELEASE_NAME: android-client-1.5.5
RELEASE_NAME: android-client-1.5.6
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.5"
versionName = "1.5.6"
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.4"
next_android_client_version="1.5.5"
current_android_client_version="1.5.5"
next_android_client_version="1.5.6"
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.4/firezone-android-client-1.5.4.apk",
"https://www.github.com/firezone/firezone/releases/download/android-client-1.5.5/firezone-android-client-1.5.5.apk",
permanent: false,
},
/*

View File

@@ -7,7 +7,7 @@ export async function GET() {
// mark:current-apple-version
apple: "1.5.8",
// mark:current-android-version
android: "1.5.4",
android: "1.5.5",
// mark:current-gui-version
gui: "1.5.8",
// 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.5" date={new Date("2025-10-18")}>
<ChangeItem pull="10509">
Fixes an issue where the Internet Resource could be briefly active on
startup, despite it being disabled.
@@ -28,7 +29,7 @@ export default function Android() {
<ChangeItem pull="10533">
Improves reliability by caching DNS responses as per their TTL.
</ChangeItem>
</Unreleased>
</Entry>
<Entry version="1.5.4" date={new Date("2025-09-18")}>
<ChangeItem pull="10371">
Fixes a bug that could prevent sign-ins from completing successfully