diff --git a/.github/workflows/generate-desktop-targets.yml b/.github/workflows/generate-desktop-targets.yml index 20d63e9c14..e5bdd86750 100644 --- a/.github/workflows/generate-desktop-targets.yml +++ b/.github/workflows/generate-desktop-targets.yml @@ -19,7 +19,7 @@ defaults: shell: bash env: - FLEET_DESKTOP_VERSION: 1.40.0 + FLEET_DESKTOP_VERSION: 1.40.1 permissions: contents: write diff --git a/orbit/CHANGELOG.md b/orbit/CHANGELOG.md index e4a39bb1ed..fd1933fdd6 100644 --- a/orbit/CHANGELOG.md +++ b/orbit/CHANGELOG.md @@ -1,3 +1,7 @@ +## Orbit 1.40.1 (Mar 14, 2025) + +* Fixed build scripts to use `ubuntu-20.04` to build orbit (to not crash on Ubuntu 20.04). + ## Orbit 1.40.0 (Mar 11, 2025) * Fixed LUKS key escrow in non-English system locales. diff --git a/orbit/changes/27155-build-for-ubuntu-20.04 b/orbit/changes/27155-build-for-ubuntu-20.04 deleted file mode 100644 index 7e9b5d1d03..0000000000 --- a/orbit/changes/27155-build-for-ubuntu-20.04 +++ /dev/null @@ -1 +0,0 @@ -* Fixed build scripts to use `ubuntu-20.04` to build orbit (to not crash on Ubuntu 20.04).