Adding changes for Fleet v4.84.3 - #44886
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 bumps the Fleet version from v4.84.2 to v4.84.3 across configuration and deployment files. Changes include updating the Helm chart version from v7.0.0 to v7.0.1, modifying the appVersion in Chart.yaml, updating the Fleet image tag in values.yaml, adjusting Terraform variables for AWS and GCP dogfood infrastructure, and updating the npm package version. No functional code changes are introduced. 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)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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 release artifacts and deployment defaults to Fleet v4.84.3, aligning the npm installer package, Helm chart, and dogfood Terraform stacks with the new patch release, and adds the corresponding changelog entry.
Changes:
- Bumped
fleetctlnpm installer version tov4.84.3. - Updated default Docker image tags used by dogfood Terraform (AWS/GCP) and Helm chart values to
v4.84.3(and chart version tov7.0.1). - Added
4.84.3section toCHANGELOG.md.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tools/fleetctl-npm/package.json | Bumps the npm installer package version to v4.84.3. |
| infrastructure/dogfood/terraform/gcp/variables.tf | Updates default Fleet Docker image tag to v4.84.3 for GCP dogfood. |
| infrastructure/dogfood/terraform/aws/variables.tf | Updates default Fleet Docker image tag to v4.84.3 for AWS dogfood. |
| charts/fleet/values.yaml | Updates Helm values default imageTag to v4.84.3. |
| charts/fleet/Chart.yaml | Bumps chart version and appVersion to match the v4.84.3 release. |
| CHANGELOG.md | Adds the 4.84.3 changelog entry (and includes a minor formatting change elsewhere). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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** * Updated Kubernetes deployment chart to v7.0.1 with application version v4.84.3. * Updated container image versions across cloud deployment configurations to v4.84.3. * Updated command-line tool version to v4.84.3. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Summary by CodeRabbit