- Add support for allowing fields not specified by the user to be externally-managed (i.e. changeable outside of Config Connector). This feature can be enabled for a resource by enabling K8s server-side apply for the resource, which will be the default for all K8s resources starting in K8s 1.18. More detailed docs about the feature coming soon.
- Operator improvement: add support for cluster-mode set-ups, which allows users to use one Google Service Account for all namespaces in their cluster. This is very similar to the traditional "Workload Identity" installation set-up.
- Fix
ContainerCluster
validation issue (Issue #242). - Fix OOM issue for the
cnrm-resource-stats-recorder
pod (Issue #239). - Add support for
projectViewer
prefix for members inIAMPolicy
andIAMPolicyMember
(Issue #234). - Reduce
spec.revisionHistoryLimit
for thecnrm-stats-recorder
andcnrm-webhook-manager
Deployments from 10 (the default) to 1. - Fix docs for
SecretManagerSecret
.