Merge remote-tracking branch 'origin/main' into feat-software-installers

This commit is contained in:
Roberto Dip
2024-05-07 13:37:29 -03:00
243 changed files with 7085 additions and 3428 deletions
@@ -0,0 +1 @@
Fixed MySQL sort buffer overflow when fetching activities. This issue happened when activities contained very large details, such as large SQL queries.
@@ -0,0 +1,2 @@
- UI Change: Team queries page renders team level and inherited queries in a single table set by a new merge_inherited API parameter
- UI Change: Team policies page renders team level and inherited policies in a single table set by a new merge_inherited API parameter
+1
View File
@@ -0,0 +1 @@
Optimized policy_stats updates to NOT lock the policy_membership table. This should improve performance on deployments with a large number of global policies and team hosts.
+1
View File
@@ -0,0 +1 @@
- improved Windows OS version reporting
+1
View File
@@ -0,0 +1 @@
* Add support for uploading and running zsh scripts on macOS and Linux hosts
+1
View File
@@ -0,0 +1 @@
Fixed ingestion of private IPv6 address from agent. Host details page can now display private IPv6 address if private IPv4 does not exist.
@@ -0,0 +1 @@
* Fixed bug where hosts query results were not cleared after transferring the host to other teams.
+1
View File
@@ -0,0 +1 @@
Added `--async` and `--quiet` to `fleetctl run-script` as well as allowing the contents of the script to be inline.
+1
View File
@@ -0,0 +1 @@
Added a new command `fleetctl api` to be able to easily use fleetctl to hit any REST endpoint via the cli.
+8
View File
@@ -0,0 +1,8 @@
Added `/api/_version_/fleet/autofill/policy` endpoint to get autogenerated policy description and resolution for a given SQL query.
- Fleet server will communicate with https://fleetdm.com to get the AI generated policy description and resolution.
Added `server_settings.ai_features_disabled` setting to disable the above endpoint.
For Google calendar integration,
- changed the event title to: "💻🚫 Scheduled maintenance"
- updated event description to include policy description and resolution if only one policy is failing
+1
View File
@@ -0,0 +1 @@
- now supporting oval vulnerability scanning on Ubuntu 22.10, 23.04, 23.10, and 24.04
+1
View File
@@ -0,0 +1 @@
- UI: Fix host expiry window setting to be able to save
+4
View File
@@ -0,0 +1,4 @@
Improvements to `fleetctl gitops` command:
- Added the ability to pass multiple files, like `fleetctl gitops -f file1 -f file2`, where the first file must be the global configuration
- Added the ability to remove teams that were not specified in team configs using the switch `--delete-other-teams`
- When passing a global config and team config during initial configuration, the `org_settings.mdm.apple_bm_default_team` value can be set to match the team that will be created by the provided team config.