Skip to content

v3.78.0

Choose a tag to compare

@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 20 Jan 17:16
· 40 commits to main since this release
v3.78.0
302bf3b

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_traffic to false.
    - NOTE: This will enabled by default in the Standard - Integrated setup with configurable services DA 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)