Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#3115 from gemmahou/release125
Browse files Browse the repository at this point in the history
docs: Update release notes 1.125
  • Loading branch information
google-oss-prow[bot] authored Nov 11, 2024
2 parents 446b0d1 + eb50727 commit b39c172
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/releasenotes/release-1.125.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ TODO: list contributors with `git log v1.124.0... | grep Merge | grep from | awk
* `PrivilegedAccessManagerEntitlement` is now a v1beta1 resource.
* `RedisCluster` 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.
Expand All @@ -29,3 +38,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)

0 comments on commit b39c172

Please sign in to comment.