Skip to content

Commit a3f161f

Browse files
authored
Adding changes for Fleet v4.71.1 (#31531)
1 parent 0e0daf6 commit a3f161f

File tree

8 files changed

+13
-8
lines changed

8 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Fleet 4.71.1 (Aug 01, 2025)
2+
3+
### Bug fixes
4+
5+
Added `sso_server_url` configuration option to support SSO setups with separate URLs for admin access vs agent/API access. When set, SSO authentication will only work from the specified URL. This fixes SSO authentication errors for organizations using dual URL configurations.
6+
Added support for MS-MDE2 v7.0 Windows MDM Enrollments
7+
18
## Fleet 4.71.0 (Jul 23, 2025)
29

310
### Security Engineers

changes/31232-ms-mde-7.0

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

changes/31480-fix-sso-alternate-url

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.6.10
7+
version: v6.6.11
88
home: https://github.com/fleetdm/fleet
99
sources:
1010
- https://github.com/fleetdm/fleet.git
11-
appVersion: v4.71.0
11+
appVersion: v4.71.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.71.0 # Version of Fleet to deploy
6+
imageTag: v4.71.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.71.0"
59+
default = "fleetdm/fleet:v4.71.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.71.0"
71+
default = "fleetdm/fleet:v4.71.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.71.0",
3+
"version": "v4.71.1",
44
"description": "Installer for the fleetctl CLI tool",
55
"bin": {
66
"fleetctl": "./run.js"

0 commit comments

Comments
 (0)