From eb5072700d1c7e15702d1c247120c94e292cda23 Mon Sep 17 00:00:00 2001 From: Gemma Hou Date: Wed, 6 Nov 2024 22:21:48 +0000 Subject: [PATCH] update release note --- docs/releasenotes/release-1.125.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/releasenotes/release-1.125.md b/docs/releasenotes/release-1.125.md index db4be43de3..8d7f8394f0 100644 --- a/docs/releasenotes/release-1.125.md +++ b/docs/releasenotes/release-1.125.md @@ -13,6 +13,15 @@ TODO: list contributors with `git log v1.124.0... | grep Merge | grep from | awk * `RedisCluster` is now a v1beta1 resource. * `BigQueryAnlayticsHubDataExchange` is now a v1beta1 resource. +## Modified Beta Reconciliation + +We migrated the following reconciliation from the TF-based or DCL-based controller to the new Direct controller to enhance the reliability and performance. The resource CRD is unchanged. + +* `ComputeFirewallPolicyRule` + + * You can use the alpha.cnrm.cloud.google.com/reconciler: direct annotation on ComputeFirewallPolicyRule resource to opt-in + the Direct Cloud Reconciler, which fixes the issue when updating `targetResources`. + ## New Resources: * Added support for `PlaceholderKind` (v1beta1) resource. @@ -27,3 +36,7 @@ TODO: list contributors with `git log v1.124.0... | grep Merge | grep from | awk * Allow more customization of resource reconciliation in cluster mode * Added a new `ControllerReconciler` CRD (v1alpha1). See [example](https://github.com/GoogleCloudPlatform/k8s-config-connector/blob/master/operator/config/samples/controller_reconciler_customization_sample.yaml) * This feature allows users to customize the client-side kube-apiserver request rate limit when Config Connector is runnning in cluster mode. + +## Bug Fixes: + +* [Incorrect format of clientTLSPolicy when referenced from ComputeBackendService](https://github.com/GoogleCloudPlatform/k8s-config-connector/pull/3007)