Update changelog for fleetd 1.47.0 release (#32521)

This commit is contained in:
Victor Lyuboslavsky 2025-09-03 16:16:22 -05:00 committed by GitHub
parent b0fbbfdc38
commit 4196ae2101
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 5 deletions

View file

@ -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.

View file

@ -1 +0,0 @@
Fixed bug where "Self-service" was still shown in Fleet Desktop menu when device was offline.

View file

@ -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.

View file

@ -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.

View file

@ -1 +0,0 @@
* Updated go to 1.24.6