Adding changes for Fleet v4.86.2 - #47219
Conversation
|
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 (5)
💤 Files with no reviewable changes (3)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThis PR updates Fleet version references from v4.86.1 to v4.86.2 across deployment and release artifacts: Helm chart metadata (charts/fleet/Chart.yaml), Helm values imageTag (charts/fleet/values.yaml), Terraform dogfood defaults for AWS and GCP (infrastructure/dogfood/terraform/*/variables.tf), and the fleetctl npm package version (tools/fleetctl-npm/package.json). Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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.
Pull request overview
Bumps Fleet release references to v4.86.2 across distribution/deployment configs (npm fleetctl package, Helm chart defaults, and dogfood Terraform) and updates CHANGELOG.md for the 4.86.2 patch release notes.
Changes:
- Updated version tags to
v4.86.2in npm packaging (fleetctl), Helm chart defaults, and dogfood Terraform (AWS/GCP). - Added a new
Fleet 4.86.2section toCHANGELOG.mdand adjusted surrounding changelog entries.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| tools/fleetctl-npm/package.json | Bumps the fleetctl npm package version to v4.86.2. |
| infrastructure/dogfood/terraform/gcp/variables.tf | Updates the default dogfood GCP image tag to v4.86.2. |
| infrastructure/dogfood/terraform/aws/variables.tf | Updates the default dogfood AWS image tag to v4.86.2. |
| charts/fleet/values.yaml | Updates the default Helm chart image tag to v4.86.2. |
| charts/fleet/Chart.yaml | Updates Helm chart appVersion to v4.86.2. |
| CHANGELOG.md | Adds the 4.86.2 changelog section and modifies nearby release entries. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
9df1950 to
cc0abda
Compare
Summary by CodeRabbit
Bug Fixes
Chores