Update Fleet-maintained apps - #49183
Conversation
Generated automatically with cmd/maintained-apps.
WalkthroughUpdated 19 Fleet-maintained application metadata entries across Darwin and Windows outputs. Each update advances the application version, adjusts the patched-version detection query, and replaces the installer URL and SHA-256 checksum for the new artifact. Existing install and uninstall script references remain unchanged. Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
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/hive-app/darwin.json`:
- Line 9: Update the darwin output configuration’s installer_url to use the
generic Hive-1.2.16.dmg asset instead of the arm64-specific
Hive-1.2.16-arm64.dmg, so Intel Macs are supported.
🪄 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
Run ID: 8e2e584a-561d-4fca-a535-77d5b74c25c4
📒 Files selected for processing (19)
ee/maintained-apps/outputs/apidog/darwin.jsonee/maintained-apps/outputs/claude/darwin.jsonee/maintained-apps/outputs/cmake-app/windows.jsonee/maintained-apps/outputs/codexbar/darwin.jsonee/maintained-apps/outputs/cursor/windows.jsonee/maintained-apps/outputs/datagrip/darwin.jsonee/maintained-apps/outputs/datagrip/windows.jsonee/maintained-apps/outputs/downie/darwin.jsonee/maintained-apps/outputs/hive-app/darwin.jsonee/maintained-apps/outputs/jitsi-meet/darwin.jsonee/maintained-apps/outputs/linearmouse/darwin.jsonee/maintained-apps/outputs/netron/darwin.jsonee/maintained-apps/outputs/notepadexe/darwin.jsonee/maintained-apps/outputs/ocenaudio/windows.jsonee/maintained-apps/outputs/onedrive/windows.jsonee/maintained-apps/outputs/unity-hub/darwin.jsonee/maintained-apps/outputs/wireshark/windows.jsonee/maintained-apps/outputs/wispr-flow/darwin.jsonee/maintained-apps/outputs/zed/windows.json
| "patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.hive.app' AND version_compare(bundle_short_version, '1.2.16') < 0);" | ||
| }, | ||
| "installer_url": "https://github.com/morapelker/hive/releases/download/v1.2.15/Hive-1.2.15-arm64.dmg", | ||
| "installer_url": "https://github.com/morapelker/hive/releases/download/v1.2.16/Hive-1.2.16-arm64.dmg", |
There was a problem hiding this comment.
🩺 Stability & Availability | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
# Check if Hive provides a universal or x86_64 DMG alongside the arm64 one.
curl -sL "https://api.github.com/repos/morapelker/hive/releases/tags/v1.2.16" | \
jq -r '.assets[].name' 2>/dev/null || echo "Unable to fetch release assets"Repository: fleetdm/fleet
Length of output: 533
🏁 Script executed:
#!/bin/bash
set -euo pipefail
# Inspect the Hive maintained-app entry and related platform files.
git ls-files ee/maintained-apps/outputs/hive-app | sed -n '1,20p'
printf '\n--- darwin.json ---\n'
cat -n ee/maintained-apps/outputs/hive-app/darwin.json | sed -n '1,80p'
printf '\n--- other Hive outputs ---\n'
fd -a . ee/maintained-apps/outputs/hive-app 2>/dev/null || true
printf '\n--- release metadata ---\n'
curl -sL "https://api.github.com/repos/morapelker/hive/releases/tags/v1.2.16" | jq -r '.assets[] | [.name,.browser_download_url] | `@tsv`' | sed -n '1,40p'Repository: fleetdm/fleet
Length of output: 8765
🏁 Script executed:
#!/bin/bash
set -euo pipefail
curl -sL "https://github.com/morapelker/hive/releases/download/v1.2.16/latest-mac.yml" | sed -n '1,120p'Repository: fleetdm/fleet
Length of output: 947
Use the generic Hive DMG if Intel Macs are supported This pins Hive-1.2.16-arm64.dmg even though the release also ships Hive-1.2.16.dmg. If Intel Macs are in scope, switch this entry to the generic DMG.
🤖 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/hive-app/darwin.json` at line 9, Update the darwin
output configuration’s installer_url to use the generic Hive-1.2.16.dmg asset
instead of the arm64-specific Hive-1.2.16-arm64.dmg, so Intel Macs are
supported.
|
Closing in favor of #49184. |
Automated ingestion of latest Fleet-maintained app data.
Summary by CodeRabbit