From 3cf8c06424a71c2780c2a29bc1838c22aafb2096 Mon Sep 17 00:00:00 2001 From: Zach Wasserman Date: Thu, 16 Jun 2022 08:58:34 -0700 Subject: [PATCH] Prepare changelog for Orbit v0.0.13 (#6247) --- orbit/CHANGELOG.md | 16 +++++++++++++++- orbit/changes/issue-5689-decouple-orbit-logs | 4 ---- .../issue-5875-orbit-start-up-update-check | 1 - orbit/changes/issue-5947-custom-transparency-url | 1 - orbit/changes/osquery-runner-withstdout | 1 - orbit/changes/universal-binary | 1 - 6 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 orbit/changes/issue-5689-decouple-orbit-logs delete mode 100644 orbit/changes/issue-5875-orbit-start-up-update-check delete mode 100644 orbit/changes/issue-5947-custom-transparency-url delete mode 100644 orbit/changes/osquery-runner-withstdout delete mode 100644 orbit/changes/universal-binary diff --git a/orbit/CHANGELOG.md b/orbit/CHANGELOG.md index fbc1906175..fadc42ae19 100644 --- a/orbit/CHANGELOG.md +++ b/orbit/CHANGELOG.md @@ -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) diff --git a/orbit/changes/issue-5689-decouple-orbit-logs b/orbit/changes/issue-5689-decouple-orbit-logs deleted file mode 100644 index 2e5dda1de0..0000000000 --- a/orbit/changes/issue-5689-decouple-orbit-logs +++ /dev/null @@ -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%` diff --git a/orbit/changes/issue-5875-orbit-start-up-update-check b/orbit/changes/issue-5875-orbit-start-up-update-check deleted file mode 100644 index 7c50ec30da..0000000000 --- a/orbit/changes/issue-5875-orbit-start-up-update-check +++ /dev/null @@ -1 +0,0 @@ -* Added an early check for updates to Orbit (before sub-systems are started). diff --git a/orbit/changes/issue-5947-custom-transparency-url b/orbit/changes/issue-5947-custom-transparency-url deleted file mode 100644 index e38ca3e1e9..0000000000 --- a/orbit/changes/issue-5947-custom-transparency-url +++ /dev/null @@ -1 +0,0 @@ -* Updated the "Transparency" menu item to use a custom URL if specified (premium only) diff --git a/orbit/changes/osquery-runner-withstdout b/orbit/changes/osquery-runner-withstdout deleted file mode 100644 index 18b102bb23..0000000000 --- a/orbit/changes/osquery-runner-withstdout +++ /dev/null @@ -1 +0,0 @@ -* Add WithStdout option for osquery's Runner diff --git a/orbit/changes/universal-binary b/orbit/changes/universal-binary deleted file mode 100644 index 4753c7b2ca..0000000000 --- a/orbit/changes/universal-binary +++ /dev/null @@ -1 +0,0 @@ -* Orbit is now a Universal Binary supporting Intel and M1 on macOS machines without Rosetta.