2022-03-08 20:58:45 +00:00
|
|
|
## Orbit 0.0.7 (Mar 8, 2022)
|
|
|
|
|
|
|
|
- Improve reliability of osquery extension connection at startup.
|
|
|
|
|
|
|
|
- Fix orbit not detecting updates at startup when they are published while orbit was not running.
|
|
|
|
|
|
|
|
- Set log path when launching osquery.
|
|
|
|
|
2022-01-13 22:31:58 +00:00
|
|
|
## Orbit 0.0.6 (Jan 13, 2022)
|
|
|
|
|
2022-03-08 20:58:45 +00:00
|
|
|
- Add logging when running as a Windows Service (because Windows discards stdout/stderr).
|
2022-01-13 22:31:58 +00:00
|
|
|
|
2022-03-08 20:58:45 +00:00
|
|
|
- Improve flaky startups by adding wait for osquery extension socket.
|
2022-01-13 22:31:58 +00:00
|
|
|
|
2021-12-23 00:02:26 +00:00
|
|
|
## Orbit 0.0.5 (Dec 22, 2021)
|
|
|
|
|
2022-03-08 20:58:45 +00:00
|
|
|
- Fix handling of enroll secrets to address 0.0.4 enrollment issue.
|
2021-12-23 00:02:26 +00:00
|
|
|
|
2021-12-20 01:38:10 +00:00
|
|
|
## Orbit 0.0.4 (Dec 19, 2021)
|
|
|
|
|
2022-03-08 20:58:45 +00:00
|
|
|
- Use `certs.pem` if available in root directory to improve TLS compatibility.
|
2021-12-20 01:38:10 +00:00
|
|
|
|
2022-03-08 20:58:45 +00:00
|
|
|
- Use UUID as the default host identifier for osquery.
|
2021-12-20 01:38:10 +00:00
|
|
|
|
2022-03-08 20:58:45 +00:00
|
|
|
- Add github.com/macadmins/osquery-extension tables.
|
2021-12-20 01:38:10 +00:00
|
|
|
|
2022-03-08 20:58:45 +00:00
|
|
|
- Add support for osquery flagfile (loaded automatically if it exists in the Orbit root).
|
2021-12-20 01:38:10 +00:00
|
|
|
|
2022-03-08 20:58:45 +00:00
|
|
|
- Fix permissions for building MSI when packaging as root user. Fixes fleetdm/fleet#1424.
|