Skip to content

Update Fleet-maintained apps - #47870

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

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

Conversation

@fleet-release

@fleet-release fleet-release commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Chores
    • Updated version metadata for Hive, Mountain Duck, Origami Studio, RStudio, Tuple, Vivaldi, and Workflowy applications to reflect the latest releases.
    • Enhanced uninstall process for Vivaldi on Windows.

Generated automatically with cmd/maintained-apps.

@claude claude Bot left a comment

Copy link
Copy Markdown

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

Script Diff Results

ee/maintained-apps/outputs/hive-app/darwin.json

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

ee/maintained-apps/outputs/mountain-duck/darwin.json

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

ee/maintained-apps/outputs/origami-studio/darwin.json

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

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

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

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

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

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

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

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

=== Install Script (no changes) ===
=== Uninstall // 7b14fec4 -> 4e1acf1b ===

--- /tmp/old.IGFidQ	2026-06-18 20:11:15.274072316 +0000
+++ /tmp/new.zFaZTt	2026-06-18 20:11:15.274072316 +0000
@@ -23,7 +23,7 @@
 
 if (-not $uninstall -or (-not $uninstall.UninstallString -and -not $uninstall.QuietUninstallString)) {
   Write-Host "Uninstall entry not found for '$displayName'"
-  Exit 1
+  Exit 0
 }
 
 # Kill any running Vivaldi processes before uninstalling

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

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

@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

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: 9aa04d22-7bed-4ed1-8186-a8f57dd99eb3

📥 Commits

Reviewing files that changed from the base of the PR and between 96be00c and 2690c4a.

📒 Files selected for processing (8)
  • ee/maintained-apps/outputs/hive-app/darwin.json
  • ee/maintained-apps/outputs/mountain-duck/darwin.json
  • ee/maintained-apps/outputs/origami-studio/darwin.json
  • ee/maintained-apps/outputs/rstudio/windows.json
  • ee/maintained-apps/outputs/tuple/darwin.json
  • ee/maintained-apps/outputs/vivaldi/darwin.json
  • ee/maintained-apps/outputs/vivaldi/windows.json
  • ee/maintained-apps/outputs/workflowy/darwin.json

Walkthrough

Seven maintained-app JSON manifests are updated with new release metadata. For Hive (darwin), Mountain Duck (darwin), Tuple (darwin), Vivaldi (darwin and windows), Workflowy (darwin), and RStudio (windows), the changes consist of bumping the version field, adjusting the queries.patched SQL version_compare threshold, replacing the installer_url, and updating the sha256 checksum. For Origami Studio (darwin), only the version and queries.patched comparison target are changed. Additionally, the Vivaldi Windows entry updates uninstall_script_ref to a new script that exits with success (Exit 0) rather than failure (Exit 1) when the uninstall registry entry is absent.

Possibly related PRs

  • fleetdm/fleet#41552: Introduced the Vivaldi maintained-app outputs for both darwin and windows, the same files modified here with the version bump and uninstall script ref change.
  • fleetdm/fleet#46037: Same pattern of data-only updates to maintained-app manifests bumping version, queries.patched thresholds, installer_url, and sha256 across multiple apps.
  • fleetdm/fleet#47849: Overlaps directly on ee/maintained-apps/outputs/tuple/darwin.json, updating the same Tuple version, patched query, installer URL, and sha256 fields.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The PR description is minimal and generic ('Automated ingestion of latest Fleet-maintained app data'), lacking the detailed information required by the repository template such as related issues, testing details, and checklist items. Expand the description to follow the template structure by including related issue number, completed checklist items, and confirmation of testing performed for the app metadata updates.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Update Fleet-maintained apps' is directly related to the changeset, which updates multiple Fleet-maintained application configuration files with new versions.
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-2606182002

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.

@github-actions

Copy link
Copy Markdown
Contributor

Closing in favor of #47875.

@github-actions github-actions Bot closed this Jun 18, 2026
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