Article Published Date: 6/29/2026
The latest 14.5.5 LTS version is https://github.com/lf-edge/eve/releases/tag/14.5.5-lts
For a change log between 14.5.4-lts and 14.5.5-lts, see: https://github.com/lf-edge/eve/compare/14.5.4-lts...14.5.5-lts
Enhancements
Observability
- Log level settings applied from early boot. EVE-OS now caches log level settings to disk and applies them when the logging service starts, before the configuration service is available. This ensures early-boot logs respect configured log levels, including remote logging settings.
Resolved Issues and Fixes
- Base64 token authentication for datastores. The validation logic for base64-encoded authentication tokens incorrectly rejected tokens with two trailing padding characters (==). EVE-OS now correctly accepts all valid base64-encoded tokens, preventing authentication failures for affected datastore connections.
- vTPM vault key retrieval when the SHA256 PCR bank is disabled. On devices where the Trusted Platform Module (TPM) does not have the SHA256 Platform Configuration Register (PCR) bank enabled, EVE-OS now falls back to an alternative vault key retrieval method. Previously, EVE-OS could fail to unlock the vault on such hardware.