Skip to content

Update Fleet-maintained apps#43588

Merged
allenhouchins merged 1 commit intomainfrom
fma-2604142121
Apr 15, 2026
Merged

Update Fleet-maintained apps#43588
allenhouchins merged 1 commit intomainfrom
fma-2604142121

Conversation

@fleet-release
Copy link
Copy Markdown
Contributor

@fleet-release fleet-release commented Apr 14, 2026

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Chores
    • Updated Microsoft Office for macOS to version 16.108 across all applications including Excel, OneNote, PowerPoint, and Word. All applications now include new installer packages with updated security checksums and enhanced installation verification mechanisms. These updates preserve existing functionality and maintain system compatibility while ensuring proper installation integrity and security standards.

Generated automatically with cmd/maintained-apps.
@github-actions
Copy link
Copy Markdown
Contributor

Script Diff Results

ee/maintained-apps/outputs/microsoft-excel/darwin.json

=== Install // c7fb86e7 -> ee401ad7 ===

--- /tmp/old.VhchEr	2026-04-14 21:24:58.417997922 +0000
+++ /tmp/new.B4QPrd	2026-04-14 21:24:58.417997922 +0000
@@ -104,6 +104,6 @@
 
 EOF
 
-sudo installer -pkg "$TMPDIR"/Microsoft_Excel_16.107.26040410_Installer.pkg -target / -applyChoiceChangesXML "$CHOICE_XML"
+sudo installer -pkg "$TMPDIR"/Microsoft_Excel_16.108.26041219_Installer.pkg -target / -applyChoiceChangesXML "$CHOICE_XML"
 
 relaunch_application 'com.microsoft.Excel'

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

ee/maintained-apps/outputs/microsoft-onenote/darwin.json

=== Install // f92f44c8 -> d444a963 ===

--- /tmp/old.Cm5Jwl	2026-04-14 21:24:58.455998088 +0000
+++ /tmp/new.95dMqz	2026-04-14 21:24:58.455998088 +0000
@@ -83,5 +83,5 @@
 
 # install pkg files
 quit_and_track_application 'com.microsoft.onenote.mac'
-sudo installer -pkg "$TMPDIR/Microsoft_OneNote_16.107.26040410_Updater.pkg" -target /
+sudo installer -pkg "$TMPDIR/Microsoft_OneNote_16.108.26041219_Updater.pkg" -target /
 relaunch_application 'com.microsoft.onenote.mac'

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

ee/maintained-apps/outputs/microsoft-powerpoint/darwin.json

=== Install // dce88370 -> 6b1225e9 ===

--- /tmp/old.6ltr1z	2026-04-14 21:24:58.492998249 +0000
+++ /tmp/new.ZLI1Oq	2026-04-14 21:24:58.492998249 +0000
@@ -104,6 +104,6 @@
 
 EOF
 
-sudo installer -pkg "$TMPDIR"/Microsoft_PowerPoint_16.107.26040410_Installer.pkg -target / -applyChoiceChangesXML "$CHOICE_XML"
+sudo installer -pkg "$TMPDIR"/Microsoft_PowerPoint_16.108.26041219_Installer.pkg -target / -applyChoiceChangesXML "$CHOICE_XML"
 
 relaunch_application 'com.microsoft.Powerpoint'

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

ee/maintained-apps/outputs/microsoft-word/darwin.json

=== Install // 82e864c2 -> 77cc830e ===

--- /tmp/old.F5GBqN	2026-04-14 21:24:58.531998419 +0000
+++ /tmp/new.6GZAjf	2026-04-14 21:24:58.531998419 +0000
@@ -104,6 +104,6 @@
 
 EOF
 
-sudo installer -pkg "$TMPDIR"/Microsoft_Word_16.107.26040410_Installer.pkg -target / -applyChoiceChangesXML "$CHOICE_XML"
+sudo installer -pkg "$TMPDIR"/Microsoft_Word_16.108.26041219_Installer.pkg -target / -applyChoiceChangesXML "$CHOICE_XML"
 
 relaunch_application 'com.microsoft.Word'

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

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.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 14, 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: 079a29c6-f79a-4347-9666-118d8b5a98b8

📥 Commits

Reviewing files that changed from the base of the PR and between fbfc7c3 and 174ab18.

📒 Files selected for processing (4)
  • ee/maintained-apps/outputs/microsoft-excel/darwin.json
  • ee/maintained-apps/outputs/microsoft-onenote/darwin.json
  • ee/maintained-apps/outputs/microsoft-powerpoint/darwin.json
  • ee/maintained-apps/outputs/microsoft-word/darwin.json

Walkthrough

This PR updates macOS package references for four Microsoft Office applications: Excel, OneNote, PowerPoint, and Word. Each configuration file was updated from version 16.107.4 to 16.108, including installer URLs, version comparison baselines, installation script references, and corresponding SHA256 checksums. The embedded installer scripts were modified to target the updated package versions while preserving existing control flow logic.

Possibly related PRs

  • PR #43380: Updates the same Microsoft Office macOS configuration files with version and installer package references
🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is minimal and generic ('Automated ingestion of latest Fleet-maintained app data'), failing to meet the repository's detailed template requirements for issue linkage, testing documentation, and validation checklist items. Provide a more detailed description that addresses the template sections: link related issue(s), document testing performed, and include relevant checklist items for data updates and validation.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Update Fleet-maintained apps' accurately describes the changeset, which updates version metadata and installer references for four Microsoft Office applications on macOS.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ 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-2604142121

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 and usage tips.

@allenhouchins allenhouchins merged commit 19962d5 into main Apr 15, 2026
8 checks passed
@allenhouchins allenhouchins deleted the fma-2604142121 branch April 15, 2026 13:34
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