Update Fleet-maintained apps - #49629
Conversation
Generated automatically with cmd/maintained-apps.
WalkthroughUpdated 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)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
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
📒 Files selected for processing (5)
ee/maintained-apps/outputs/aws-cli/windows.jsonee/maintained-apps/outputs/aws-vpn-client/darwin.jsonee/maintained-apps/outputs/aws-vpn-client/windows.jsonee/maintained-apps/outputs/typora/windows.jsonee/maintained-apps/outputs/wispr-flow/darwin.json
| "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", |
There was a problem hiding this comment.
🗄️ 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:
- 1: https://docs.aws.amazon.com/vpn/latest/clientvpn-user/client-vpn-connect-windows-release-notes.html
- 2: https://docs.aws.amazon.com/vpn/latest/clientvpn-user/client-vpn-connect-macos-release-notes.html
- 3: https://docs.aws.amazon.com/vpn/latest/clientvpn-user/WhatsNew.html
- 4: https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/0df62c2f-031e-11e9-b86b-00505692583a/forticlient-5.4.2-mac-os-x-release-notes.pdf
- 5: https://docs2.fortinet.com/document/forticlient/5.4.2/windows-release-notes/503596
- 6: https://fortiweb.ru/en/download/FortiClient/35686-5.4.2/
- 7: https://aws.amazon.com/vpn/client-vpn-download/
- 8: https://docs.aws.amazon.com/vpn/latest/clientvpn-user/client-vpn-connect-linux-release-notes.html
- 9: https://docs.aws.amazon.com/pdfs/vpn/latest/clientvpn-user/client-vpn-user-guide.pdf
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
|
Closing in favor of #49630. |
Automated ingestion of latest Fleet-maintained app data.
Summary by CodeRabbit