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.