Skip to content

Commit 8467903

Browse files
authored
Adding changes for Fleet v4.64.2 (#26850) (#26857) (#26872)
1 parent 49905bd commit 8467903

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Fleet 4.64.2 (Mar 05, 2025)
2+
3+
### Bug fixes
4+
5+
* Improve validation handling.
6+
17
## Fleet 4.64.1 (Feb 20, 2025)
28

39
### Bug fixes

charts/fleet/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ name: fleet
44
keywords:
55
- fleet
66
- osquery
7-
version: v6.4.2
7+
version: v6.4.3-1
88
home: https://github.com/fleetdm/fleet
99
sources:
1010
- https://github.com/fleetdm/fleet.git
11-
appVersion: v4.64.1
11+
appVersion: v4.64.2
1212
dependencies:
1313
- name: mysql
1414
condition: mysql.enabled

charts/fleet/values.yaml

+1-1
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.64.1 # Version of Fleet to deploy
6+
imageTag: v4.64.2 # 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

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

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

infrastructure/dogfood/terraform/gcp/variables.tf

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

7474
variable "software_installers_bucket_name" {

tools/fleetctl-npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fleetctl",
3-
"version": "v4.64.1",
3+
"version": "v4.64.2",
44
"description": "Installer for the fleetctl CLI tool",
55
"bin": {
66
"fleetctl": "./run.js"

0 commit comments

Comments
 (0)