From a81b0b868e4caa60134fd0e9732f2065eb5ed702 Mon Sep 17 00:00:00 2001 From: George Karr Date: Wed, 17 Sep 2025 10:38:19 -0500 Subject: [PATCH] Adding changes for Fleet v4.73.1 (#32889) (#33116) --- CHANGELOG.md | 6 ++++++ changes/32096-tahoe-setup-experience | 1 - charts/fleet/Chart.yaml | 4 ++-- charts/fleet/values.yaml | 2 +- infrastructure/dogfood/terraform/aws/variables.tf | 2 +- infrastructure/dogfood/terraform/gcp/variables.tf | 2 +- tools/fleetctl-npm/package.json | 2 +- 7 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 changes/32096-tahoe-setup-experience diff --git a/CHANGELOG.md b/CHANGELOG.md index b869290171..289edb4bed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## Fleet 4.73.1 (Sep 11, 2025) + +### Bug fixes + +* Changed MDM Enrollment logic so that devices identified as having a Migration deadline by ABM will not run Setup Experience on the next enrollment(the migration) but will on subsequent enrollments. + ## Fleet 4.73.0 (Sep 8, 2025) ### Security Engineers diff --git a/changes/32096-tahoe-setup-experience b/changes/32096-tahoe-setup-experience deleted file mode 100644 index b10471a324..0000000000 --- a/changes/32096-tahoe-setup-experience +++ /dev/null @@ -1 +0,0 @@ -* Changed MDM Enrollment logic so that devices identified as having a Migration deadline by ABM will not run Setup Experience on the next enrollment(the migration) but will on subsequent enrollments diff --git a/charts/fleet/Chart.yaml b/charts/fleet/Chart.yaml index 4e8a95b475..0a6b67dc11 100644 --- a/charts/fleet/Chart.yaml +++ b/charts/fleet/Chart.yaml @@ -4,11 +4,11 @@ name: fleet keywords: - fleet - osquery -version: v6.6.14 +version: v6.6.15 home: https://github.com/fleetdm/fleet sources: - https://github.com/fleetdm/fleet.git -appVersion: v4.73.0 +appVersion: v4.73.1 dependencies: - name: mysql condition: mysql.enabled diff --git a/charts/fleet/values.yaml b/charts/fleet/values.yaml index 093ad44949..e37edceaa1 100644 --- a/charts/fleet/values.yaml +++ b/charts/fleet/values.yaml @@ -3,7 +3,7 @@ hostName: fleet.localhost replicas: 3 # The number of Fleet instances to deploy imageRepository: fleetdm/fleet -imageTag: v4.73.0 # Version of Fleet to deploy +imageTag: v4.73.1 # Version of Fleet to deploy # imagePullSecrets is optional. # imagePullSecrets: # - name: docker diff --git a/infrastructure/dogfood/terraform/aws/variables.tf b/infrastructure/dogfood/terraform/aws/variables.tf index 9b8c1775ff..a40be019b3 100644 --- a/infrastructure/dogfood/terraform/aws/variables.tf +++ b/infrastructure/dogfood/terraform/aws/variables.tf @@ -56,7 +56,7 @@ variable "database_name" { variable "fleet_image" { description = "the name of the container image to run" - default = "fleetdm/fleet:v4.73.0" + default = "fleetdm/fleet:v4.73.1" } variable "software_inventory" { diff --git a/infrastructure/dogfood/terraform/gcp/variables.tf b/infrastructure/dogfood/terraform/gcp/variables.tf index 2c592bc422..750400c559 100644 --- a/infrastructure/dogfood/terraform/gcp/variables.tf +++ b/infrastructure/dogfood/terraform/gcp/variables.tf @@ -68,7 +68,7 @@ variable "redis_mem" { } variable "image" { - default = "fleetdm/fleet:v4.73.0" + default = "fleetdm/fleet:v4.73.1" variable "software_installers_bucket_name" { default = "fleet-software-installers" diff --git a/tools/fleetctl-npm/package.json b/tools/fleetctl-npm/package.json index 3074c302a2..96f0576006 100644 --- a/tools/fleetctl-npm/package.json +++ b/tools/fleetctl-npm/package.json @@ -1,6 +1,6 @@ { "name": "fleetctl", - "version": "v4.73.0", + "version": "v4.73.1", "description": "Installer for the fleetctl CLI tool", "bin": { "fleetctl": "./run.js"