fleet/changes
Jahziel Villasana-Espinoza fa8c087abf
fix: change how macOS software names are calculated to avoid erroneous duplicates (#28037)
> For #24087 

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files)
for more information.
- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [x] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [x] If database migrations are included, checked table schema to
confirm autoupdate
- For database migrations:
- [x] Checked schema for all modified table for columns that will
auto-update timestamps during migration.
- [x] Ensured the correct collation is explicitly set for character
columns (`COLLATE utf8mb4_unicode_ci`).
- [x] Added/updated automated tests
- [x] A detailed QA plan exists on the associated ticket (if it isn't
there, work with the product group's QA engineer to add it)
- [x] Manual QA for all new/changed functionality
2025-04-11 19:19:07 -04:00
..
.keep Issue 1009 calculate diff software (#1305) 2021-07-08 13:57:43 -03:00
22941-recreate-deleted-idevice-from-mdm Bugfix: re-create deleted iOS/iPadOS host entries in Fleet if it checks in again via MDM (#27231) 2025-03-26 09:33:38 -04:00
23236-scim SCIM + host integration (#27880) 2025-04-08 09:35:06 -05:00
24087-app-names fix: change how macOS software names are calculated to avoid erroneous duplicates (#28037) 2025-04-11 19:19:07 -04:00
25487-osquery-vmodule-flag Add vmodule flag to list of hidden osquery flags (#25789) 2025-03-27 11:05:00 -04:00
25993-default-serial-number Check for invalid default serial number when fetching host details (#27470) 2025-03-26 16:23:50 -04:00
26695-add-host-id-to-fleet-enrolled-activity Add host id to fleet enrolled activity (#28068) 2025-04-10 13:50:14 -07:00
26713-update-to-go-1.24 Update to Go 1.24.1 (#27506) 2025-03-31 11:14:09 -05:00
27003-list-host-software Refactoring ListHostSoftware (#27490) 2025-04-10 17:29:15 -05:00
27235-update-apmhttp-package Update apmhttp to fix upload of software packages in Dogfood (#27929) 2025-04-08 10:28:31 -03:00
27275-windows-arm64 Orbit for Windows ARM64 (#27882) 2025-04-11 10:18:28 -04:00
27276-ability-to-add-labels-to-policies Add ability to target labels on policies (#27599) 2025-04-02 16:31:03 -05:00
27277-labels-for-policies-backend Custom targets for policies - backend (#27575) 2025-04-02 12:36:03 -04:00
27294-ui-gitops-carefully-apply A third and mysterious attempt at gitops ui mode (#27585) 2025-03-28 11:18:22 -04:00
27301-add-labels-to-policies-with-gitops Add GitOps for policy labels (#27781) 2025-04-04 09:46:51 -05:00
27326-os-platform-reset-bug Fleet UI: Fix platform resetting on pagination of OS table (#27896) 2025-04-07 09:45:45 -04:00
27409-add-cancel-upcoming-activity-endpoint Cancel upcoming activities: DB schema and backend (#27710) 2025-04-01 14:08:56 -04:00
27419-desktop-app-ready-timeout Add timeout for tray app startup (#28097) 2025-04-10 17:19:53 -04:00
27454-validation Full-stack: Make "Server url" validation conditions consistent across Fleet, update Web Address form validation and submission logic per Fleet best practices (frontend/docs/patterns.md) (#27455) 2025-03-27 13:56:38 -07:00
27533-move-view-all-host-link Fleet UI: Move view all host link onto host count (#28042) 2025-04-10 09:14:28 -04:00
27986-table-improvements Fleet UI: Table improvements (tooltips, tab-ability) (#27986) 2025-04-10 15:42:10 -04:00
issue-27283-host-details-idp Feat UI idp host details (#27730) 2025-04-04 15:46:22 +01:00
issue-27284-add-idp-section-to-integrations add new idp section on integrations page and show the users idp connection with fleet (#27566) 2025-03-28 11:23:07 +00:00
issue-27410-add-cancel-upcoming-host-activities-ui add cancel upcoming host activities in the UI (#27879) 2025-04-07 12:11:24 +01:00