-
Notifications
You must be signed in to change notification settings - Fork 435
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
127 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
|
||
- Fix "no rows" error when adding a software installer that matches an existing title's name and source but not its bundle ID | ||
|
||
* 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). | ||
|
||
* Fixed an issue with the migration adding support for multiple VPP tokens that would happen if a token is removed prior to upgrading Fleet. | ||
|
||
Added SCEP proxy for Windows NDES (Network Device Enrollment Service) AD CS server, which allows devices to request certificates. | ||
|
||
- Fix UI flow for observers to easily query hosts from the host details page | ||
|
||
- UI: Remove redundant built in label filter pills | ||
|
||
- Adds the `POST /software/fleet_maintained` endpoint for adding Fleet-maintained apps. | ||
|
||
- Add endpoint to retrieve details on fleet maintained app | ||
|
||
* Added support for uploading RPM packages. | ||
|
||
* Show the 'Unsupported screen size' UI on the My device page | ||
|
||
* Ensure request timeouts for software installer edits are just as high as for initial software installer uploads | ||
|
||
- Fix bug with label display names always sentence casing | ||
|
||
* Update success messages for lock, unlock, and wipe commands in the UI. | ||
|
||
- 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. | ||
|
||
* Documented that Microsoft enrollments have less fields filled in the `mdm_enrolled` activity due to how this MDM enrollment flow is implemented. | ||
|
||
* Restrict width of policy description wrappers for better UI | ||
|
||
* Fix MSRC feed pulls (for NVD release builds) in environments where GitHub access is authenticated | ||
|
||
* Record which policy automation triggered a script run in the activity feed | ||
|
||
- UI cleanup: Host details about section condenses information into fewer columns at smaller widths | ||
|
||
- Fixes a bug where removing a VPP or ABM token from a GitOps YAML file would leave the team | ||
assignments unchanged. | ||
|
||
- Fleet UI: Fix host software filter bug that resets dropdown filter on table changes (pagination, order by column, etc) | ||
|
||
- Add API endpoint to list team available Fleet-maintained apps | ||
|
||
- Update UI for software uploads to include upload progress bar. | ||
|
||
* Show software install activities from policy automations as authored by "Fleet", store policy ID and name on each activity | ||
|
||
- add UI for adding fleet maintained apps | ||
|
||
- 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. | ||
|
||
- Hide CVSS severity column from Fleet Free software details > vulnerabilities sections | ||
|
||
- Updates the guide for MDM migration to include the new UX in fleetd. | ||
|
||
- Increased performance for Host details and Fleet Desktop, particularly in environments using high volumes of live queries | ||
|
||
* Fixes Orbit configuration endpoint 500s for Macs running Rapid Security Response macOS releases that are enrolled in OS major version enforcement | ||
|
||
- 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. | ||
|
||
- change add software modal to be seperate pages in Fleet UI | ||
|
||
- Fix UI bug: Edit team name closes modal | ||
|
||
* Update UI to remove leading/trailing whitespace when creating or editing team or query names. | ||
|
||
- UI Improvements to selecting live query targets (e.g. styling, closing behavior) | ||
|
||
- Improved performance of SQL queries used to determine MDM profile status for Apple hosts. | ||
|
||
- UI fix: Switching vulnerability search types does not cause page re-render | ||
|
||
* Return 409 instead of 500 when trying to delete an installer associated with a policy automation. | ||
|
||
* Fixed software uninstaller script for `pkg`s to only remove '.app' directories installed by the package. | ||
|
||
- Fleet UI: Fix policy automation truncation when selecting software to auto-install | ||
|
||
* Added the definition of the Fleet maintained apps and its ingestion. | ||
|
||
- battery health definitions now defined as cycle counts greater than 1000 or max capacity falling under 80% of designed capacity for macOS and Windows | ||
|
||
- Fixed UI design bug where software package file name was not displayed as expected. | ||
|
||
- Windows host details now include battery status | ||
- UI includes information on how battery health is defined | ||
|
||
* Fixed a bug where policy failures of a host were not being cleared in the host details page after configuring the host to not run any policies. | ||
|
||
* Fix a small UI bug where a button overlapped some copy. | ||
|
||
* Add ability to trigger script run on policy failure | ||
|
||
- Fleet UI: Surface duplicate label name error to user | ||
|
||
- show proper software icon for chrome packages | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters