File tree 6 files changed +12
-6
lines changed
infrastructure/dogfood/terraform
6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## Fleet 4.64.2 (Mar 05, 2025)
2
+
3
+ ### Bug fixes
4
+
5
+ * Improve validation handling.
6
+
1
7
## Fleet 4.64.1 (Feb 20, 2025)
2
8
3
9
### Bug fixes
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ name: fleet
4
4
keywords :
5
5
- fleet
6
6
- osquery
7
- version : v6.4.2
7
+ version : v6.4.3-1
8
8
home : https://github.com/fleetdm/fleet
9
9
sources :
10
10
- https://github.com/fleetdm/fleet.git
11
- appVersion : v4.64.1
11
+ appVersion : v4.64.2
12
12
dependencies :
13
13
- name : mysql
14
14
condition : mysql.enabled
Original file line number Diff line number Diff line change 3
3
hostName : fleet.localhost
4
4
replicas : 3 # The number of Fleet instances to deploy
5
5
imageRepository : fleetdm/fleet
6
- imageTag : v4.64.1 # Version of Fleet to deploy
6
+ imageTag : v4.64.2 # Version of Fleet to deploy
7
7
podAnnotations : {} # Additional annotations to add to the Fleet pod
8
8
serviceAnnotations : {} # Additional annotations to add to the Fleet service
9
9
serviceAccountAnnotations : {} # Additional annotations to add to the Fleet service account
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ variable "database_name" {
56
56
57
57
variable "fleet_image" {
58
58
description = " the name of the container image to run"
59
- default = " fleetdm/fleet:v4.64.1 "
59
+ default = " fleetdm/fleet:v4.64.2 "
60
60
61
61
variable "software_inventory" {
62
62
description = " enable/disable software inventory (default is enabled)"
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ variable "redis_mem" {
68
68
}
69
69
70
70
variable "image" {
71
- default = " fleetdm/fleet:v4.64.1 "
71
+ default = " fleetdm/fleet:v4.64.2 "
72
72
}
73
73
74
74
variable "software_installers_bucket_name" {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fleetctl" ,
3
- "version" : " v4.64.1 " ,
3
+ "version" : " v4.64.2 " ,
4
4
"description" : " Installer for the fleetctl CLI tool" ,
5
5
"bin" : {
6
6
"fleetctl" : " ./run.js"
You can’t perform that action at this time.
0 commit comments