fleet/orbit/CHANGELOG.md

50 lines
1.5 KiB
Markdown
Raw Normal View History

2022-04-26 22:09:25 +00:00
## Orbit 0.0.10 (Apr 26, 2022)
* Revert Orbit osquery remote paths to use `v1`.
2022-04-20 23:51:37 +00:00
## Orbit 0.0.9 (Apr 20, 2022)
* Add Fleet Desktop Beta support for Windows.
* Make update interval configurable and increase default from 10s to 15m.
## Orbit 0.0.8 (Mar 25, 2022)
- Fix `orbit shell` command to successfully run when Orbit is already running as daemon.
- Add Fleet Desktop Beta support for macOS.
- Support running osquery as an app bundle on macOS.
- Upgrade [osquery-go](https://github.com/osquery/osquery-go) and [osquery-extension](https://github.com/macadmins/osquery-extension) dependencies.
## 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.
- Create and set log paths for "result" and "status" logs when launching osquery.
2022-01-13 22:31:58 +00:00
## Orbit 0.0.6 (Jan 13, 2022)
- Add logging when running as a Windows Service (because Windows discards stdout/stderr).
2022-01-13 22:31:58 +00:00
- Improve flaky startups by adding wait for osquery extension socket.
2022-01-13 22:31:58 +00:00
## Orbit 0.0.5 (Dec 22, 2021)
- Fix handling of enroll secrets to address 0.0.4 enrollment issue.
## Orbit 0.0.4 (Dec 19, 2021)
- Use `certs.pem` if available in root directory to improve TLS compatibility.
- Use UUID as the default host identifier for osquery.
- Add github.com/macadmins/osquery-extension tables.
- 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.