Skip to content

Update Evernote maintained app to 11.28.2 - #50583

Merged
allenhouchins merged 1 commit into
mainfrom
claude/vibrant-mccarthy-trfut5
Aug 5, 2026
Merged

Update Evernote maintained app to 11.28.2#50583
allenhouchins merged 1 commit into
mainfrom
claude/vibrant-mccarthy-trfut5

Conversation

@allenhouchins

@allenhouchins allenhouchins commented Aug 5, 2026

Copy link
Copy Markdown
Member

Related issue: Resolves #

Checklist for submitter

  • Input data is properly validated, SELECT * is avoided, SQL injection is prevented (using placeholders for values in statements), JS inline code is prevented especially for url redirects, and untrusted data interpolated into shell scripts/commands is validated against shell metacharacters.

Testing

  • QA'd all new/changed functionality manually

Summary

Bumps the Fleet-maintained Evernote (macOS) app from 11.27.5 to 11.28.2, the latest version per the Evernote release notes.

  • Updated version and the embedded version_compare target in the patched osquery query in ee/maintained-apps/outputs/evernote/darwin.json.
  • installer_url and sha256 are unchanged — Evernote's DMG installer link always serves the latest build (sha256: "no_check").
  • inputs/homebrew/evernote.json is frozen and untouched, as required.

Generated by Claude Code

Summary by CodeRabbit

  • Chores
    • Updated the Evernote Darwin package requirement to version 11.28.2.

Copilot AI lite review requested due to automatic review settings August 5, 2026 14:15

Copilot AI 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.

Pull request overview

Bumps the Fleet-maintained Evernote (macOS) app metadata to target version 11.28.2, updating the osquery patched query threshold so Fleet can evaluate whether hosts are at/above the desired version.

Changes:

  • Updated Evernote target version from 11.27.511.28.2.
  • Updated the patched osquery query to compare against 11.28.2.
Suppressed comments (1)

ee/maintained-apps/outputs/evernote/darwin.json:11

  • The declared target version is now 11.28.2, but the installer_url still embeds "Evernote-10.105.4" in the filename. Even if the URL always serves the latest build, this metadata mismatch is confusing and makes it harder to verify that the installer actually corresponds to the target version in the patched query.
        "patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.evernote.Evernote' AND version_compare(bundle_short_version, '11.28.2') < 0);"
      },
      "installer_url": "https://mac.desktop.evernote.com/builds/Evernote-10.105.4-mac-ddl-stage-20240910164757-a2e60a8d876a07eded5d212fa56ba45214114ad0.dmg",
      "install_script_ref": "4cd3103c",
      "uninstall_script_ref": "b7960ac0",

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@allenhouchins
allenhouchins marked this pull request as ready for review August 5, 2026 17:18
@allenhouchins
allenhouchins merged commit 5ec4c65 into main Aug 5, 2026
19 checks passed
@allenhouchins
allenhouchins deleted the claude/vibrant-mccarthy-trfut5 branch August 5, 2026 17:18
@coderabbitai

coderabbitai Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 07b8bd4c-a7b1-4076-94ee-6b7a39b7025f

📥 Commits

Reviewing files that changed from the base of the PR and between 72c224b and 156d1b3.

📒 Files selected for processing (1)
  • ee/maintained-apps/outputs/evernote/darwin.json

Walkthrough

The Evernote Darwin manifest now declares version 11.28.2. Its patched-version query also uses 11.28.2 instead of 11.27.5. Installer and uninstaller scripts remain unchanged.

Possibly related PRs

  • fleetdm/fleet#50395: Updates the Evernote macOS version metadata and patched-version query.
  • fleetdm/fleet#50229: Updates Evernote maintained-app version metadata for another platform.
  • fleetdm/fleet#49539: Updates maintained-app version metadata and patched-version checks in Darwin manifests.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/vibrant-mccarthy-trfut5

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.

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.

4 participants