Dynatrace Operator release notes version 0.11.2
Release date: May 19, 2023
New features and enhancements
- Added support for Pod Security Standard
restricted
on OpenShift 4.13+ by adding a new labelsecurity.openshift.io/csi-ephemeral-volume-profile: "restricted"
to the CSIDriver resource. For more information, see CSI Inline Ephemeral Volume Security.
Feature flags
- Introduced a feature flag
feature.dynatrace.com/init-container-seccomp-profile
—when set totrue
, it configures the seccomp profile toRuntime/default
in theinitContainer
. This enhancement allows your workloads to meet the restrictedPodSecurityStandard
, thereby ensuring enhanced security.
Resolved issues
- Added an informational log line to the provisioner container of the CSI driver, indicating the specific imageUri that failed to be parsed in case of an error.
- Resolved an issue where an error response from the API could trigger an unintended rollout of OneAgents or ActiveGates.