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 (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughThis pull request updates Fleet from v4.83.0 to v4.83.1 across deployment and tooling artifacts. The Helm chart version is bumped v6.8.8 → v6.8.9 and its appVersion to v4.83.1. Container image tags are updated in Helm values and Terraform variables for AWS and GCP. The fleetctl npm package version is incremented to v4.83.1. Example/help text in the github-manage tool is updated to reference the new milestone. 🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (1 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.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@infrastructure/dogfood/terraform/gcp/variables.tf`:
- Around line 70-73: The Terraform file has a missing closing brace for the
variable "image" block which breaks parsing; add the closing "}" to terminate
the variable "image" block before the next variable
"software_installers_bucket_name" declaration so that the "variable \"image\""
block is properly closed and Terraform can parse the subsequent "variable
\"software_installers_bucket_name\"" block.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 33f94a3b-7a65-4c82-8a63-c3b6b3d5725a
⛔ Files ignored due to path filters (1)
CHANGELOG.mdis excluded by!**/*.md
📒 Files selected for processing (6)
charts/fleet/Chart.yamlcharts/fleet/values.yamlinfrastructure/dogfood/terraform/aws/variables.tfinfrastructure/dogfood/terraform/gcp/variables.tftools/fleetctl-npm/package.jsontools/github-manage/cmd/gm/releases.go
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates repo references to Fleet v4.83.1 and documents the release in the changelog.
Changes:
- Bumped Fleet version references across tooling, Helm chart, and dogfood Terraform defaults.
- Updated
gm releases forecastmilestone example to 4.83.1. - Added Fleet 4.83.1 changelog section.
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/github-manage/cmd/gm/releases.go | Updates milestone example string for forecasting. |
| tools/fleetctl-npm/package.json | Bumps fleetctl npm package version to v4.83.1. |
| infrastructure/dogfood/terraform/gcp/variables.tf | Updates default Fleet image tag to v4.83.1. |
| infrastructure/dogfood/terraform/aws/variables.tf | Updates default Fleet image tag to v4.83.1. |
| charts/fleet/values.yaml | Updates Helm values default image tag to v4.83.1. |
| charts/fleet/Chart.yaml | Bumps chart version and appVersion to v4.83.1. |
| CHANGELOG.md | Adds 4.83.1 entry; modifies older entries. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - Fixed stale software titles list after deleting a software installer. | ||
| - Fixed query results cleanup cron failing with "too many placeholders" error by filtering to only saved queries and batching the SQL IN clause. | ||
|
|
||
| ## Fleet 4.81.3 (Mar 20, 2026) | ||
|
|
||
| ### Bug fixes | ||
|
|
||
| - Added configurable body size limits for the `/api/osquery/log` and `/api/osquery/distributed/write` endpoints. | ||
| - Fixed false positive `PayloadTooLargeError` errors. | ||
|
|
||
| ## Fleet 4.81.2 (Mar 06, 2026) |
There was a problem hiding this comment.
This change removes the Fleet 4.81.3 section (it no longer appears between 4.83.0 and 4.81.2). Since the PR is scoped to “Adding changes for Fleet v4.83.1”, deleting an older released section looks unintended; please restore the 4.81.3 entry unless there’s a specific reason to drop it.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #43357 +/- ##
==========================================
+ Coverage 66.89% 66.91% +0.02%
==========================================
Files 2588 2594 +6
Lines 207563 208083 +520
Branches 9207 9207
==========================================
+ Hits 138840 139234 +394
- Misses 56096 56191 +95
- Partials 12627 12658 +31
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:
|
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: George Karr <georgekarrv@users.noreply.github.com>
Summary by CodeRabbit