Skip to content

Update Fleet-maintained apps - #50299

Merged
allenhouchins merged 2 commits into
mainfrom
fma-2607311233
Jul 31, 2026
Merged

Update Fleet-maintained apps#50299
allenhouchins merged 2 commits into
mainfrom
fma-2607311233

Conversation

@fleet-release

@fleet-release fleet-release commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • New Features
    • Updated Windows packages: 3DF Zephyr Free, Android Studio, AWS CLI, Calibre, ImageGlass, NordVPN, OBS Studio, OneDrive, and Postman.
    • Updated macOS packages: BusyContacts, Calibre, Clop, Postman, Shapr3D, Typora, Unity Hub, and Wispr Flow.
    • Refreshed release versions, download sources, update detection, and integrity verification for the listed applications.

Generated automatically with cmd/maintained-apps.
@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Walkthrough

Updated 17 maintained application definitions for newer Windows and macOS releases. Changes include package versions, detection thresholds, installer URLs, and SHA-256 checksums. Existing installation and uninstallation script references remain unchanged where present.

Possibly related PRs

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description states the purpose but omits the required issue reference, checklist responses, and testing details. Add the required template sections, provide the issue reference or mark it not applicable, and record applicable testing and checklist results.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes the primary change: updating Fleet-maintained application data.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fma-2607311233

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@ee/maintained-apps/outputs/android-studio/windows.json`:
- Around line 4-12: Do not promote prerelease artifacts in the default
maintained-app catalog: update
ee/maintained-apps/outputs/android-studio/windows.json lines 4-12 to stable
Quail 2 metadata, or explicitly verify and document RC tracking; update
ee/maintained-apps/outputs/unity-hub/darwin.json lines 4-12 to production
version 3.19.5, or explicitly validate beta version 3.20.0-beta.1, including all
corresponding installer, script-reference, hash, and query metadata.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 5732d4ba-6e71-4b84-850c-3f15ea0ecb51

📥 Commits

Reviewing files that changed from the base of the PR and between 7f1b330 and 9b00d50.

📒 Files selected for processing (17)
  • ee/maintained-apps/outputs/3df-zephyr-free/windows.json
  • ee/maintained-apps/outputs/android-studio/windows.json
  • ee/maintained-apps/outputs/aws-cli/windows.json
  • ee/maintained-apps/outputs/busycontacts/darwin.json
  • ee/maintained-apps/outputs/calibre/darwin.json
  • ee/maintained-apps/outputs/calibre/windows.json
  • ee/maintained-apps/outputs/clop/darwin.json
  • ee/maintained-apps/outputs/imageglass/windows.json
  • ee/maintained-apps/outputs/nordvpn/windows.json
  • ee/maintained-apps/outputs/obs/windows.json
  • ee/maintained-apps/outputs/onedrive/windows.json
  • ee/maintained-apps/outputs/postman/darwin.json
  • ee/maintained-apps/outputs/postman/windows.json
  • ee/maintained-apps/outputs/shapr3d/darwin.json
  • ee/maintained-apps/outputs/typora/darwin.json
  • ee/maintained-apps/outputs/unity-hub/darwin.json
  • ee/maintained-apps/outputs/wispr-flow/darwin.json

Comment on lines +4 to +12
"version": "2026.1.3.7",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = 'Android Studio' AND publisher = 'Google LLC';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Android Studio' AND publisher = 'Google LLC' AND version_compare(version, '2026.1.2.10') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Android Studio' AND publisher = 'Google LLC' AND version_compare(version, '2026.1.3.7') < 0);"
},
"installer_url": "https://edgedl.me.gvt1.com/android/studio/install/2026.1.2.10/android-studio-quail2-windows.exe",
"installer_url": "https://edgedl.me.gvt1.com/android/studio/install/2026.1.3.7/android-studio-quail3-windows.exe",
"install_script_ref": "36676cba",
"uninstall_script_ref": "c48a6948",
"sha256": "938fd37c6029c2bdff8b62bed4fb8c87a260bebe2dc7da12d3f79b3af432829e",
"sha256": "33c0da36175dbab84b16257e9709fce0ca9bdc533af92ed08d6634116f78bcdd",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

printf '--- repo files matching maintained-app outputs ---\n'
git ls-files | rg 'ee/maintained-apps/outputs/(android-studio|unity-hub)/[^/]+\.json$|maintained-apps' | head -80

printf '\n--- android-studio windows.json ---\n'
if [ -f ee/maintained-apps/outputs/android-studio/windows.json ]; then
  cat -n ee/maintained-apps/outputs/android-studio/windows.json
fi

printf '\n--- unity-hub darwin.json ---\n'
if [ -f ee/maintained-apps/outputs/unity-hub/darwin.json ]; then
  cat -n ee/maintained-apps/outputs/unity-hub/darwin.json
fi

printf '\n--- version strings and installer URLs ---\n'
python3 - <<'PY'
import json, pathlib
for p in [
  pathlib.Path("ee/maintained-apps/outputs/android-studio/windows.json"),
  pathlib.Path("ee/maintained-apps/outputs/unity-hub/darwin.json"),
]:
    if not p.exists():
        continue
    data = json.loads(p.read_text())
    print(f"{p}: version={data.get('version')!r} installer_url={data.get('installer_url')!r}")
PY

Repository: fleetdm/fleet

Length of output: 242


🌐 Web query:

developer.android.com studio releases 2026.1.3.7 Android Studio windows

💡 Result:

As of July 31, 2026, there is no Android Studio version with the specific build number 2026.1.3.7. The latest stable version of Android Studio is Android Studio Quail 2 (version 2026.1.2), along with its first patch release, Android Studio Quail 2 Patch 1 [1][2][3][4]. Android Studio Quail 3 (version 2026.1.3) is currently in the Release Candidate (RC) stage as of July 2026 [2][5]. You can find the official release notes and download links for all current and past versions on the official Android Developers website at https://developer.android.com/studio/releases [1].

Citations:


🌐 Web query:

Unity Hub 3.20.0 beta 3.19.5 latest stable Windows macOS

💡 Result:

As of July 31, 2026, the latest stable version of the Unity Hub is 3.19.5 [1][2]. Unity Hub 3.19.5 was released on July 10, 2026, and serves as the final release in the 3.19 series [1][2]. Regarding Unity Hub 3.20.0, it is currently in development, with official communications from the Unity Hub team confirming that they are actively working on testing and stabilizing this upcoming release [1][3]. For Windows and macOS users, the standard procedure to install or update the Unity Hub is through the official Unity download page, which provides the current stable version [4][5]. Users wishing to access beta versions typically manage these through the Hub's internal advanced settings or by following specific distribution channels provided in Unity's official documentation [5][6].

Citations:


🏁 Script executed:

#!/bin/bash
set -euo pipefail

printf '%s\n' '--- repo files matching maintained-app outputs ---'
git ls-files | rg 'ee/maintained-apps/outputs/(android-studio|unity-hub)/[^/]+\.json$|maintained-apps' | head -80

printf '%s\n' ''
printf '%s\n' '--- android-studio windows.json ---'
if [ -f ee/maintained-apps/outputs/android-studio/windows.json ]; then
  cat -n ee/maintained-apps/outputs/android-studio/windows.json
fi

printf '%s\n' ''
printf '%s\n' '--- unity-hub darwin.json ---'
if [ -f ee/maintained-apps/outputs/unity-hub/darwin.json ]; then
  cat -n ee/maintained-apps/outputs/unity-hub/darwin.json
fi

printf '%s\n' ''
printf '%s\n' '--- version strings and installer URLs ---'
python3 - <<'PY'
import json, pathlib
for p in [
  pathlib.Path("ee/maintained-apps/outputs/android-studio/windows.json"),
  pathlib.Path("ee/maintained-apps/outputs/unity-hub/darwin.json"),
]:
    if not p.exists():
        continue
    data = json.loads(p.read_text())
    print(f"{p}: version={data.get('version')!r} installer_url={data.get('installer_url')!r}")
PY

Repository: fleetdm/fleet

Length of output: 4994


🏁 Script executed:

#!/bin/bash
set -euo pipefail

printf '%s\n' '--- locate target JSON files ---'
git ls-files | grep -E '^(|/)ee/maintained-apps/outputs/(android-studio/windows\.json|unity-hub/darwin\.json)$' || true

printf '%s\n' '--- android-studio windows.json ---'
if [ -f ee/maintained-apps/outputs/android-studio/windows.json ]; then
  cat -n ee/maintained-apps/outputs/android-studio/windows.json
fi

printf '%s\n' '--- unity-hub darwin.json ---'
if [ -f ee/maintained-apps/outputs/unity-hub/darwin.json ]; then
  cat -n ee/maintained-apps/outputs/unity-hub/darwin.json
fi

printf '%s\n' '--- direct version/url evidence ---'
python3 - <<'PY'
import json, pathlib, re
for p in [
  pathlib.Path("ee/maintained-apps/outputs/android-studio/windows.json"),
  pathlib.Path("ee/maintained-apps/outputs/unity-hub/darwin.json"),
]:
    if not p.exists():
        print(f"missing {p}")
        continue
    data = json.loads(p.read_text())
    ver = data.get("version")
    url = data.get("installer_url")
    print(f"{p}: version={ver!r} installer_url={url!r}")
    if re.search(r"(?P<rel>RC|Release[cC]andidate|Beta|beta)", "".join([url, ver]), re.I):
        print("release-channel marker found in version/url")
    else:
        print("release-channel marker not found in version/url")
PY

Repository: fleetdm/fleet

Length of output: 12925


Do not promote prerelease artifacts into the default maintained-app catalog.

Both entries are unqualified default versions whose selected release families are preview channels, so patched installs can replace stable software with prerelease builds.

  • ee/maintained-apps/outputs/android-studio/windows.json#L4-L12: Use stable Quail 2 metadata, or explicitly verify and document RC tracking.
  • ee/maintained-apps/outputs/unity-hub/darwin.json#L4-L12: Use production 3.19.5, or explicitly validate beta 3.20.0-beta.1.
📍 Affects 2 files
  • ee/maintained-apps/outputs/android-studio/windows.json#L4-L12 (this comment)
  • ee/maintained-apps/outputs/unity-hub/darwin.json#L4-L12
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@ee/maintained-apps/outputs/android-studio/windows.json` around lines 4 - 12,
Do not promote prerelease artifacts in the default maintained-app catalog:
update ee/maintained-apps/outputs/android-studio/windows.json lines 4-12 to
stable Quail 2 metadata, or explicitly verify and document RC tracking; update
ee/maintained-apps/outputs/unity-hub/darwin.json lines 4-12 to production
version 3.19.5, or explicitly validate beta version 3.20.0-beta.1, including all
corresponding installer, script-reference, hash, and query metadata.

@allenhouchins
allenhouchins merged commit 5c54c33 into main Jul 31, 2026
12 checks passed
@allenhouchins
allenhouchins deleted the fma-2607311233 branch July 31, 2026 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants