Skip to content

Update Fleet-maintained apps#44655

Merged
allenhouchins merged 1 commit into
mainfrom
fma-2605041440
May 4, 2026
Merged

Update Fleet-maintained apps#44655
allenhouchins merged 1 commit into
mainfrom
fma-2605041440

Conversation

@fleet-release
Copy link
Copy Markdown
Contributor

@fleet-release fleet-release commented May 4, 2026

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Chores
    • Updated application version metadata for 8x8 Work, Adobe Acrobat Reader, Cursor, Ollama, Postman, and Zed across supported platforms with latest release versions and integrity verification checksums.

Generated automatically with cmd/maintained-apps.
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

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

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

Script Diff Results

ee/maintained-apps/outputs/8x8-work/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/8x8-work/windows.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/adobe-acrobat-reader/darwin.json

=== Install // 426cad8c -> 457d4bd4 ===

--- /tmp/old.1amvNA	2026-05-04 14:47:09.883011156 +0000
+++ /tmp/new.QYp44D	2026-05-04 14:47:09.883011156 +0000
@@ -101,5 +101,5 @@
 hdiutil detach "$MOUNT_POINT"
 # install pkg files
 quit_and_track_application 'com.adobe.Reader'
-sudo installer -pkg "$TMPDIR/AcroRdrDC_2600121431_MUI.pkg" -target /
+sudo installer -pkg "$TMPDIR/AcroRdrDC_2600121529_MUI.pkg" -target /
 relaunch_application 'com.adobe.Reader'

=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/cursor/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/cursor/windows.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/ollama/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/ollama/windows.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/postman/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/postman/windows.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/zed/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 4, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 10c69a2b-4187-4ca5-a7ad-7fcac3673d4d

📥 Commits

Reviewing files that changed from the base of the PR and between dc58f84 and 51bfefa.

📒 Files selected for processing (10)
  • ee/maintained-apps/outputs/8x8-work/darwin.json
  • ee/maintained-apps/outputs/8x8-work/windows.json
  • ee/maintained-apps/outputs/adobe-acrobat-reader/darwin.json
  • ee/maintained-apps/outputs/cursor/darwin.json
  • ee/maintained-apps/outputs/cursor/windows.json
  • ee/maintained-apps/outputs/ollama/darwin.json
  • ee/maintained-apps/outputs/ollama/windows.json
  • ee/maintained-apps/outputs/postman/darwin.json
  • ee/maintained-apps/outputs/postman/windows.json
  • ee/maintained-apps/outputs/zed/darwin.json

Walkthrough

This pull request updates maintained application metadata across 10 JSON configuration files for 9 different applications. The updates include version bumps for 8x8 Work (8.32.2 → 8.33.2), Adobe Acrobat Reader (26.001.21431 → 26.001.21529), Cursor (3.2.16 → 3.2.21), Ollama (0.22.1 → 0.23.0), Postman (12.8.4 → 12.9.0), and Zed (1.0.0 → 1.0.1). For each application, the version field, patched version comparison logic, installer download URL, and SHA256 checksum values are updated to reflect the new release.

Possibly related PRs

  • Update Fleet-maintained apps #44192: Performs automated version bumps across the same ee/maintained-apps JSON output files with identical field updates (version, queries.patched, installer_url, sha256).
  • Update Fleet-maintained apps #44579: Modifies the same maintained-app JSON manifests under ee/maintained-apps/outputs, including overlapping files like ollama and performing version/checksum updates.
  • Update Fleet-maintained apps #44166: Updates the same maintained-app JSON entries (cursor, ollama, postman) with version bumps, patched version comparisons, and installer URL/checksum changes.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The description is minimal but provides essential context as an automated ingestion process; however, it lacks required template sections like checklist items and testing confirmation. Consider expanding the description to confirm which template sections apply (changes file, testing, database migrations, etc.) or explicitly document why they're not applicable.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: updating Fleet-maintained application metadata across multiple files.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fma-2605041440

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
Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.

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

@allenhouchins allenhouchins merged commit fe71505 into main May 4, 2026
13 checks passed
@allenhouchins allenhouchins deleted the fma-2605041440 branch May 4, 2026 14:54
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.

3 participants