From 4196ae2101714eeae6034b1b394cebc1ec157796 Mon Sep 17 00:00:00 2001 From: Victor Lyuboslavsky <2685025+getvictor@users.noreply.github.com> Date: Wed, 3 Sep 2025 16:16:22 -0500 Subject: [PATCH] Update changelog for fleetd 1.47.0 release (#32521) --- orbit/CHANGELOG.md | 11 +++++++++++ orbit/changes/31129-desktop-menu | 1 - .../31269-debian-noninteractive-software-installs | 2 -- orbit/changes/31372-host-identity-cert-renewal | 1 - orbit/changes/update-go-1.24.6 | 1 - 5 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 orbit/changes/31129-desktop-menu delete mode 100644 orbit/changes/31269-debian-noninteractive-software-installs delete mode 100644 orbit/changes/31372-host-identity-cert-renewal delete mode 100644 orbit/changes/update-go-1.24.6 diff --git a/orbit/CHANGELOG.md b/orbit/CHANGELOG.md index f9735269c0..5243e0098e 100644 --- a/orbit/CHANGELOG.md +++ b/orbit/CHANGELOG.md @@ -1,3 +1,14 @@ +## Orbit 1.47.0 (Sep 02, 2025) + +* Fixed bug where "Self-service" was still shown in Fleet Desktop menu when the host was offline. + +* Orbit now sets `DEBIAN_FRONTEND=noninteractive` by default when installing Debian packages. This prevents package installation from hanging for debconf questions. Administrators may override this in install scripts if desired. + * Note that installs can still hang when a configuration file differs from the version originally installed by the package. You'll need to include `--force-confdef` (or `confnew` or `confold`) in the `dpkg` command (wrap with `-o Dpkg::Options='...'` if installing using `apt`) to prevent dpkg from hanging in these cases. + +* Added automatic host identity certificate renewal for TPM-backed certificates. When a certificate is within 180 days of expiration, orbit will automatically renew it using proof-of-possession with the existing certificate's private key. + +* Updated go to 1.24.6 + ## Orbit 1.46.0 (Aug 15, 2025) * Added support for fleetd TUF extensions on Linux arm64 and Windows arm64 devices. diff --git a/orbit/changes/31129-desktop-menu b/orbit/changes/31129-desktop-menu deleted file mode 100644 index 5a7713a276..0000000000 --- a/orbit/changes/31129-desktop-menu +++ /dev/null @@ -1 +0,0 @@ -Fixed bug where "Self-service" was still shown in Fleet Desktop menu when device was offline. \ No newline at end of file diff --git a/orbit/changes/31269-debian-noninteractive-software-installs b/orbit/changes/31269-debian-noninteractive-software-installs deleted file mode 100644 index 206b845c30..0000000000 --- a/orbit/changes/31269-debian-noninteractive-software-installs +++ /dev/null @@ -1,2 +0,0 @@ -- Orbit now sets `DEBIAN_FRONTEND=noninteractive` by default when installing Debian packages. This prevents package installation from hanging for debconf questions. Administrators may override this in install scripts if desired. - - Note that installs can still hang when a configuration file differs from the version originally installed by the package. You'll need to include `--force-confdef` (or `confnew` or `confold`) in the `dpkg` command (wrap with `-o Dpkg::Options='...'` if installing using `apt`) to prevent dpkg from hanging in these cases. diff --git a/orbit/changes/31372-host-identity-cert-renewal b/orbit/changes/31372-host-identity-cert-renewal deleted file mode 100644 index ed59e89a54..0000000000 --- a/orbit/changes/31372-host-identity-cert-renewal +++ /dev/null @@ -1 +0,0 @@ -* Added automatic host identity certificate renewal for TPM-backed certificates. When a certificate is within 180 days of expiration, orbit will automatically renew it using proof-of-possession with the existing certificate's private key. diff --git a/orbit/changes/update-go-1.24.6 b/orbit/changes/update-go-1.24.6 deleted file mode 100644 index dd34e875fd..0000000000 --- a/orbit/changes/update-go-1.24.6 +++ /dev/null @@ -1 +0,0 @@ -* Updated go to 1.24.6