Prepare v4.34.0 (#12706)

This commit is contained in:
Luke Heath
2023-07-11 14:38:57 -07:00
committed by GitHub
parent 04b2d0a6a4
commit a001fbf3ec
52 changed files with 100 additions and 59 deletions
@@ -1 +0,0 @@
* Optimize macOS CIS query "Ensure Appropriate Permissions Are Enabled for System Wide Applications" (5.1.5).
@@ -1 +0,0 @@
* Implement the privacy_preferences table for the Fleetd Chrome extension
@@ -1 +0,0 @@
- Fix a bug where an extraneous loading spinner was rendered on the Software page.
-1
View File
@@ -1 +0,0 @@
- Hide any osquery tables or columns from Fleet UI that has hidden set to true to match Fleet website
-3
View File
@@ -1,3 +0,0 @@
- Added CPEMatchingRule type, used for correcting false positives caused by incorrect entries in the
NVD dataset.
- Fixed false positives for iCloud on macOS.
-1
View File
@@ -1 +0,0 @@
Fix styling bug on setup caused by new font being much wider
-1
View File
@@ -1 +0,0 @@
- Fix styling of copy message when copying fields
-1
View File
@@ -1 +0,0 @@
* Fixed an issue that displayed Nudge to macOS hosts if MDM was configured but MDM features weren't turned on for the host
@@ -1,3 +0,0 @@
- If the `fleet/forgot_password` endpoint is rate limited it should return the proper HTTP status
code.
- Fixed MaxBurst limit parameter for `fleet/forgot_password` endpoint.
-1
View File
@@ -1 +0,0 @@
- Warnings in fleetctl should go to stderr instead of stdout.
-1
View File
@@ -1 +0,0 @@
- Fix vuln dropdown that was hiding if no vulnerabilities
@@ -1 +0,0 @@
Cleaner UI for selecting targets
-1
View File
@@ -1 +0,0 @@
- Fix funky scroll behavior with disk encryption status
-1
View File
@@ -1 +0,0 @@
- Fix empty software image in sandbox mode
@@ -1 +0,0 @@
- Clean up dashboard loading states
@@ -1 +0,0 @@
* Fixed a bug where an empty file uploaded to `POST /api/latest/fleet/mdm/apple/setup/eula` resulted in a 500, now returns a 400 Bad Request.
@@ -1 +0,0 @@
* Fleet panicked when Windows MDM identity providers were not set and MDM programmatic enrollment was performed.
-1
View File
@@ -1 +0,0 @@
- Don't use the MSRC scanner on non-windows OS.
@@ -1 +0,0 @@
- When creating a PolicySpec, return the proper HTTP status code if the Team is not found.
@@ -1 +0,0 @@
- Return the proper HTTP status code if SMTP is invalid.
-1
View File
@@ -1 +0,0 @@
- When setting up SSO, validate the scheme used in the Metadata URL
@@ -1 +0,0 @@
* Added the `mdm_enabled` feature flag information to the response payload of the `PATCH /config` endpoint.
-2
View File
@@ -1,2 +0,0 @@
- Fixed bug when reading filevault key in osquery and created new Fleet osquery
extension table to read the file directly rather than via filelines table.
@@ -1 +0,0 @@
- add improved ABM 400 error message to the UI
@@ -1 +0,0 @@
- add ability to turn windows mdm on and off from the fleet UI
@@ -1 +0,0 @@
* Added a new activity `transferred_hosts` created when hosts are transferred to a new team (or no team).
@@ -1 +0,0 @@
* Added the `FLEET_DEV_MDM_ENABLED` environment variable to enable the Windows MDM feature during its development and beta period.
-1
View File
@@ -1 +0,0 @@
* Added support to enable and configure Windows MDM and to notify devices that are able to programmatically enroll.
@@ -1 +0,0 @@
* Added execution of programmatic Windows MDM enrollment on eligible devices when Windows MDM is enabled.
@@ -1 +0,0 @@
* Microsoft MDM Enrollment Protocol: Added support for the DiscoveryRequest messages
@@ -1 +0,0 @@
* Microsoft MDM Enrollment Protocol: Added support for the GetPolicies messages
@@ -1 +0,0 @@
* Microsoft MDM Enrollment Protocol: Added support for the RequestSecurityToken messages
@@ -1 +0,0 @@
* Added `enabled_windows_mdm` and `disabled_windows_mdm` activities when a user turns on/off Windows MDM.
@@ -1 +0,0 @@
- add enable and disable windows mdm activity UI
@@ -1 +0,0 @@
- Updated UI for transferred hosts activity items.
@@ -1,2 +0,0 @@
- Updated MDM detail query ingestion to switch MDM profiles from "verifying" or "verified"
status to "failed" status when osquery reports that this profile is not installed on the host.
@@ -1 +0,0 @@
* Added notification and execution of programmatic Windows MDM unenrollment on eligible devices when Windows MDM is disabled.
-2
View File
@@ -1,2 +0,0 @@
* Fixed a bug where reading from the replica would not read recent writes when matching a set of MDM profiles to a team (the `GET /mdm/apple/profiles/match` endpoint).
* Added milliseconds to the timestamp of auto-generated team name when creating a new team in `GET /mdm/apple/profiles/match`.
@@ -1 +0,0 @@
- fix tooltip word wrapping on the error cell in the macOS settings table
@@ -1 +0,0 @@
- add Organization support URL input on the setting page Organization info form.
@@ -1,2 +0,0 @@
- Fixed UI bug on host details and device user pages that caused the software search to not work
properly when searching by CVE.
-1
View File
@@ -1 +0,0 @@
* Make sure that all configuration profiles and commands are sent to devices if MDM is turned on, even if the device never turned off MDM.
@@ -1 +0,0 @@
* Provide feedback to users when `fleetctl login` is using EMAIL and PASSWORD environment variables.
-1
View File
@@ -1 +0,0 @@
- Ignore casing in SAML response for display name. For example the display name attribute can be provided now as `displayname` or `displayName`.
@@ -1 +0,0 @@
* For performance reasons, update macOS CIS policies 5.1.6 and 5.1.7 to use a new fleetd table `find_cmd` instead of relying on the osquery `file` table.