Skip to content

Commit 774e950

Browse files
Adding changes for Fleet v4.76.1 (#35759)
Co-authored-by: Jordan Montgomery <elijah.jordan.montgomery@gmail.com>
1 parent 7b55bdf commit 774e950

7 files changed

Lines changed: 12 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Fleet 4.76.1 (Nov 18, 2025)
2+
3+
### Bug fixes
4+
5+
- Updated existing /setup_experience/script POST endpoint to allow updating the macOS setup experience script in-place, and modified gitops to remove the DELETE call
6+
17
## Fleet 4.76.0 (Nov 7, 2025)
28

39
### Security Engineers

changes/35309-setup-experience-script

Lines changed: 0 additions & 1 deletion
This file was deleted.

charts/fleet/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ name: fleet
44
keywords:
55
- fleet
66
- osquery
7-
version: v6.7.0
7+
version: v6.7.1
88
home: https://github.com/fleetdm/fleet
99
sources:
1010
- https://github.com/fleetdm/fleet.git
11-
appVersion: v4.76.0
11+
appVersion: v4.76.1
1212
dependencies:
1313
- name: mysql
1414
condition: mysql.enabled

charts/fleet/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
hostName: fleet.localhost
44
replicas: 3 # The number of Fleet instances to deploy
55
imageRepository: fleetdm/fleet
6-
imageTag: v4.76.0 # Version of Fleet to deploy
6+
imageTag: v4.76.1 # Version of Fleet to deploy
77
# imagePullSecrets is optional.
88
# imagePullSecrets:
99
# - name: docker

infrastructure/dogfood/terraform/aws/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ variable "database_name" {
5656

5757
variable "fleet_image" {
5858
description = "the name of the container image to run"
59-
default = "fleetdm/fleet:v4.76.0"
59+
default = "fleetdm/fleet:v4.76.1"
6060
}
6161

6262
variable "software_inventory" {

infrastructure/dogfood/terraform/gcp/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ variable "redis_mem" {
6868
}
6969

7070
variable "image" {
71-
default = "fleetdm/fleet:v4.76.0"
71+
default = "fleetdm/fleet:v4.76.1"
7272

7373
variable "software_installers_bucket_name" {
7474
default = "fleet-software-installers"

tools/fleetctl-npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fleetctl",
3-
"version": "v4.76.0",
3+
"version": "v4.76.1",
44
"description": "Installer for the fleetctl CLI tool",
55
"bin": {
66
"fleetctl": "./run.js"

0 commit comments

Comments
 (0)