Remove change files from 4.64.0 (#27886)

This commit is contained in:
Luke Heath 2025-04-04 13:17:45 -05:00 committed by GitHub
parent d1f5676f17
commit fe6c5df3ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
58 changed files with 0 additions and 70 deletions

View file

@ -1 +0,0 @@
* Raised the frequency of sending anonymous statistics from every 24 hours to every 1 hour. (This is a fairly small packet and should have no impact on network traffic)

View file

@ -1 +0,0 @@
- Hosts that are restored from ABM no longer have old activities in their feed

View file

@ -1 +0,0 @@
- Added option to populate users and labels on list hosts endpoint

View file

@ -1 +0,0 @@
- Removed duplicate Linux lock and wipe scripts from repository

View file

@ -1 +0,0 @@
* Added util wrapper func around semver package to allow for custom preprocessing. Upgraded semver library to 3.3.1 and usage everywhere to version 3.

View file

@ -1 +0,0 @@
- Fleet UI: Surfaced cleaner errors when adding Fleet-maintained apps

View file

@ -1 +0,0 @@
- Fleet UI: Surfaced download URL for Fleet-maintained app when adding the software to Fleet

View file

@ -1 +0,0 @@
* Included current host status and pending action in lock, unlock, and wipe API calls

View file

@ -1 +0,0 @@
- Clarified text on the Policies and Queries pages when no policies/queries exist for the selected team (or All Teams)

View file

@ -1 +0,0 @@
* Fixed a bug where query reports where not being recorded for hosts configured with `--logger_snapshot_event_type=true`.

View file

@ -1 +0,0 @@
- Added `fleetctl` on Linux ARM binary to releases.

View file

@ -1 +0,0 @@
* Improve the teams dropdown so that it gracefully hides overflow from long team names

View file

@ -1 +0,0 @@
* Maintain user's updates to the team agent options form when they navigate away and back again.

View file

@ -1 +0,0 @@
* Various UX improvements to the Scripts list

View file

@ -1 +0,0 @@
* Added bash interpreter support for script execution

View file

@ -1 +0,0 @@
- Check the server for validity of any Fleet invites

View file

@ -1,3 +0,0 @@
- Fleet UI: Added ability to target app store apps with include/exclude labels
- Fleet UI: Added ability to edit targets or self service option for app store apps
- Fleet UI: Added details modal for add, edit, and delete app store app global activities

View file

@ -1 +0,0 @@
- Added modal to edit script contents

View file

@ -1 +0,0 @@
- Added API endpoint for updating script contents

View file

@ -1 +0,0 @@
* Added gzip compression for static CSS and JS assets to decrease bundle download times

View file

@ -1,4 +0,0 @@
- Update user form validation to require a password be present when switching a user from
SSO to password authentication
- Refactor upstream error logic to allow disabling submit button when form errors are present
- Add similar check for password presence on server, update integration test accordingly

View file

@ -1 +0,0 @@
- Fleet UI: Created consistency of on-click behavior of table rows: View all host link must be clicked directly, clicking on a row of a table directs the user to the details of that row

View file

@ -1 +0,0 @@
- Fleet UI: Changed look and feel of dashboard host count cards including hiding platforms with 0 count

View file

@ -1 +0,0 @@
- Fix a bug with paginating team policies

View file

@ -1,2 +0,0 @@
- Fix a bug where server errors returned from the API were not successfully being incorporated into
the user form error states.

View file

@ -1 +0,0 @@
- Disable webhooks if not present in gitops

View file

@ -1 +0,0 @@
- Fleet UI: Fixed user page responsiveness to not overflow horizontally

View file

@ -1,2 +0,0 @@
* Optimized software ingestion queries to use existing DB indexes in the software titles table.
* Fixed a bug "software not found for checksum" in software ingestion transaction retries.

View file

@ -1 +0,0 @@
* Fixed case consistency for "Disk encryption" in host OS settings modal

View file

@ -1 +0,0 @@
* Revised software installer package validation to mark installers with no version as "unknown" for version rather than rejecting them

View file

@ -1 +0,0 @@
* Fixed a bug where only the first of multiple software titles with the same name and source but different bundle IDs would be successfully inserted into the database.

View file

@ -1 +0,0 @@
- Fixed mail being sent with the incorrect SMTP Domain (thank you mccormickt)

View file

@ -1 +0,0 @@
* Added download url for fleet maintained apps as `url` property on `fleet/software/fleet_maintained_apps/:id`

View file

@ -1 +0,0 @@
- Fleet UI: Improved the look and feel of dropdowns

View file

@ -1,2 +0,0 @@
- Fixed a bug where adding or removing a host with an identical name to/from a label caused the
same action to be performed on other host(s) with the same name as well.

View file

@ -1,2 +0,0 @@
- Fixed issue where Windows disk encryption where status updates from "Verifying" to "Verified" were
sometimes stuck in the "Verifying" state.

View file

@ -1,2 +0,0 @@
* Replace "Include Fleet desktop" with host type radio selection buttons when adding Windows or
Linux hosts.

View file

@ -1 +0,0 @@
- Added link to information about installing fleetd when packages are generated

View file

@ -1 +0,0 @@
* Add clearer error states to metadata-related fields in the SSO settings form

View file

@ -1 +0,0 @@
- Removed erroneous "manage automations" link on dashboard for maintainers

View file

@ -1 +0,0 @@
- Fleet UI: Fixed styling for manage automation buttons and dropdown

View file

@ -1,2 +0,0 @@
- Updates language in query comppatibility tooltip to clarify that comppatibility is based only on tables.

View file

@ -1 +0,0 @@
- Updated the way new manual labels are created to better support adding large numbers of hosts at one time.

View file

@ -1 +0,0 @@
* Fixed a bug in Fleet's handling of VPP token renewal requests

View file

@ -1 +0,0 @@
Fix Windows MDM issue where SessionID of 0 was not allowed.

View file

@ -1 +0,0 @@
* Bump Node.js version to 20.18.1

View file

@ -1 +0,0 @@
- Fixes incorrect source value in device mapping REST API documentation

View file

@ -1 +0,0 @@
* Resolved false negatives on vulnerabilities for IntelliJ IDEA Community Edition on Windows.

View file

@ -1 +0,0 @@
* Removed `fleetctl` binary from the `fleetdm/fleet` docker image.

View file

@ -1 +0,0 @@
Illegal argument errors will no longer be logged at the ERROR level on the server. Since these are client errors, they will be logged at the DEBUG level instead. This will reduce the amount of noise in the server logs and help debugging other issues.

View file

@ -1 +0,0 @@
Added server debug logging for unexpected Apple DDM configuration status.

View file

@ -1 +0,0 @@
- Fix a bug where team admins are unable to enable or disable MFA for a user

View file

@ -1 +0,0 @@
- update the UI a new activities design

View file

@ -1 +0,0 @@
- improve the verified and verifying tooltips on the Profile Status on OS settings page.

View file

@ -1 +0,0 @@
- fix in UI for window profiles error message being cut off in the OS settings modal

View file

@ -1 +0,0 @@
- normalise padding spacing for list headers, lists, and help text across various modals.

View file

@ -1,2 +0,0 @@
- update the os settings Target form deadline input tooltip to make the it more correct for how the
deadline works for hosts

View file

@ -1 +0,0 @@
- bump github cache action to 4.2.0