Adding changes for Fleet v4.87.1 - #48291
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.
|
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 selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughVersion references are updated from 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 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.
Pull request overview
Updates Fleet release artifacts and deployment defaults to reflect the v4.87.1 patch release across tooling, infrastructure, Helm chart values, and the top-level changelog.
Changes:
- Bumped version references from v4.87.0 → v4.87.1 in fleetctl NPM package metadata, dogfood Terraform defaults (AWS/GCP), and Helm chart defaults.
- Updated Helm chart
appVersionand defaultimageTagto v4.87.1. - Added the Fleet 4.87.1 changelog section and adjusted a Hangar gitrepo test fixture to reference v4.87.1.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| tools/hangar/internal/gitrepo/git_test.go | Updates RC branch-name fixtures for branch parsing tests. |
| tools/fleetctl-npm/package.json | Bumps fleetctl NPM package version to v4.87.1. |
| infrastructure/dogfood/terraform/gcp/variables.tf | Updates default Fleet Docker image tag to v4.87.1 (GCP dogfood). |
| infrastructure/dogfood/terraform/aws/variables.tf | Updates default Fleet Docker image tag to v4.87.1 (AWS dogfood). |
| charts/fleet/values.yaml | Updates default Helm imageTag to v4.87.1. |
| charts/fleet/Chart.yaml | Updates Helm appVersion to v4.87.1. |
| CHANGELOG.md | Adds release notes for Fleet 4.87.1. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -8,7 +8,7 @@ version: v7.0.8 | |||
| home: https://github.com/fleetdm/fleet | |||
| sources: | |||
| - https://github.com/fleetdm/fleet.git | |||
| appVersion: v4.87.0 | |||
| appVersion: v4.87.1 | |||
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #48291 +/- ##
==========================================
- Coverage 67.31% 67.30% -0.01%
==========================================
Files 3661 3661
Lines 231522 231530 +8
Branches 12264 12264
==========================================
- Hits 155848 155841 -7
- Misses 61726 61736 +10
- Partials 13948 13953 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
| @@ -8,7 +8,7 @@ version: v7.0.8 | |||
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
Ready for you again @lukeheath |
CI Feedback 🧐A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
Summary by CodeRabbit