Skip to content

Release Notes

v4.0.8 (2025-01-02)

  • fix: IP address missing from certificate requests
  • fix: LDAP compatibility with non Active Directory
  • fix: Domain\username syntax can be used for cluster credentials
  • fix: improve graph continuity after import to NAbox 4
  • fix: PATCH requests on /systems allows for partial parameters list, other parameters will be unchanged
  • new: Additional names and IPs can be added to certificate requests
  • new: Improve HTTP security : minimum version TLS v1.2, Content-Security-Policy: default-src 'self';, ciphers suite TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
  • new: Implement Content Security Policy headers : default-src 'self' 'unsafe-inline'; img-src 'self' data:
  • new: add harvest and nabox version in support bundle
  • new: additional scrapers can be manually configured in /etc/nabox/additional-scrapers/*.yaml. This can be used to collect data from Harvest on remote NAbox deployments.
  • Harvest 24.11 (new deployments only)
  • Grafana 11.4
  • Base OS upgrade (Flatcar Container Linux 4081.2.1)