You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for ContainerAttachedCluster (v1beta1) resource.
Added support for AlloyDBCluster (v1beta1) resource.
Added support for AlloyDBInstance (v1beta1) resource.
Added support for AlloyDBBackup (v1beta1) resource.
Added name validation for ValidatingWebhookConfigurationCustomization and MutatingWebhookConfigurationCustomization CRDs.
Added validation for duplicate webhooks in spec.webhooks list of the customizable ControllerResource and NamespacedControllerResource CRDs.
Added errors on invalid webhook names into status of ValidatingWebhookConfigurationCustomization and MutatingWebhookConfigurationCustomization custom resources.
Fixed an reconciliation issue in ComputeManagedSSLCert resource. #107
Fixed issue of the retrieved maxWorkers in DataflowFlexTemplateJob resource
Graduated ValidatingWebhookConfigurationCustomization, MutatingWebhookConfigurationCustomization, ControllerResource and NamespacedControllerResource CRDs to v1beta1.
Fixed an issue in ComputeForwardingRule resource when used with PSC. #763