v3.78.0
·
40 commits
to main
since this release
3.78.0 (2026-01-20)
Features
- The traffic in transit between the audit webhook service in the cluster and the components that send audit events to it is encrypted using HTTPS in the kube-audit sub-module. The module will run a script to execute steps mentioned here to generate a private key and approve the certificate using kubectl. To opt out of this and use HTTP instead (not recommended) you can set
enable_https_trafficto false.
- NOTE: This will enabled by default in theStandard - Integrated setup with configurable servicesDA variation. Users upgrading to a previous version of the DA will see an update in place which will re-create the kube secret and restart the kube-audit pods to apply the HTTPS configuration (#914) (302bf3b)