Update changelog for Orbit 0.0.11 (#5672)

This commit is contained in:
Zach Wasserman 2022-05-10 13:09:11 -07:00 committed by GitHub
parent f05d2be767
commit 716e06a7d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 6 deletions

View file

@ -1,12 +1,19 @@
## Orbit 0.0.11 (May 10, 2022)
- Change install path to /opt/orbit. Fixes a permissions issue on platforms with SELinux enabled.
See [fleetdm/fleet#4176](https://github.com/fleetdm/fleet/issues/4176) for more details.
- Remove support for Orbit to use the legacy osqueryd target on macOS. This has been deprecated since introduction of the app bundle support in Orbit 0.0.8.
## Orbit 0.0.10 (Apr 26, 2022)
* Revert Orbit osquery remote paths to use `v1`.
- Revert Orbit osquery remote paths to use `v1`.
## Orbit 0.0.9 (Apr 20, 2022)
* Add Fleet Desktop Beta support for Windows.
- Add Fleet Desktop Beta support for Windows.
* Make update interval configurable and increase default from 10s to 15m.
- Make update interval configurable and increase default from 10s to 15m.
## Orbit 0.0.8 (Mar 25, 2022)

View file

@ -1,2 +0,0 @@
* Change install path to /opt/orbit. Fixes a permissions issue on platforms with SELinux enabled.
See [fleetdm/fleet#4176](https://github.com/fleetdm/fleet/issues/4176) for more details.

View file

@ -1 +0,0 @@
* Remove support for Orbit to use the legacy osqueryd target on macOS.