Cherry-pick #45742: Adding changes for Fleet v4.86.0#46506
Conversation
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Pull request overview
Cherry-picks the Fleet v4.86.0 release updates into main, including release notes, version bumps for packaging/deployment artifacts, and removal of consumed changelog fragments.
Changes:
- Added Fleet 4.86.0 changelog section.
- Bumped Helm chart, dogfood Terraform image defaults, fleetctl npm package, and release tooling examples to v4.86.0.
- Removed consumed
changes/entries included in the changelog.
Reviewed changes
Copilot reviewed 7 out of 141 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
CHANGELOG.md |
Adds Fleet 4.86.0 release notes. |
charts/fleet/Chart.yaml |
Bumps chart/app versions. |
charts/fleet/values.yaml |
Bumps default Fleet image tag. |
infrastructure/dogfood/terraform/aws/variables.tf |
Bumps AWS dogfood image. |
infrastructure/dogfood/terraform/gcp/variables.tf |
Bumps GCP dogfood image. |
tools/fleetctl-npm/package.json |
Bumps fleetctl npm package version. |
tools/github-manage/cmd/gm/releases.go |
Updates forecast command example milestone. |
changes/* |
Removes consumed changelog fragments for the v4.86.0 release. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (140)
💤 Files with no reviewable changes (134)
WalkthroughThis PR performs a coordinated v4.85.1 to v4.86.0 version bump across Fleet's Helm charts, Terraform infrastructure, npm tooling, and release documentation. It updates version identifiers in Helm chart metadata, Kubernetes deployment values, AWS and GCP Terraform variables, the fleetctl npm package manifest, and CLI release help text. The PR also updates release notes and changelog entries, including removals of documented features and fixes that are being removed from this release's documentation, and updates to configuration and help text hyperlinks. Possibly related issues
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #46506 +/- ##
==========================================
- Coverage 66.81% 66.81% -0.01%
==========================================
Files 2805 2805
Lines 223576 223576
Branches 11481 11481
==========================================
- Hits 149380 149374 -6
- Misses 60640 60644 +4
- Partials 13556 13558 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Cherry-picks
c94e74bcde(PR #45742) fromrc-minor-fleet-v4.86.0intomainso main reflects the v4.86.0 version bump (CHANGELOG, Helm chart, dogfood terraform, fleetctl-npm, release tooling).Conflict resolution
charts/fleet/values.yaml: kept the newimagePullPolicycomment block from main and applied the version bump (v4.85.1→v4.86.0).Summary by CodeRabbit
New Features
Bug Fixes
Improvements