Skip to content

Commit 4b8a3ba

Browse files
authored
Update articles/fleet-4.62.0.md
1 parent 52336cf commit 4b8a3ba

File tree

1 file changed

+72
-1
lines changed

1 file changed

+72
-1
lines changed

articles/fleet-4.62.0.md

Lines changed: 72 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,78 @@ Fleet ensures that GitHub or GitLab secrets, like API tokens and license keys us
2626

2727
## Changes
2828

29-
TODO
29+
## Endpoint operations
30+
- Updated macos 13, 14 per latest CIS documents. Added macos 15 support.
31+
- Updated queries API to support above targeted platform filtering.
32+
- Updated UI queries page to filter, sort, paginate, etc. via query params in call to server.
33+
- Added searchable query targets and cleaner UI for uses with many teams or labels.
34+
35+
## Device management (MDM)
36+
- Added ability to use secrets (`$FLEET_SECRET_YOURNAME`) in scripts and profiles.
37+
- Added ability to scope Fleet-maintained apps and custom packages via labels in UI, API, and CLI.
38+
- Added capability to automatically generate "trigger policies" for custom software packages.
39+
- Added UI for scoping software via labels.
40+
- Added validation to prevent label deletion if it is used to scope the hosts targeted by a software installer.
41+
- Added ability to filter host software based on label scoping.
42+
- Added support for Fleet secret validation in software installer scripts.
43+
- Updated `fleetctl gitops` to support scope software installers by labels, with the `labels_include_any` or `labels_exclude_any` conditions.
44+
- Updated `fleetctl gitops` to identify secrets in scripts and profiles and saves them on the Fleet server.
45+
- Updated `fleetctl gitops` so that when it updates profiles, if the secret value has changed, the profile is updated on the host.
46+
- Added `/fleet/spec/secret_variables` API endpoint.
47+
- Added functionality for skipping automatic installs if the software is not scoped to the host via labels.
48+
- Added the ability to click a software row on the my device page and see the details of that software's installation on the host.
49+
- Allowed software uninstalls and script-based host lock/unlock/wipe to run while global scripts are disabled.
50+
51+
## Vulnerability management
52+
- Added missing vulncheck data from NVD feeds.
53+
- Fixed MSI parsing for packages including long interned strings (e.g. licenses for the OpenVPN Connect installer).
54+
- Fixed a panic (and resulting failure to load CVE details) on new installs when OS versions have not been populated yet.
55+
- Fixed CVE-2024-10004 false positive on Fleet-supported platforms (vuln is iOS-only and iOS vuln checking is not supported).
56+
57+
## Bug fixes and improvements
58+
- Added license key validation on `fleetctl preview` if a license key is provided; fixes cases where an invalid license key would cause `fleetctl preview` to hang.
59+
- Increased maximum length for installer URLs specified in GitOps to 4000 characters.
60+
- Stopped older scheduled queries from filling logs with errors.
61+
- Changed script upload endpoint (`POST /api/v1/fleet/scripts`) to automatically switch CRLF line endings to LF.
62+
- Fleshed out server response from `queries` endpoint to include `count` and `meta` pagination information.
63+
- Updated platform filtering on queries page to refer to targeted platforms instead of compatible platforms.
64+
- Included osquery pre-releases in daily UI constant update GitHub Actions job.
65+
- Updated to send alert via SNS when a scheduled "cron" job returns errors.
66+
- SNS topic for job error alerts can be configured separately from the existing monitor alert by adding "cron_job_failure_monitoring" to sns_topic_arns_map, otherwise defaults to the using the same topic.
67+
- Improved validation workflow on SMTP settings page.
68+
- Allowed team policy endpoint (`PATCH /api/latest/fleet/teams/{team_id}/policies/{policy_id}`) to receive explicit `null` as a value for `script_id` or `software_title_id` to unset a script or software installer respectively.
69+
- Aliased EAP versions of JetBrains IDEs to "last release version plus all fixes" (e.g. 2024.3 EAP -> 2024.2.99) to avoid vulnerability false positives.
70+
- Removed server error if no private IP was found by detail_query_network_interface.
71+
- Updated `fleetctl` dependencies that cause warnings.
72+
- Added service annotation field to Helm Chart.
73+
- Updated so that on policy deletion any associated pending software installer or scripts are deleted.
74+
- Added fallback to FileVersion on EXE installers when FileVersion is set but ProductVersion isn't to allow more custom packages to be uploaded.
75+
- Added Mastodon icon and URL to server email templates.
76+
- Improved table text wrapper in UI.
77+
- Added helpful tooltip for the install software setup experience page.
78+
- Added offset to the tooltips on hover of the profile aggregate status indicators.
79+
- Added the `software_title_id` field to the `added_software` activity details.
80+
- Allow maintainers to manage install software or run scripts on policy automations.
81+
- Removed duplicate software records from homebrew casks already reported in the osquery `apps` table to address false positive vulnerabilities due to lack of bundle_identifier.
82+
- Added the `labels_include_any` and `labels_exclude_any` fields to the software installer activities.
83+
- Updated the get host endpoint to include disk encryption stats for a linux host only if the setting is enabled.
84+
- Updated Helm chart to support customization options such as the Google cloud_sql_proxy in the fleet-migration job.
85+
- Updated example windows policies.
86+
- Added a descriptive error when a GitOps file contains script references that are missing paths.
87+
- Removed `invalid UUID` log message when validating Apple MDM UDID.
88+
- Added validation Fleet secrets embedded into scripts and profiles on ingestion.
89+
- Display the correct percentage of hosts online when there are no hosts online.
90+
- Fixed bug when creating a label to preserve the selected team.
91+
- Fixed export to CSV trimming leading zeros by treating those values as strings.
92+
- Fixed reporting of software uninstall results after a host has been locked/unlocked.
93+
- Fixed issue where minio software was not scanned for vulnerabilities correctly because of unexpected trailing characters in the version string.
94+
- Fixed bug on the "Controls" page where incorrect timestamp information was displayed while the "Current versions" table was loading.
95+
- Fixed policy truncation UI bug.
96+
- Fixed cases where showing results of an inherited query viewed inside a team would include results from hosts not on thta team by adding an optional team_id parameter to queris report endpoint (`GET /api/latest/fleet/queries/{query_id}/report`).
97+
- Fixed issue where deleted Apple config profiles were installing on devices because devices were offline when the profile was added.
98+
- Fixed UI bug involving pagination of subsections within the "Controls" page.
99+
- Fixed "Verifying" disk encryption status count and filter for macOS hosts to not include hosts where end-user action is required.
100+
- Fixed a bug in determining sort type of query result columns by deducing that type from the data present in those columns.
30101

31102
## Ready to upgrade?
32103

0 commit comments

Comments
 (0)