Skip to content

Update Fleet-maintained apps - #50851

Closed
fleet-release wants to merge 1 commit into
mainfrom
fma-2608100429
Closed

Update Fleet-maintained apps#50851
fleet-release wants to merge 1 commit into
mainfrom
fma-2608100429

Conversation

@fleet-release

@fleet-release fleet-release commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Updates
    • Refreshed macOS and Windows package metadata for Cisco Jabber, CodexBar, Firefox Nightly, Gitify, Glyphs, Hive, Melodics, OpenAudible, Readest, and Rize.
    • Added the latest installer URLs and SHA-256 checksums for each updated release.
    • Updated available versions and patch detection information, including Firefox Nightly’s August 9, 2026 builds.
    • Updated the Glyphs installer archive to the latest 3.5 build.
    • Existing installation and uninstallation behavior remains unchanged.

Generated automatically with cmd/maintained-apps.
@coderabbitai

coderabbitai Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Walkthrough

Updated 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)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description states the change but omits the required issue reference, checklist sections, and testing information. Add the required template sections and complete or remove applicable checklist items, including testing details and the related issue reference.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the primary change: updating Fleet-maintained app 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-2608100429

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/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

📥 Commits

Reviewing files that changed from the base of the PR and between e45c5d6 and c4c22be.

📒 Files selected for processing (11)
  • ee/maintained-apps/outputs/cisco-jabber/darwin.json
  • ee/maintained-apps/outputs/codexbar/darwin.json
  • ee/maintained-apps/outputs/firefox@nightly/darwin.json
  • ee/maintained-apps/outputs/firefox@nightly/windows.json
  • ee/maintained-apps/outputs/gitify/darwin.json
  • ee/maintained-apps/outputs/glyphs/darwin.json
  • ee/maintained-apps/outputs/hive-app/darwin.json
  • ee/maintained-apps/outputs/melodics/darwin.json
  • ee/maintained-apps/outputs/openaudible/darwin.json
  • ee/maintained-apps/outputs/readest/windows.json
  • ee/maintained-apps/outputs/rize/darwin.json

Comment on lines +4 to +13
"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",

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

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:


🌐 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:


🏁 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 -200

Repository: 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

@github-actions

Copy link
Copy Markdown
Contributor

Closing in favor of #50854.

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