Skip to content

14.5.2-lts

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Oct 13:28
· 560 commits to master since this release

Changelog

  • Fixed the thres column in the SMART info report of physical storage devices in the storage tab of edge nodes. by @jsfakian (#5166)
  • Improved WiFi adapter handling by ensuring EVE waits for WLAN rfkill unblock before bringing up the interface. This prevents failures during interface setup (e.g., wlan0 staying down and missing IP) when toggling WiFi between disabled and enabled states. by @milan-zededa (#5167)
  • Reduce the edgeview keepalive interval by @naiming-zededa (#5178)
  • Provide collect-info command for LOC by @christoph-zededa (#5205)
  • Add support for IPv6 addresses and manual proxy configuration for TUI by @rucoder (#5207)
  • Improve upgrade reliability. This prevents stale checkpoints that could lead to unnecessary downloads or unintended downgrade after a reboot (notably for upgrades initiated via Terraform provider 1.0.6). by @OhmSpectator (#5224)
  • Validate nonce length against the TPMT_HA size limit before TPM quote requests to prevent tpm2.Quote failures. by @shjala (#5243)
  • Fixed bug in newlogd, when settings were applied to late to some log entries. by @europaul (#5253)
  • Added support for simultaneous use of Switch NI (with access/trunk ports) and VLAN sub-interfaces for management or Local NIs on the same physical port. by @milan-zededa (#5264)
  • Fix riscv build by @christoph-zededa (#5265)
  • Remote endpoints used to assess connectivity when the controller is unreachable are now configurable via properties diag.probe.remote.http.endpoint and diag.probe.remote.https.endpoint. These probes are used only for diagnostics and can be disabled by setting the properties to an empty string. by @milan-zededa (#5269)