Release Notes
v4.0.8b1 (2024-10-30)
- fix: IP address missing from certificate requests
- fix: LDAP compatibility with non Active Directory
- 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
- Grafana 11.3
- Base OS upgrade (Flatcar Container Linux 3975.2.2)