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.