fleet/orbit/pkg/useraction
Jordan Montgomery 596fb70399
Update Makefile swift dialog versions and add github workflow (#32511)
For #31675
For #32099 

Adds a Github workflow to generate our packaged build of Swift
Dialog(following existing Nudge packager), updates the version to 2.5.6
and modifies the Migration dialog to render properly with the new Swift
Dialog version(it previously rendered it just didn't format as expected
due to changes in the markdown formatter)

Makefile changes are necessary not only because of the version bump but
because the latest package includes xattrs for some strange reason.
Extracting it verbatim on a system(at least with our Go implementation)
creates files that cause Gatekeeper to stop execution of swift dialog.

# Checklist for submitter

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

- [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/guides/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] If paths of existing endpoints are modified without backwards
compatibility, checked the frontend/CLI for any necessary changes

## Testing

- [x] QA'd all new/changed functionality manually

## fleetd/orbit/Fleet Desktop

- [x] Verified compatibility with the latest released version of Fleet
(see [Must
rule](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/workflows/fleetd-development-and-release-strategy.md))
- [x] If the change applies to only one platform, confirmed that
`runtime.GOOS` is used as needed to isolate changes
- [x] Verified that fleetd runs on macOS, Linux and Windows
- [x] Verified auto-update works from the released version of component
to the new version (see [tools/tuf/test](../tools/tuf/test/README.md))
2025-09-05 10:49:21 -04:00
..
mdm_migration.go fix: cleanup tasks for MDM migration updates (#21325) 2024-08-15 17:16:56 -04:00
mdm_migration_darwin.go Update Makefile swift dialog versions and add github workflow (#32511) 2025-09-05 10:49:21 -04:00
mdm_migration_darwin_test.go Feat: updated ADE migration flow (#21229) 2024-08-12 16:14:57 -04:00
mdm_migration_notdarwin.go fix: cleanup tasks for MDM migration updates (#21325) 2024-08-15 17:16:56 -04:00
useraction_darwin.go Update disk encryption refresh copy (#11033) 2023-04-06 15:20:07 -05:00
useraction_notdarwin.go allow to rotate disk encryption key from My Device (#10592) 2023-03-20 16:14:07 -03:00