Orbit 0.0.6 changelog (#3682)

This commit is contained in:
Zach Wasserman 2022-01-13 14:31:58 -08:00 committed by GitHub
parent 72fc9dc524
commit 1dc6ef6226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -1 +0,0 @@
* Fix logging of orbit and osqueryd on Windows.

View File

@ -1 +0,0 @@
* Add wait on orbit for osquery extension socket.

View File

@ -1,3 +1,9 @@
## Orbit 0.0.6 (Jan 13, 2022)
* Add logging when running as a Windows Service (because Windows discards stdout/stderr).
* Improve flaky startups by adding wait for osquery extension socket.
## Orbit 0.0.5 (Dec 22, 2021)
* Fix handling of enroll secrets to address 0.0.4 enrollment issue.
@ -13,4 +19,3 @@
* Add support for osquery flagfile (loaded automatically if it exists in the Orbit root).
* Fix permissions for building MSI when packaging as root user. Fixes fleetdm/fleet#1424.