Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update release notes 1.125 #3115

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/releasenotes/release-1.125.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: code quote alpha.cnrm.cloud.google.com/reconciler: direct

the Direct Cloud Reconciler, which fixes the issue when updating `targetResources`.

## New Resources:

* Added support for `PlaceholderKind` (v1beta1) resource.
Expand All @@ -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)