Skip to content

Update Fleet-maintained apps - #49629

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

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

Conversation

@fleet-release

@fleet-release fleet-release commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Updates
    • Updated AWS CLI for Windows to version 2.36.4.
    • Updated AWS VPN Client for macOS and Windows to version 5.4.2.
    • Updated Typora for Windows to version 1.14.6.
    • Updated Wispr Flow for macOS to version 1.6.168.
    • Refreshed installer download links, checksums, and version detection for each release.

Generated automatically with cmd/maintained-apps.
@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Walkthrough

Updated maintained-app release metadata for AWS CLI, AWS VPN Client, Typora, and Wispr Flow. Each entry now references a newer application version, matching patched-query threshold, installer URL, and SHA-256 checksum. Install and uninstall 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 is a generic one-liner and does not follow the repository's required template or include checklist details. Add the Related issue field, complete the required checklist sections, and include testing/QA details for the maintained-app updates.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title is clear and related, but it is broader than the specific metadata updates in the change set.
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-2607210328

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/aws-vpn-client/darwin.json`:
- Around line 4-12: Remove the 5.4.2 AWS Client VPN release entries from
ee/maintained-apps/outputs/aws-vpn-client/darwin.json (lines 4-12) and
ee/maintained-apps/outputs/aws-vpn-client/windows.json (lines 4-12), including
their version, query, installer URL, script references, and checksum fields.
🪄 Autofix (Beta)

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

Run ID: 7da561b4-316a-4cdd-8b5d-d7406f16c1d1

📥 Commits

Reviewing files that changed from the base of the PR and between b9c66c0 and f713ccf.

📒 Files selected for processing (5)
  • ee/maintained-apps/outputs/aws-cli/windows.json
  • ee/maintained-apps/outputs/aws-vpn-client/darwin.json
  • ee/maintained-apps/outputs/aws-vpn-client/windows.json
  • ee/maintained-apps/outputs/typora/windows.json
  • ee/maintained-apps/outputs/wispr-flow/darwin.json

Comment on lines +4 to +12
"version": "5.4.2",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.amazonaws.acvc.osx';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.amazonaws.acvc.osx' AND version_compare(bundle_short_version, '5.4.1') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.amazonaws.acvc.osx' AND version_compare(bundle_short_version, '5.4.2') < 0);"
},
"installer_url": "https://d20adtppz83p9s.cloudfront.net/OSX_ARM64/5.4.1/AWS_VPN_Client_ARM64.pkg",
"installer_url": "https://d20adtppz83p9s.cloudfront.net/OSX_ARM64/5.4.2/AWS_VPN_Client_ARM64.pkg",
"install_script_ref": "53e8589e",
"uninstall_script_ref": "695f03a0",
"sha256": "fc442adb7513d355de827ef3c1bece7c1a1b7bd924003a54e6821c0b832f2837",
"sha256": "a9778dd2ce7aff40f9b72f5d96156daf0d9049d958c6d1aeca8942a25c35debf",

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

🌐 Web query:

AWS VPN Client 5.4.2 macOS Windows release notes installer checksum

💡 Result:

As of July 21, 2026, there is no official AWS Client VPN software version 5.4.2 [1][2][3]. The most recent versions available from Amazon Web Services for macOS and Windows are 5.4.1 (released July 6, 2026) and 5.4.0 (released June 22, 2026) [1][2][3]. The version number "5.4.2" that appears in some search results refers to FortiClient software, which is a different product from a different vendor (Fortinet) [4][5][6]. Please ensure you are downloading the correct client software from the official AWS Client VPN download page [7]. For legitimate AWS Client VPN installers, checksums (SHA256) are provided directly within the official AWS documentation for the respective operating systems [1][8][2][9]. Always verify the downloaded file's checksum against the value published on the official AWS documentation website to ensure the integrity of the installer [9].

Citations:


Drop the 5.4.2 AWS Client VPN entries. AWS Client VPN docs currently list macOS/Windows releases only up to 5.4.1/5.4.0, so these installer URLs and checksums point to a non-public version and shouldn’t be merged as-is.

📍 Affects 2 files
  • ee/maintained-apps/outputs/aws-vpn-client/darwin.json#L4-L12 (this comment)
  • ee/maintained-apps/outputs/aws-vpn-client/windows.json#L4-L12
🤖 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/aws-vpn-client/darwin.json` around lines 4 - 12,
Remove the 5.4.2 AWS Client VPN release entries from
ee/maintained-apps/outputs/aws-vpn-client/darwin.json (lines 4-12) and
ee/maintained-apps/outputs/aws-vpn-client/windows.json (lines 4-12), including
their version, query, installer URL, script references, and checksum fields.

Source: MCP tools

@github-actions

Copy link
Copy Markdown
Contributor

Closing in favor of #49630.

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