Skip to content

Adding changes for Fleet v4.84.3 - #44886

Merged
georgekarrv merged 2 commits into
mainfrom
update-changelog-prepare-4.84.3-main
May 7, 2026
Merged

Adding changes for Fleet v4.84.3#44886
georgekarrv merged 2 commits into
mainfrom
update-changelog-prepare-4.84.3-main

Conversation

@georgekarrv

@georgekarrv georgekarrv commented May 6, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • 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.

Copilot AI review requested due to automatic review settings May 6, 2026 21:15
@fleet-release
fleet-release requested a review from lukeheath May 6, 2026 21:15

@claude claude Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@coderabbitai

coderabbitai Bot commented May 6, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 856c9dd7-cd6d-42bc-98f6-8de157dcb54c

📥 Commits

Reviewing files that changed from the base of the PR and between 2d1206d and b7b9ac2.

⛔ Files ignored due to path filters (1)
  • CHANGELOG.md is excluded by !**/*.md
📒 Files selected for processing (5)
  • charts/fleet/Chart.yaml
  • charts/fleet/values.yaml
  • infrastructure/dogfood/terraform/aws/variables.tf
  • infrastructure/dogfood/terraform/gcp/variables.tf
  • tools/fleetctl-npm/package.json

Walkthrough

This 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

  • fleetdm/fleet#44590: Preceding version bump that updates the same files to bump Fleet from v4.84.1 to v4.84.2
  • fleetdm/fleet#43357: Updates identical files and fields (Chart.yaml, values.yaml, Terraform variables, package.json) to synchronize Fleet version across deployment manifests
  • fleetdm/fleet#44525: Modifies the same version-related fields in Chart.yaml, values.yaml, Terraform variables, and package.json for a Fleet version bump
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The pull request has no description provided, but the changes are version bump updates that don't require detailed explanation. However, the required template was not followed. Add a pull request description following the repository template, including at minimum the related issue number and relevant checklist items.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: updating Fleet version references from v4.84.2 to v4.84.3 across multiple configuration files and manifests.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch update-changelog-prepare-4.84.3-main

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.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 fleetctl npm installer version to v4.84.3.
  • Updated default Docker image tags used by dogfood Terraform (AWS/GCP) and Helm chart values to v4.84.3 (and chart version to v7.0.1).
  • Added 4.84.3 section to CHANGELOG.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.

Comment thread CHANGELOG.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@georgekarrv
georgekarrv merged commit 2e1831a into main May 7, 2026
17 checks passed
@georgekarrv
georgekarrv deleted the update-changelog-prepare-4.84.3-main branch May 7, 2026 19:03
lukeheath pushed a commit that referenced this pull request May 13, 2026
<!-- 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants