Prepare changelog for Orbit v0.0.13 (#6247)

This commit is contained in:
Zach Wasserman 2022-06-16 08:58:34 -07:00 committed by GitHub
parent 546ef0746a
commit 3cf8c06424
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 9 deletions

View file

@ -1,8 +1,22 @@
## Orbit 0.0.13 (Jun 16, 2022)
- Orbit is now a Universal Binary supporting Intel and M1 on macOS machines without Rosetta.
- Updated the Fleet Desktop "Transparency" menu item to use a custom URL if specified (Premium only).
- Added an early check for updates to Orbit (before sub-systems are started) to improve chances of being able to recover from crashes via updates.
- Added log files for Fleet Desktop logs, located at:
- macOS: `~/Library/Log`
- Linux: `$XDG_STATE_HOME`, fallback to `$HOME/.local/state`
- Windows: `%LocalAppData%`
## Orbit 0.0.12 (May 26, 2022)
### This is a security release.
- **Security**: Update go-tuf library to fix [CVE-2022-29173](https://github.com/theupdateframework/go-tuf/security/advisories/GHSA-66x3-6cw3-v5gj). This vulnerability could allow an attacker with network access to perform a rollback attack, forcing Orbit to downgrade to an earlier version. Orbit installations with autoupdate turned on will automatically update, after which the client will no longer be vulnerable.
- Fleet desktop will now notify Premium tier users if policies are failing/passing.
## Orbit 0.0.11 (May 10, 2022)

View file

@ -1,4 +0,0 @@
* Added log files for Fleet Desktop logs, located at:
- macOS: `~/Library/Log`
- Linux: `$XDG_STATE_HOME`, fallback to `$HOME/.local/state`
- Windows: `%LocalAppData%`

View file

@ -1 +0,0 @@
* Added an early check for updates to Orbit (before sub-systems are started).

View file

@ -1 +0,0 @@
* Updated the "Transparency" menu item to use a custom URL if specified (premium only)

View file

@ -1 +0,0 @@
* Add WithStdout option for osquery's Runner

View file

@ -1 +0,0 @@
* Orbit is now a Universal Binary supporting Intel and M1 on macOS machines without Rosetta.