Adding changes for Fleet v4.81.2 (#41127)

This commit is contained in:
George Karr 2026-03-10 10:31:48 -05:00 committed by GitHub
parent 2822b1b4f1
commit 37c4497f61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 14 additions and 6 deletions

View file

@ -1,3 +1,11 @@
## Fleet 4.81.2 (Mar 06, 2026)
### Bug fixes
- Fixed a bug where macOS systems previous enrolled in fleet wouldn't always go through setup experience after a wipe.
- Fixed issue where policy automation retries were potentially reading stale data from replica database.
- Updated the DEP syncer to properly reassign a profile when ABM unilaterally removes it
## Fleet 4.81.1 (Mar 2, 2026)
### Bug fixes

View file

@ -4,11 +4,11 @@ name: fleet
keywords:
- fleet
- osquery
version: v6.8.2
version: v6.8.3
home: https://github.com/fleetdm/fleet
sources:
- https://github.com/fleetdm/fleet.git
appVersion: v4.81.1
appVersion: v4.81.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.81.1 # Version of Fleet to deploy
imageTag: v4.81.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.81.1"
default = "fleetdm/fleet:v4.81.2"
}
variable "software_inventory" {

View file

@ -68,7 +68,7 @@ variable "redis_mem" {
}
variable "image" {
default = "fleetdm/fleet:v4.81.1"
default = "fleetdm/fleet:v4.81.2"
variable "software_installers_bucket_name" {
default = "fleet-software-installers"

View file

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