Adding changes for Fleet v4.83.2 - #43495
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 pull request updates the Fleet application version from v4.83.1 to v4.83.2 across multiple infrastructure and deployment configuration files. Changes include bumping the Helm chart version and application version in Chart.yaml, updating the container image tag in Helm values.yaml, updating Terraform variable defaults for both AWS and GCP deployments, and incrementing the npm package version in tools/fleetctl-npm/package.json. Possibly related PRs
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 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
Updates Fleet release references across packaging/deployment artifacts and adds the v4.83.2 release notes entry.
Changes:
- Bumped Fleet version/tag references from v4.83.1 to v4.83.2 in npm installer metadata, Terraform dogfood images (AWS/GCP), and Helm values.
- Bumped Helm chart version to v6.8.10 and updated chart
appVersionto v4.83.2. - Added CHANGELOG entry for Fleet 4.83.2.
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 fleetctl npm installer package version to v4.83.2. |
| infrastructure/dogfood/terraform/gcp/variables.tf | Updates dogfood GCP default Fleet container image tag to v4.83.2. |
| infrastructure/dogfood/terraform/aws/variables.tf | Updates dogfood AWS default Fleet container image tag to v4.83.2. |
| charts/fleet/values.yaml | Updates Helm default imageTag to v4.83.2. |
| charts/fleet/Chart.yaml | Bumps chart version and sets appVersion to v4.83.2. |
| CHANGELOG.md | Adds Fleet 4.83.2 release notes entry and minor formatting adjustments. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ### Bug fixes | ||
|
|
||
| - Fixed 500 on my device page on Fleet Free. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> * **Chores** * Released patch version v4.83.2 with updated Helm chart and application metadata. * Updated deployment configurations to use the latest container image version across cloud providers. * Updated published package version to v4.83.2. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Luke Heath <luke@fleetdm.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Summary by CodeRabbit