Prepare Fleet v4.58.0 (#22961)

This commit is contained in:
Luke Heath
2024-10-17 17:53:46 -05:00
committed by GitHub
parent cc57d615b4
commit fdaf7be3ad
58 changed files with 75 additions and 65 deletions
-1
View File
@@ -1 +0,0 @@
* Update success messages for lock, unlock, and wipe commands in the UI.
-1
View File
@@ -1 +0,0 @@
- battery health definitions now defined as cycle counts greater than 1000 or max capacity falling under 80% of designed capacity for macOS and Windows
-2
View File
@@ -1,2 +0,0 @@
- Windows host details now include battery status
- UI includes information on how battery health is defined
-1
View File
@@ -1 +0,0 @@
- Update UI for software uploads to include upload progress bar.
-1
View File
@@ -1 +0,0 @@
* Added support for uploading RPM packages.
-1
View File
@@ -1 +0,0 @@
- UI cleanup: Host details about section condenses information into fewer columns at smaller widths
-1
View File
@@ -1 +0,0 @@
- show proper software icon for chrome packages
@@ -1 +0,0 @@
- Fix UI flow for observers to easily query hosts from the host details page
@@ -1 +0,0 @@
- UI Improvements to selecting live query targets (e.g. styling, closing behavior)
@@ -1 +0,0 @@
- UI: Remove redundant built in label filter pills
-1
View File
@@ -1 +0,0 @@
- Fix "no rows" error when adding a software installer that matches an existing title's name and source but not its bundle ID
-1
View File
@@ -1 +0,0 @@
- added builtin label for Fedora Linux. Warning: migrations will fail if a pre-existing 'Fedora Linux' label exists. To resolve, delete the existing 'Fedora Linux' label.
-1
View File
@@ -1 +0,0 @@
- Fleet UI: Fix host software filter bug that resets dropdown filter on table changes (pagination, order by column, etc)
@@ -1 +0,0 @@
* Added the definition of the Fleet maintained apps and its ingestion.
-1
View File
@@ -1 +0,0 @@
- add UI for adding fleet maintained apps
-1
View File
@@ -1 +0,0 @@
- Adds the `POST /software/fleet_maintained` endpoint for adding Fleet-maintained apps.
-1
View File
@@ -1 +0,0 @@
- Add API endpoint to list team available Fleet-maintained apps
@@ -1 +0,0 @@
- change add software modal to be seperate pages in Fleet UI
-1
View File
@@ -1 +0,0 @@
- Fleet UI: Surface duplicate label name error to user
-2
View File
@@ -1,2 +0,0 @@
- Fixes a bug where a profile wouldn't be removed from a host if it was deleted or if the host was
moved to another team before the profile was installed on the host.
@@ -1 +0,0 @@
- UI fix: Switching vulnerability search types does not cause page re-render
-1
View File
@@ -1 +0,0 @@
- updated activity cleanup job to remove all expired live queries to improve API performance in environment using large volumes of live queries. To note, the cleanup cron may take longer on the first run after upgrade.
-1
View File
@@ -1 +0,0 @@
- Increased performance for Host details and Fleet Desktop, particularly in environments using high volumes of live queries
-1
View File
@@ -1 +0,0 @@
- Updates the guide for MDM migration to include the new UX in fleetd.
-1
View File
@@ -1 +0,0 @@
- Fixed UI design bug where software package file name was not displayed as expected.
-1
View File
@@ -1 +0,0 @@
* Add ability to trigger script run on policy failure
-1
View File
@@ -1 +0,0 @@
- Improved performance of SQL queries used to determine MDM profile status for Apple hosts.
-1
View File
@@ -1 +0,0 @@
- Hide CVSS severity column from Fleet Free software details > vulnerabilities sections
@@ -1 +0,0 @@
- Fleet UI: Fix policy automation truncation when selecting software to auto-install
-2
View File
@@ -1,2 +0,0 @@
- Fixes a bug where removing a VPP or ABM token from a GitOps YAML file would leave the team
assignments unchanged.
-1
View File
@@ -1 +0,0 @@
- Fix UI bug: Edit team name closes modal
-1
View File
@@ -1 +0,0 @@
* Update UI to remove leading/trailing whitespace when creating or editing team or query names.
@@ -1 +0,0 @@
- Add endpoint to retrieve details on fleet maintained app
-1
View File
@@ -1 +0,0 @@
- Fix bug with label display names always sentence casing
-1
View File
@@ -1 +0,0 @@
* Fixed an issue with the migration adding support for multiple VPP tokens that would happen if a token is removed prior to upgrading Fleet.
-1
View File
@@ -1 +0,0 @@
* Fix a small UI bug where a button overlapped some copy.
@@ -1 +0,0 @@
* Show the 'Unsupported screen size' UI on the My device page
-1
View File
@@ -1 +0,0 @@
* Fix MSRC feed pulls (for NVD release builds) in environments where GitHub access is authenticated
-1
View File
@@ -1 +0,0 @@
* GitOps script and software installer relative paths are now always relative to the file they're in. This change breaks existing YAML files that had to account for previous inconsistent behavior (e.g. script paths declared in no-team.yml being relative to default.yaml one directory up).
@@ -1 +0,0 @@
* Return 409 instead of 500 when trying to delete an installer associated with a policy automation.
-1
View File
@@ -1 +0,0 @@
* Fixed software uninstaller script for `pkg`s to only remove '.app' directories installed by the package.
-1
View File
@@ -1 +0,0 @@
* Restrict width of policy description wrappers for better UI
-1
View File
@@ -1 +0,0 @@
* Record which policy automation triggered a script run in the activity feed
-1
View File
@@ -1 +0,0 @@
* Ensure request timeouts for software installer edits are just as high as for initial software installer uploads