Skip to content

Adding changes for Fleet v4.90.2 - #51983

Open
georgekarrv wants to merge 1 commit into
mainfrom
update-changelog-prepare-4.90.2-main
Open

Adding changes for Fleet v4.90.2#51983
georgekarrv wants to merge 1 commit into
mainfrom
update-changelog-prepare-4.90.2-main

Conversation

@georgekarrv

@georgekarrv georgekarrv commented Aug 26, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • Release
    • Updated Fleet and Fleetctl to version 4.90.2.
    • Updated deployment configurations to use the Fleet 4.90.2 image.
    • Updated the Fleet Helm chart version to 7.0.17.
  • Documentation
    • Updated release-version references for migration testing.

Copilot AI lite review requested due to automatic review settings August 26, 2026 20:50

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

This PR prepares the Fleet repository for the v4.90.2 patch release by bumping version references across deployment artifacts (Helm, dogfood Terraform, fleetctl npm package), updating a migration-cleanup test comment, and adding a new v4.90.2 changelog entry.

Changes:

  • Bump Fleet image/version references from v4.90.1 → v4.90.2 across Helm chart values, Helm chart metadata, dogfood Terraform (AWS/GCP), and the fleetctl npm package.
  • Add a new Fleet 4.90.2 section at the top of CHANGELOG.md.
  • Update a migration-cleanup test comment to reference the 4.90.2 → 4.91.0 re-timestamping shape.

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
tools/migration-cleanup/sql_test.go Updates a test comment to reference the 4.90.2 patch context.
tools/fleetctl-npm/package.json Bumps fleetctl npm package version to v4.90.2.
infrastructure/dogfood/terraform/gcp/variables.tf Updates the default dogfood GCP image tag to v4.90.2.
infrastructure/dogfood/terraform/aws/variables.tf Updates the default dogfood AWS image tag to v4.90.2.
charts/fleet/values.yaml Updates Helm default imageTag to v4.90.2.
charts/fleet/Chart.yaml Bumps chart version and appVersion for the v4.90.2 release.
CHANGELOG.md Adds 4.90.2 entry; also modifies historical release-notes content.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread CHANGELOG.md
Comment on lines 160 to 163
- Fixed missing `resolved_in_version` for CVE-2025-63389 on Ollama (resolved in v0.12.4), which was absent because the NVD record only provides a `versionEndIncluding` constraint.
- Fixed vulnerability detection for Python packages on Ubuntu/Debian devices by stripping the "python3-" name prefix during CPE matching.

## Fleet 4.89.2 (Jul 24, 2026)

### Bug fixes

- Fixed a bug where a failed software install was reported as successfully installed when the install script exited with an error but a post-install script exited successfully.
- Fixed Windows Autopilot enrollments intermittently hanging on the Enrollment Status Page at "Account setup".
- Fixed an issue where devices given a mandatory update during ADE enrollment might display a failure or fail to display the update
- Fixed a bug where adding Windows software via GitOps could create a duplicate software title when a host had already reported the same program.
- Fixed a bug where Apple MDM devices re-enrolling manually with a pending SCEP renewal would not be treated as a new renewal and might skip apps, profiles, etc
- Fixed a bug where a Fleet-maintained app install could run a stale, previously-cached version after the app was auto-updated; installs (including automatic retries) now target the version Fleet currently displays.
- Fixed a bug where pinning a Fleet-maintained app to a different version didn't update the patch policy for it.

## Fleet 4.89.1 (Jul 16, 2026)
@coderabbitai

coderabbitai Bot commented Aug 26, 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 Plus

Run ID: 0e8752fe-0d85-4a64-9549-96d39dc62ab8

📥 Commits

Reviewing files that changed from the base of the PR and between 69e0e0e and 8106b23.

⛔ Files ignored due to path filters (1)
  • CHANGELOG.md is excluded by !**/*.md
📒 Files selected for processing (6)
  • charts/fleet/Chart.yaml
  • charts/fleet/values.yaml
  • infrastructure/dogfood/terraform/aws/variables.tf
  • infrastructure/dogfood/terraform/gcp/variables.tf
  • tools/fleetctl-npm/package.json
  • tools/migration-cleanup/sql_test.go

Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review.


Walkthrough

The Fleet Helm chart and application versions were updated to v7.0.17 and v4.90.2. Default Fleet image tags in Helm and dogfood Terraform configurations were updated to v4.90.2. The fleetctl npm package version was updated to v4.90.2. A migration cleanup test comment now references the 4.90.2 -> 4.91.0 release pair.

Possibly related PRs

  • fleetdm/fleet#51172: Updates the same Fleet release-version references for the preceding release update.

Merge Risk: ⚪ Minimal · up to 8106b

This release-version update is merge-ready after normal checks and review; no actionable merge-blocking risk remains.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning No pull request description was provided, so the required issue reference, checklist status, and testing information are missing. Add a pull request description using the repository template. Include the related issue or mark it as not applicable, explain the version updates, and complete or remove the applicable checklist items.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title identifies the Fleet v4.90.2 update and matches the version changes across the chart, infrastructure defaults, and npm package.
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 2 functions across 1 files. (5 skipped: 5 …
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.
Full details: Docstring Coverage

Explanation

Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 2 functions across 1 files. (5 skipped: 5 unsupported.)

  • Fix all pre-merge checks with AI
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch update-changelog-prepare-4.90.2-main

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.

@codecov

codecov Bot commented Aug 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.16%. Comparing base (69e0e0e) to head (8106b23).

Additional details and impacted files
@@           Coverage Diff            @@
##             main   #51983    +/-   ##
========================================
  Coverage   69.15%   69.16%            
========================================
  Files        4049     4050     +1     
  Lines      264004   264173   +169     
  Branches    14068    14068            
========================================
+ Hits       182567   182704   +137     
- Misses      65417    65438    +21     
- Partials    16020    16031    +11     
Flag Coverage Δ
backend 70.14% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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