mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Update changelog for fleetd 1.47.0 release (#32521)
This commit is contained in:
parent
b0fbbfdc38
commit
4196ae2101
5 changed files with 11 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Fixed bug where "Self-service" was still shown in Fleet Desktop menu when device was offline.
|
||||
|
|
@ -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.
|
||||
|
|
@ -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.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Updated go to 1.24.6
|
||||
Loading…
Reference in a new issue