Maintained with ☕️ by
IcePanel logo

Config Connector version 1.129.2 is now available. New Beta resources (direct reconciler)

Share

Services

## Announcement Config Connector version 1.129.2 is now available. ## Feature New Beta resources (direct reconciler) * [ManagedKafkaCluster](https://cloud.google.com/config-connector/docs/reference/resource-docs/managedkafka/managedkafkacluster) * [ApigeeInstance](https://cloud.google.com/apigee/docs/api-platform/system-administration/instances) ## Change Reconciliation Improvements * [SQLInstance](https://github.com/GoogleCloudPlatform/k8s-config-connector/tree/master/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance) * All SQLInstance types are now reconciled using the new direct controller instead of the legacy Terraform-based controller. The previous "opt-in" annotation ([document reference](https://github.com/GoogleCloudPlatform/k8s-config-connector/blob/master/docs/features/optin.md)) no longer applies. Users no longer need to apply the "opt-in" annotation to SQLInstance resources to enable the direct controller. Regardless of the presence (or absence) of an opt-in annotation on SQLInstance resources, the direct reconciler will be used. * This change enables all SQLInstance resources to switch from edition ENTERPRISE to ENTERPRISE\_PLUS and fixes [the bug that prevented SQL Instance upgrade](https://github.com/GoogleCloudPlatform/k8s-config-connector/issues/2907). ## Change New Alpha resources (direct reconciler) * `ManagedKafkaTopic` * `ApigeeInstanceAttachment` * `ApigeeEnvgroupAttachment` * `ApigeeEndpointAttachment`