fleet/orbit/pkg/update
Zach Wasserman f6db734e81
Update default TUF root keys (#14215)
Update to the new root.json for the additional timestamp, snapshot, and
targets keys.

# Checklist for submitter

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

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes (docs/Using
Fleet/manage-access.md)
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2023-10-27 15:35:09 -03:00
..
badgerstore Update go-tuf dependency (#3837) 2022-02-10 08:16:36 -08:00
filestore test: use T.TempDir to create temporary test directory (#6080) 2022-06-13 10:20:38 -03:00
config_fetcher.go Enable installation and auto-updates of Nudge via Orbit (#9605) 2023-02-10 17:03:43 -03:00
disk_encryption.go allow to rotate disk encryption key from My Device (#10592) 2023-03-20 16:14:07 -03:00
execcmd.go Kickstart sofwareupdated periodically from fleetd/orbit to work around a macOS bug (#9465) 2023-01-24 10:14:17 -05:00
execcmd_darwin.go don't automatically kickstart softwareupdated in Orbit (#12072) 2023-06-02 12:33:40 -03:00
execcmd_stub.go don't automatically kickstart softwareupdated in Orbit (#12072) 2023-06-02 12:33:40 -03:00
execwinapi.go use OrbitNodeKey for windows mdm enrollment authentication instead of HostUUID (#13503) 2023-08-29 14:50:13 +01:00
execwinapi_stub.go Merging Bitlocker feature branch (#14350) 2023-10-06 19:04:33 -03:00
execwinapi_windows.go Merging Bitlocker feature branch (#14350) 2023-10-06 19:04:33 -03:00
file.go Add 'orbit/' from commit 'ab3047bb39f1e2be331d1ff18b4eb768619033c4' 2021-08-04 16:58:25 -03:00
flag_runner.go Add labels to the fleetd extensions feature (#14008) 2023-09-22 11:09:09 -03:00
flag_runner_test.go create and send Nudge configuration to hosts (#9491) 2023-01-25 17:03:40 -03:00
hash.go Fix update checks for orbit at startup (#3835) 2022-02-23 14:58:07 -03:00
hash_test.go chore: remove refs to deprecated io/ioutil (#14485) 2023-10-27 15:28:54 -03:00
notifications.go Fixing issue with Orbit not sending bitlocker error (#14547) 2023-10-16 11:07:40 -03:00
notifications_test.go Merging Bitlocker feature branch (#14350) 2023-10-06 19:04:33 -03:00
nudge.go Disable nudge in case of launch error (#12906) 2023-07-26 14:40:03 -05:00
nudge_test.go Disable nudge in case of launch error (#12906) 2023-07-26 14:40:03 -05:00
options.go add migration support to FD and orbit (#11741) 2023-05-18 14:21:54 -03:00
options_darwin.go fix SELinux issue (#5335) 2022-05-02 12:18:59 -06:00
options_linux.go fix SELinux issue (#5335) 2022-05-02 12:18:59 -06:00
options_windows.go Fleetctl to package .app bundles for osquery (and changes for orbit to support them) (#4393) 2022-03-15 16:04:12 -03:00
runner.go Issue 10300 self healing (#10335) 2023-03-08 14:49:03 -03:00
runner_test.go Do not use golangci action for better reproducibility (use make lint-go) (#6175) 2022-06-10 18:52:24 -03:00
swift_dialog.go prevent panic when orbit is run with updates disabled (#12654) 2023-07-06 14:43:10 -03:00
swift_dialog_test.go prevent panic when orbit is run with updates disabled (#12654) 2023-07-06 14:43:10 -03:00
testing_utils.go Enable installation and auto-updates of Nudge via Orbit (#9605) 2023-02-10 17:03:43 -03:00
update.go Update default TUF root keys (#14215) 2023-10-27 15:35:09 -03:00
update_test.go add migration support to FD and orbit (#11741) 2023-05-18 14:21:54 -03:00