From 8278a3d9e541d3b91d7aa77c9fea2552a1b51598 Mon Sep 17 00:00:00 2001 From: Roberto Dip Date: Fri, 29 Sep 2023 10:01:55 -0300 Subject: [PATCH] update Orbit changelog for 1.17.0 (#14180) --- orbit/CHANGELOG.md | 8 ++++++++ orbit/changes/13715-bump-go-version | 1 - orbit/changes/13858-migration-tweaks | 1 - orbit/changes/issue-13635-retry-invalid-token | 1 - 4 files changed, 8 insertions(+), 3 deletions(-) delete mode 100644 orbit/changes/13715-bump-go-version delete mode 100644 orbit/changes/13858-migration-tweaks delete mode 100644 orbit/changes/issue-13635-retry-invalid-token diff --git a/orbit/CHANGELOG.md b/orbit/CHANGELOG.md index f29fb9541e..c5880a6ecd 100644 --- a/orbit/CHANGELOG.md +++ b/orbit/CHANGELOG.md @@ -1,3 +1,11 @@ +## Orbit 1.17.0 (Sep 28, 2023) + +* Updated the image and the overall layout of the migration dialog + +* Added a mechanism to retry a Fleet Desktop token when the Fleet server response indicates it has expired or is invalid. + +* Upgraded Go version to 1.21.1 + ## Orbit 1.16.0 (Sep 6, 2023) * Updated the default TUF update roots with the newest metadata in the server. (#13381) diff --git a/orbit/changes/13715-bump-go-version b/orbit/changes/13715-bump-go-version deleted file mode 100644 index 38a4d47af2..0000000000 --- a/orbit/changes/13715-bump-go-version +++ /dev/null @@ -1 +0,0 @@ -* Upgrade Go version to 1.21.1 diff --git a/orbit/changes/13858-migration-tweaks b/orbit/changes/13858-migration-tweaks deleted file mode 100644 index bee93cef3b..0000000000 --- a/orbit/changes/13858-migration-tweaks +++ /dev/null @@ -1 +0,0 @@ -* Updated the image and the overall layout of the migration dialog diff --git a/orbit/changes/issue-13635-retry-invalid-token b/orbit/changes/issue-13635-retry-invalid-token deleted file mode 100644 index 94098b15b8..0000000000 --- a/orbit/changes/issue-13635-retry-invalid-token +++ /dev/null @@ -1 +0,0 @@ -* Added a mechanism to retry a Fleet Desktop token when the Fleet server response indicates it has expired or is invalid.