From 3838ae3a7e90c618ddf7c9b8677c944ed0624ac4 Mon Sep 17 00:00:00 2001 From: Zach Wasserman Date: Thu, 14 Jul 2022 16:03:08 -0700 Subject: [PATCH] Update Orbit changelog for 1.0.0 release (#6678) --- orbit/CHANGELOG.md | 10 ++++++++++ ...sue-6161-show-failing-policy-count-in-fleet-desktop | 1 - .../issue-6407-fleet-desktop-log-destination-macos | 1 - .../issue-6438-disable-transparency-until-connected | 1 - orbit/changes/issue-orbit-cleanup-ext-socket-startup | 1 - 5 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 orbit/changes/issue-6161-show-failing-policy-count-in-fleet-desktop delete mode 100644 orbit/changes/issue-6407-fleet-desktop-log-destination-macos delete mode 100644 orbit/changes/issue-6438-disable-transparency-until-connected delete mode 100644 orbit/changes/issue-orbit-cleanup-ext-socket-startup diff --git a/orbit/CHANGELOG.md b/orbit/CHANGELOG.md index fadc42ae19..714c846e28 100644 --- a/orbit/CHANGELOG.md +++ b/orbit/CHANGELOG.md @@ -1,3 +1,13 @@ +## Orbit 1.0.0 (July 14, 2022) + +- Update the dropdown in Fleet Desktop to show the number of failing policies along with the status. + +- Disable the 'Transparency' menu item in Fleet Desktop until the device is successfully connected to the Fleet server. + +- Corrected the macOS logging path for Fleet Desktop to `~/Library/Logs`. + +- Added cleanup of osquery extension socket to Orbit at startup. + ## Orbit 0.0.13 (Jun 16, 2022) - Orbit is now a Universal Binary supporting Intel and M1 on macOS machines without Rosetta. diff --git a/orbit/changes/issue-6161-show-failing-policy-count-in-fleet-desktop b/orbit/changes/issue-6161-show-failing-policy-count-in-fleet-desktop deleted file mode 100644 index b1d5d79f00..0000000000 --- a/orbit/changes/issue-6161-show-failing-policy-count-in-fleet-desktop +++ /dev/null @@ -1 +0,0 @@ -* Updated the dropdown in Fleet Desktop to now show the number of failing policies along with the status diff --git a/orbit/changes/issue-6407-fleet-desktop-log-destination-macos b/orbit/changes/issue-6407-fleet-desktop-log-destination-macos deleted file mode 100644 index cbb67d8618..0000000000 --- a/orbit/changes/issue-6407-fleet-desktop-log-destination-macos +++ /dev/null @@ -1 +0,0 @@ -* Updated and corrected the macOS logger destination for Fleet Desktop to ~/Library/Logs diff --git a/orbit/changes/issue-6438-disable-transparency-until-connected b/orbit/changes/issue-6438-disable-transparency-until-connected deleted file mode 100644 index 9a3e132188..0000000000 --- a/orbit/changes/issue-6438-disable-transparency-until-connected +++ /dev/null @@ -1 +0,0 @@ -* Disabled the 'Transparency' menu item in Fleet Desktop until the device is successfully connected to the Fleet server. diff --git a/orbit/changes/issue-orbit-cleanup-ext-socket-startup b/orbit/changes/issue-orbit-cleanup-ext-socket-startup deleted file mode 100644 index 33bdff1f70..0000000000 --- a/orbit/changes/issue-orbit-cleanup-ext-socket-startup +++ /dev/null @@ -1 +0,0 @@ -* Added cleanup of osquery extension socket to Orbit at startup.