Adding changes for Fleet v4.83.2 (#43495)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **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>
This commit is contained in:
George Karr 2026-04-17 12:26:30 -05:00 committed by GitHub
parent 51af71f712
commit ea4ca5b948
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 12 additions and 6 deletions

View file

@ -1,3 +1,9 @@
## Fleet 4.83.2 (Apr 13, 2026)
### Bug fixes
- Fixed a crash on the "My device" page for Fleet Free instances. The page returned a 402 error when the host was assigned to a team because the device endpoint called a premium-only API, and also crashed when accessing undefined policies data.```
## Fleet 4.83.1 (Apr 10, 2026)
### Bug fixes

View file

@ -4,11 +4,11 @@ name: fleet
keywords:
- fleet
- osquery
version: v6.8.9
version: v6.8.10
home: https://github.com/fleetdm/fleet
sources:
- https://github.com/fleetdm/fleet.git
appVersion: v4.83.1
appVersion: v4.83.2
dependencies:
- name: mysql
condition: mysql.enabled

View file

@ -4,7 +4,7 @@ hostName: fleet.localhost
replicas: 3 # The number of Fleet instances to deploy
revisionHistoryLimit: 10 # Number of old ReplicaSets for Fleet deployment to retain for rollback (set to 0 for unlimited)
imageRepository: fleetdm/fleet
imageTag: v4.83.1 # Version of Fleet to deploy
imageTag: v4.83.2 # Version of Fleet to deploy
# imagePullSecrets is optional.
# imagePullSecrets:
# - name: docker

View file

@ -56,7 +56,7 @@ variable "database_name" {
variable "fleet_image" {
description = "the name of the container image to run"
default = "fleetdm/fleet:v4.83.1"
default = "fleetdm/fleet:v4.83.2"
}
variable "software_inventory" {

View file

@ -68,7 +68,7 @@ variable "redis_mem" {
}
variable "image" {
default = "fleetdm/fleet:v4.83.1"
default = "fleetdm/fleet:v4.83.2"
}
variable "software_installers_bucket_name" {

View file

@ -1,6 +1,6 @@
{
"name": "fleetctl",
"version": "v4.83.1",
"version": "v4.83.2",
"description": "Installer for the fleetctl CLI tool",
"bin": {
"fleetctl": "./run.js"