mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Update Orbit changelog for 0.0.7 (#4520)
This commit is contained in:
parent
c8bc026d6f
commit
b9beb6c2de
4 changed files with 16 additions and 11 deletions
|
|
@ -1,21 +1,29 @@
|
|||
## 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.
|
||||
|
||||
## Orbit 0.0.6 (Jan 13, 2022)
|
||||
|
||||
* Add logging when running as a Windows Service (because Windows discards stdout/stderr).
|
||||
- Add logging when running as a Windows Service (because Windows discards stdout/stderr).
|
||||
|
||||
* Improve flaky startups by adding wait for osquery extension socket.
|
||||
- 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.
|
||||
- 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 `certs.pem` if available in root directory to improve TLS compatibility.
|
||||
|
||||
* Use UUID as the default host identifier for osquery.
|
||||
- Use UUID as the default host identifier for osquery.
|
||||
|
||||
* Add github.com/macadmins/osquery-extension tables.
|
||||
- Add github.com/macadmins/osquery-extension tables.
|
||||
|
||||
* Add support for osquery flagfile (loaded automatically if it exists in the Orbit root).
|
||||
- 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.
|
||||
- Fix permissions for building MSI when packaging as root user. Fixes fleetdm/fleet#1424.
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
* Orbit to wait for osqueryd's extension manager socket to be ready.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Fix orbit not detecting updates at startup when they are published while orbit was not running.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Set log path for osquery when launching it
|
||||
Loading…
Reference in a new issue