Fleet 4.18.0 changelog (#6951)
This commit is contained in:
@@ -1,3 +1,37 @@
|
||||
## Fleet 4.18.0 (Aug 1, 2022)
|
||||
|
||||
* Added a Call to Action to the failing policy banner in Fleet Desktop. This empowers end-users to manage their device's compliance.
|
||||
|
||||
* Introduced rate limiting for device authorized endpoints to improve the security of Fleet Desktop.
|
||||
|
||||
* Improved styling for tooltips, dropdowns, copied text, checkboxes and buttons.
|
||||
|
||||
* Fixed a bug in the Fleet UI causing text to be truncated in tables.
|
||||
|
||||
* Fixed a bug affecting software vulnerabilities count in Host Details.
|
||||
|
||||
* Fixed "Select Targets" search box and updated to reflect currently supported search values: hostname, UUID, serial number, or IPv4.
|
||||
|
||||
* Improved disk space reporting in Host Details.
|
||||
|
||||
* Updated frequency formatting for Packs to match Schedules.
|
||||
|
||||
* Replaced "hosts" count with "results" count for live queries.
|
||||
|
||||
* Replaced "Uptime" with "Last restarted" column in Host Details.
|
||||
|
||||
* Removed vulnerabilities that do not correspond to a CVE in Fleet UI and API.
|
||||
|
||||
* Added standard password requirements when users are created by an admin.
|
||||
|
||||
* Updated the regexp we use for detecting the major/minor version on OS platforms.
|
||||
|
||||
* Improved calculation of battery health based on cycle count. “Normal” corresponds to cycle count < 1000 and “Replacement recommended” corresponds to cycle count >= 1000.
|
||||
|
||||
* Fixed an issue with double quotes usage in SQL query, caused by enabling `ANSI_QUOTES` in MySQL.
|
||||
|
||||
* Added automated tests for Fleet upgrades.
|
||||
|
||||
## Fleet 4.17.1 (Jul 22, 2022)
|
||||
|
||||
* Fixed a bug causing an error when converting users to SSO login.
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
* Added a Fleet server config to provide a default global enroll secret.
|
||||
@@ -1 +0,0 @@
|
||||
* Added options to configure S3 for retrieval of pre-built Orbit packages.
|
||||
@@ -1 +0,0 @@
|
||||
* Enforce the same password requirements when admins create users directly as are already applied for users created through invites.
|
||||
@@ -1 +0,0 @@
|
||||
- Only include vulnerabilities (CVEs) in Fleet UI and API
|
||||
@@ -1 +0,0 @@
|
||||
* Render correct software vulnerabilities count on host details page
|
||||
@@ -1 +0,0 @@
|
||||
* * Packs frequency units match Schedules frequency units
|
||||
@@ -1 +0,0 @@
|
||||
* Add a sandbox expiry time message when in sandbox mode
|
||||
@@ -1 +0,0 @@
|
||||
- Added Fleet Sandbox UI to download pre-packaged installers.
|
||||
@@ -1 +0,0 @@
|
||||
* Redirect to fleetdm.com when logging out of sandbox
|
||||
@@ -1 +0,0 @@
|
||||
* Dashboard updates for app, Fleet Sandbox, and Fleet Preview
|
||||
@@ -1 +0,0 @@
|
||||
* Update failing policy banner to include CTA for device user, hide no response banner from device user
|
||||
@@ -1 +0,0 @@
|
||||
* Table ellipses only appear if text reaches end of cell
|
||||
@@ -1 +0,0 @@
|
||||
* Convert uptime column to last restarted on the Manage hosts page
|
||||
@@ -1 +0,0 @@
|
||||
* Convert uptime column to last restarted on the Manage hosts page
|
||||
@@ -1,2 +0,0 @@
|
||||
- Added statistics for number of hosts per deployment that have not submitted results for distibuted
|
||||
queries to statistics payload delivered to fleetdm.com
|
||||
@@ -1 +0,0 @@
|
||||
* Convert uptime column to last restarted on the Manage hosts page
|
||||
@@ -1 +0,0 @@
|
||||
- Add gating of features on org settings, users mangament, user settings, and manage hosts pages
|
||||
@@ -1 +0,0 @@
|
||||
* Host details page shows new disk space tooltip and 3 status levels
|
||||
@@ -1 +0,0 @@
|
||||
* Added a new Fleet serve configuration to define whether Fleet is running in sandbox mode or not.
|
||||
@@ -1 +0,0 @@
|
||||
* Spiffier tooltip styling
|
||||
@@ -1 +0,0 @@
|
||||
- Added `isSandboxMode` to `AppContext`
|
||||
@@ -1 +0,0 @@
|
||||
* Fixed an issue with double quotes usage in SQL query, caused by enabling `ANSI_QUOTES` in MySQL.
|
||||
@@ -1,2 +0,0 @@
|
||||
- Removed MAC address from placeholder text for the select targets search box and updated text to
|
||||
reflect currently supported search values: hostname, UUID, serial number, or IPv4.
|
||||
@@ -1 +0,0 @@
|
||||
* Clean up checkbox alignment
|
||||
@@ -1 +0,0 @@
|
||||
* Use responsive design to prevent tooltip from horizontally overflowing off viewport
|
||||
@@ -1 +0,0 @@
|
||||
* Spiffier UI: Pixel perfect search dropdowns, button alignment
|
||||
@@ -1 +0,0 @@
|
||||
* Fix "jumpy" action dropdown
|
||||
@@ -1 +0,0 @@
|
||||
* Readable copy message, fix modal CTA button alignment
|
||||
@@ -1 +0,0 @@
|
||||
* Gravatar link opens in new tab
|
||||
@@ -1 +0,0 @@
|
||||
* Fix sentence casing in Fleet UI
|
||||
@@ -1 +0,0 @@
|
||||
* Welcome to Fleet and Learn Fleet card only shows on All teams for users that have permission to enroll hosts
|
||||
@@ -1 +0,0 @@
|
||||
* Rate limit device authenticated endpoints when there's a failure
|
||||
@@ -4,8 +4,9 @@ name: fleet
|
||||
keywords:
|
||||
- fleet
|
||||
- osquery
|
||||
version: v4.17.1
|
||||
version: v4.18.0
|
||||
home: https://github.com/fleetdm/fleet
|
||||
sources:
|
||||
- https://github.com/fleetdm/fleet.git
|
||||
appVersion: v4.17.1
|
||||
appVersion: v4.18.0
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# All settings related to how Fleet is deployed in Kubernetes
|
||||
hostName: fleet.localhost
|
||||
replicas: 3 # The number of Fleet instances to deploy
|
||||
imageTag: v4.17.1 # Version of Fleet to deploy
|
||||
imageTag: v4.18.0 # Version of Fleet to deploy
|
||||
createIngress: true # Whether or not to automatically create an Ingress
|
||||
ingressAnnotations: {} # Additional annotation to add to the Ingress
|
||||
podAnnotations: {} # Additional annotations to add to the Fleet pod
|
||||
|
||||
@@ -445,7 +445,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: fleet
|
||||
image: fleetdm/fleet:4.17.1
|
||||
image: fleetdm/fleet:4.18.0
|
||||
env:
|
||||
- name: FLEET_MYSQL_ADDRESS
|
||||
valueFrom:
|
||||
|
||||
@@ -56,7 +56,7 @@ variable "database_name" {
|
||||
|
||||
variable "fleet_image" {
|
||||
description = "the name of the container image to run"
|
||||
default = "fleetdm/fleet:v4.17.1"
|
||||
default = "fleetdm/fleet:v4.18.0"
|
||||
}
|
||||
|
||||
variable "software_inventory" {
|
||||
@@ -121,7 +121,7 @@ variable "extra_security_group_cidrs" {
|
||||
default = []
|
||||
type = list(string)
|
||||
validation {
|
||||
condition = alltrue([for cidr in var.extra_security_group_cidrs: can(cidrhost(cidr, 32))])
|
||||
condition = alltrue([for cidr in var.extra_security_group_cidrs : can(cidrhost(cidr, 32))])
|
||||
error_message = "The extra security groups must be a list of valid CIDRs."
|
||||
}
|
||||
}
|
||||
|
||||
@@ -68,5 +68,5 @@ variable "redis_mem" {
|
||||
}
|
||||
|
||||
variable "image" {
|
||||
default = "fleet:v4.17.1"
|
||||
default = "fleet:v4.18.0"
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ The tests located in `test/upgrade` are intended to test fleet upgrades with onl
|
||||
To run the tests, you need to specify the from and to versions. For example
|
||||
|
||||
```
|
||||
$ FLEET_VERSION_A=v4.16.0 FLEET_VERSION_B=v4.17.0 go test ./test/upgrade
|
||||
$ FLEET_VERSION_A=v4.16.0 FLEET_VERSION_B=v4.18.0 go test ./test/upgrade
|
||||
```
|
||||
|
||||
Ensure that Docker is installed with Compose V2.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fleetctl",
|
||||
"version": "v4.17.1",
|
||||
"version": "v4.18.0",
|
||||
"description": "Installer for the fleetctl CLI tool",
|
||||
"bin": {
|
||||
"fleetctl": "./run.js"
|
||||
|
||||
Reference in New Issue
Block a user