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 ignored due to path filters (1)
📒 Files selected for processing (6)
WalkthroughThe PR bumps the Fleet version from v4.87.0 to v4.87.1 in Helm chart metadata, chart values, Terraform defaults for AWS and GCP, and the 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 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 |
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.
| 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 |
| ref("rc-minor-fleet-v4.88.0", "a", "s", "me", "1d", "refs/heads/rc-minor-fleet-v4.88.0"), | ||
| ref("rc-patch-fleet-v4.88.1", "a", "s", "me", "2d", "refs/heads/rc-patch-fleet-v4.88.1"), | ||
| ref("rc-minor-fleet-v4.87.0", "a", "s", "me", "3d", "refs/heads/rc-minor-fleet-v4.87.0"), | ||
| ref("rc-minor-fleet-v4.87.1", "a", "s", "me", "3d", "refs/heads/rc-minor-fleet-v4.87.1"), |
| // Keep 2 most-recent minor lines (4.88, 4.87) incl. the patch on 4.88, | ||
| // plus the current branch (4.86). Drop 4.85. | ||
| for _, want := range []string{"rc-minor-fleet-v4.88.0", "rc-patch-fleet-v4.88.1", "rc-minor-fleet-v4.87.0", "rc-minor-fleet-v4.86.0"} { | ||
| for _, want := range []string{"rc-minor-fleet-v4.88.0", "rc-patch-fleet-v4.88.1", "rc-minor-fleet-v4.87.1", "rc-minor-fleet-v4.86.0"} { |
CI Feedback 🧐A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
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:
|
Summary by CodeRabbit
Chores
v4.87.1across chart metadata, deployment image settings, and package versioning.Tests
v4.87.1release.