Skip to content

Commit 1848590

Browse files
authored
Prepare Fleet v4.67.1 (#28579)
1 parent 0d141cd commit 1848590

File tree

7 files changed

+11
-8
lines changed

7 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Fleet 4.67.1 (Apr 25, 2025)
2+
3+
- Removed updates of existing macOS software names on software ingestion to remediate a significant database performance regression introduced in 4.67.0.
4+
15
## Fleet 4.67.0 (Apr 24, 2025)
26

37
### Security Engineers

changes/28565-software-inventory

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.5.2
7+
version: v6.5.3
88
home: https://github.com/fleetdm/fleet
99
sources:
1010
- https://github.com/fleetdm/fleet.git
11-
appVersion: v4.67.0
11+
appVersion: v4.67.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.67.0 # Version of Fleet to deploy
6+
imageTag: v4.67.1 # Version of Fleet to deploy
77
podAnnotations: {} # Additional annotations to add to the Fleet pod
88
serviceAnnotations: {} # Additional annotations to add to the Fleet service
99
serviceAccountAnnotations: {} # Additional annotations to add to the Fleet service account

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.67.0"
59+
default = "fleetdm/fleet:v4.67.1"
6060

6161
variable "software_inventory" {
6262
description = "enable/disable software inventory (default is enabled)"

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.67.0"
71+
default = "fleetdm/fleet:v4.67.1"
7272
}
7373

7474
variable "software_installers_bucket_name" {

tools/fleetctl-npm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fleetctl",
3-
"version": "v4.67.0",
3+
"version": "v4.67.1",
44
"description": "Installer for the fleetctl CLI tool",
55
"bin": {
66
"fleetctl": "./run.js"
@@ -24,4 +24,4 @@
2424
"osquery",
2525
"security"
2626
]
27-
}
27+
}

0 commit comments

Comments
 (0)