Adding changes for Fleet v4.84.2 - #44590
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 (5)
WalkthroughThis PR bumps the Fleet application version from v4.84.1 to v4.84.2 across multiple deployment and distribution artifacts. The chart version is incremented from v6.9.2 to v6.9.3 in the Helm Chart.yaml metadata. The image tag is updated in the Helm values.yaml file, the Terraform variables for both AWS and GCP dogfood environments, and the npm package metadata for fleetctl-npm. 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. Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.Comment |
There was a problem hiding this comment.
Pull request overview
Updates the repo’s published version references for the Fleet v4.84.2 release across packaging/deployment artifacts, and adds the v4.84.2 changelog entry.
Changes:
- Bump
fleetctlnpm installer package version tov4.84.2. - Update dogfood Terraform defaults (AWS/GCP) and Helm chart values/metadata to deploy Fleet
v4.84.2. - Add
4.84.2release notes toCHANGELOG.md.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| tools/fleetctl-npm/package.json | Bumps the published fleetctl npm package version to v4.84.2. |
| infrastructure/dogfood/terraform/gcp/variables.tf | Updates the default Fleet container image tag used by GCP dogfood. |
| infrastructure/dogfood/terraform/aws/variables.tf | Updates the default Fleet container image tag used by AWS dogfood. |
| charts/fleet/values.yaml | Updates the default Helm-deployed Fleet image tag to v4.84.2. |
| charts/fleet/Chart.yaml | Bumps Helm chart version and appVersion to align with Fleet v4.84.2. |
| CHANGELOG.md | Adds the Fleet 4.84.2 section and adjusts one existing bullet indentation (with a spacing issue). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,3 +1,18 @@ | |||
| ## Fleet 4.84.2 (May 01, 2026) | |||
There was a problem hiding this comment.
The release date uses a leading zero ("May 01, 2026"), which is inconsistent with nearby entries (e.g., "Apr 30, 2026"). Consider changing to "May 1, 2026" for consistency.
| ## Fleet 4.84.2 (May 01, 2026) | |
| ## Fleet 4.84.2 (May 1, 2026) |
|
|
||
| - Fixed filtering in `/api/v1/fleet/labels/:id/hosts` endpoint. | ||
| - Fixed a dead SQL condition in `hostVPPInstalls` that was misleading but harmless: Android VPP apps never produce `nano_command_results` entries (they use Google's Android Management API, not nanoMDM), so the previous `(hvsi.platform != 'android' OR ncr.id IS NULL)` guard was a tautology. Replaced with a clarifying comment. | ||
| - Fleet UI > Settings > Variables: Fixed access to not allow adding custom variable while in gitops mode both in the empty state and when a variable already exists |
There was a problem hiding this comment.
This bullet is grammatically hard to parse and is missing terminal punctuation. Consider rewording to clearly describe the access control change (e.g., preventing adding custom variables while in GitOps mode) and end the sentence with a period.
| - Fleet UI > Settings > Variables: Fixed access to not allow adding custom variable while in gitops mode both in the empty state and when a variable already exists | |
| - Fleet UI > Settings > Variables: Prevented adding custom variables while in GitOps mode, both in the empty state and when a variable already exists. |
| - Fixed a bug where custom package installers were not removed when adding an FMA for the same title via GitOps, which caused setup experience to install duplicate software. | ||
| - Fixed a bug where host environment variables in script-only packages would cause gitops to fail | ||
| - Updated go to 1.26.2 | ||
| - Fixed an issue where trying to wipe a device after its certificate was renewed could fail due to a missing bootstrap token. _Note: The device might still have wiped_ |
There was a problem hiding this comment.
The note reads awkwardly ("might still have wiped"); consider changing to "might still have been wiped" for correct tense and clarity.
| - Fixed an issue where trying to wipe a device after its certificate was renewed could fail due to a missing bootstrap token. _Note: The device might still have wiped_ | |
| - Fixed an issue where trying to wipe a device after its certificate was renewed could fail due to a missing bootstrap token. _Note: The device might still have been wiped_ |
| - Fixed disk encryption key modal to not show stale key when switching between hosts. | ||
| - Fixed SCIM user not associating with host when IdP username was set before the SCIM user was created. | ||
| - Fixed Google Drive version not matching upstream. | ||
| - Fixed Google Drive version not matching upstream. |
There was a problem hiding this comment.
There is an extra space after "Fixed" ("Fixed Google Drive..."). Please remove the double space to avoid formatting issues in the rendered changelog.
| - Fixed Google Drive version not matching upstream. | |
| - Fixed Google Drive version not matching upstream. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Version bumped to v4.84.2 across Helm charts, container images, deployment infrastructure, and npm package. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Summary by CodeRabbit