Update Fleet-maintained apps - #50851
Conversation
Generated automatically with cmd/maintained-apps.
WalkthroughUpdated maintained-app metadata for Cisco Jabber, CodexBar, Firefox Nightly, Gitify, Glyphs, Hive, Melodics, OpenAudible, Readest, and Rize. Changes include release versions, patched-version queries, installer URLs, and SHA-256 checksums. Existing installation and uninstallation 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/firefox`@nightly/windows.json:
- Around line 4-13: Regenerate the Firefox Nightly Windows entry using the
latest Windows metadata for the 214638 build. Update the version and matching
queries.patched version constraint, installer_url, and sha256 together from the
same artifact, while preserving the existing queries.exists, queries.open, and
script references.
🪄 Autofix
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: 7a13c3f5-923e-4b85-bfa2-db02a6fb001b
📒 Files selected for processing (11)
ee/maintained-apps/outputs/cisco-jabber/darwin.jsonee/maintained-apps/outputs/codexbar/darwin.jsonee/maintained-apps/outputs/firefox@nightly/darwin.jsonee/maintained-apps/outputs/firefox@nightly/windows.jsonee/maintained-apps/outputs/gitify/darwin.jsonee/maintained-apps/outputs/glyphs/darwin.jsonee/maintained-apps/outputs/hive-app/darwin.jsonee/maintained-apps/outputs/melodics/darwin.jsonee/maintained-apps/outputs/openaudible/darwin.jsonee/maintained-apps/outputs/readest/windows.jsonee/maintained-apps/outputs/rize/darwin.json
| "version": "155.2608.909.0", | ||
| "queries": { | ||
| "exists": "SELECT 1 FROM programs WHERE name = 'Firefox Nightly' AND publisher = 'Mozilla Corporation';", | ||
| "patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Firefox Nightly' AND publisher = 'Mozilla Corporation' AND version_compare(version, '155.2607.2809.0') < 0);", | ||
| "patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Firefox Nightly' AND publisher = 'Mozilla Corporation' AND version_compare(version, '155.2608.909.0') < 0);", | ||
| "open": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM processes WHERE LOWER(name) = 'mozilla firefox nightly.exe');" | ||
| }, | ||
| "installer_url": "https://ftp.mozilla.org/pub/firefox/nightly/2026/07/2026-07-28-09-52-22-mozilla-central/firefox-155.0a1.multi.win64.installer.msix", | ||
| "installer_url": "https://ftp.mozilla.org/pub/firefox/nightly/2026/08/2026-08-09-09-46-48-mozilla-central/firefox-155.0a1.multi.win64.installer.msix", | ||
| "install_script_ref": "255e7c51", | ||
| "uninstall_script_ref": "f0d0fed1", | ||
| "sha256": "af08912825d1b32e06fdb9066f649a4338a7e562e3fe51550955667892405d29", | ||
| "sha256": "adcfb36c78bc737cecddc19c95fe5c2dc03dc52b0da0d1b935b0770020e596b6", |
There was a problem hiding this comment.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
set -euo pipefail
echo "== locate firefox nightly manifest =="
fd -a 'windows.json|maintained-apps' . | sed 's#^\./##' | rg 'firefox|maintained-apps' | head -50
echo
echo "== manifest excerpt =="
sed -n '1,40p' ee/maintained-apps/outputs/firefox@nightly/windows.json
file ee/maintained-apps/outputs/firefox@nightly/windows.json
echo
echo "== manifest SHA/version consistency references in repo =="
rg -n 'firefox@nightly|Firefox Nightly|255e7c51|f0d0fed1|adcfb36c78bc737cecddc19c95fe5c2dc03dc52b0da0d1b935b0770020e596b6' .Repository: fleetdm/fleet
Length of output: 10980
🌐 Web query:
ftp.mozilla.org pub firefox nightly latest-mozilla-central firefox-155.0a1.en-US.win64.json
💡 Result:
The file firefox-155.0a1.en-US.win64.json is a metadata file hosted on Mozilla's FTP and archive servers within the latest-mozilla-central directory [1][2]. This file is associated with the Firefox Nightly 155.0a1 release for 64-bit Windows [3][2]. These JSON files are part of the automated build and release process for Firefox Nightly [4]. They typically contain structured data regarding the build, such as: - Build identification and version information [5]. - Checksums and hashes (e.g., SHA256, SHA512) for integrity verification of associated installation packages [3][2][6]. - Links to or references for related build artifacts [7][4]. As of August 2026, Firefox 155.0a1 represents the current Nightly development channel, which began on July 20, 2026 [5][8]. The content of this directory is updated continuously as part of the daily automated build cycle to reflect the latest state of the mozilla-central code repository [5]. You can verify the integrity of these files by checking them against the corresponding.checksums files located in the same directory [3][2].
Citations:
- 1: https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
- 2: https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/firefox-155.0a1.en-US.win64.checksums
- 3: https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central/firefox-155.0a1.en-US.win64.checksums
- 4: https://firefox-ci-tc.services.mozilla.com/tasks/cGDcG2U0Rm2EcZ-sWE-gIg
- 5: https://www.firefox.com/en-US/firefox/155.0a1/releasenotes/
- 6: https://download-origin.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-central/firefox-155.0a1.en-US.win64.checksums
- 7: https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central/firefox-155.0a1.en-US.win32.checksums
- 8: https://whattrainisitnow.com/calendar/
🌐 Web query:
Mozilla Nightly build ID 20260809214638 firefox nightly windows
💡 Result:
The Mozilla Firefox Nightly build ID 20260809214638 corresponds to a specific development build generated on August 9, 2026 [1][2]. Build IDs in Mozilla applications are 14-digit identifiers that follow the format YYYYMMDDHHMMSS [1]. In this specific case: - Date: August 9, 2026 (20260809) [1] - Time: 21:46:38 (214638) [1] Firefox Nightly builds are automated, pre-release versions of Firefox updated approximately once or twice daily on the mozilla-central branch [3][2][4]. These builds are intended for testing and development purposes and are not supported for standard daily use [4]. You can verify the build ID of your current installation by entering "about:support" in the address bar and searching for "Build ID" in the table provided [1]. For technical analysis or to track changes, this build ID can be used to identify the specific codebase state and associated Mercurial or Git revisions used during the automated build process [1][5][2].
Citations:
- 1: https://wiki.mozilla.org/QA/Build_IDs
- 2: https://chuttenblog.wordpress.com/2024/04/10/how-to-go-from-looks-like-something-changed-in-a-firefox-desktop-version-to-here-is-a-list-of-potential-culprit-bugs/
- 3: https://www.firefox.com/en-US/firefox/155.0a1/releasenotes/
- 4: https://www.firefox.com/channel/desktop/
- 5: https://gist.github.com/pascalchevrel/2ab03d61315009a274b79c6bdd937a4e
🏁 Script executed:
#!/bin/bash
set -u
echo "== Mozilla latest-mozilla-central win64 metadata =="
python3 - <<'PY'
import json, urllib.request
url="https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central/firefox-155.0a1.en-US.win64.json"
with urllib.request.urlopen(url, timeout=30) as r:
data=json.load(r)
for key in ["version","buildid","platform","prettyPlatform","msi","msix","sha256sum"]:
if key in data:
print(f"{key}: {data[key]}")
print("raw relevant keys:")
for k in ("version","buildid","platform","prettyPlatform","msi","msix","sha256sum","comparator"):
print(k, data.get(k))
PY
echo
echo "== repository manifest excerpt =="
sed -n '1,20p' ee/maintained-apps/outputs/firefox@nightly/windows.json
echo
echo "== maintained apps tool references for firefox nightly =="
rg -n 'firefox|nightly|latest-mozilla-central|mozilla-central|buildid|msix|sha256sum' cmd/maintained-apps ee/maintained-apps -g '!outputs/**/windows.json' | head -200Repository: fleetdm/fleet
Length of output: 50369
Regenerate the Firefox Nightly Windows entry before merge.
This entry pins the August 9, 2026 09:46:48 MozCentral build, while the latest Windows metadata points to the 214638 build. Update version, queries.patched, installer_url, and sha256 from the same current artifact so the updater does not install an older Nightly build.
🤖 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/firefox`@nightly/windows.json around lines 4 - 13,
Regenerate the Firefox Nightly Windows entry using the latest Windows metadata
for the 214638 build. Update the version and matching queries.patched version
constraint, installer_url, and sha256 together from the same artifact, while
preserving the existing queries.exists, queries.open, and script references.
Source: MCP tools
|
Closing in favor of #50854. |
Automated ingestion of latest Fleet-maintained app data.
Summary by CodeRabbit