** This version is not yet released; this document is gathering release notes for the future release **
- Special shout-outs to @acpana, @anhdle-sso, @cheftako, @gemmahou, @GraceAtwood, @justinsb, @katrielt, @maqiuyujoyce, @marqc, @nancynh, @xiaoweim, and @yuwenma for their contributions to this release.
New features:
- Enabled Vertical Pod Autoscaler (VPA) support for Config Connector controllers.
- Added
verticalPodAutoscalerModefield toConfigConnectorandConfigConnectorContextresources.
- Added
New Fields:
-
RunJob
- Added
spec.template.spec.containers[].portfield.
- Added
-
DataplexTask
- Replaced
projectwithprojectRef. - Replaced
serviceAccountwithserviceAccountRef. - Replaced
kmsKeywithkmsKeyRef.
- Replaced
Bug Fixes:
- Fixed various issues in
observedStatehandling for resources with reference fields. - Fixed an issue where IAMPolicy and IAMPartialPolicy controllers would alphabetize the members field within the resource spec and write it back. This behavior can conflict with intent-based reconciliation from GitOps systems such as Config Sync, causing a loop of updates and potentially exhausting IAM read quotas.