Skip to content

Commit 384834c

Browse files
Merge pull request GoogleCloudPlatform#3650 from jasonvigil/sqlinstance-release-notes
Add release notes for enabling SQLInstance direct reconciler
2 parents 7cd1b21 + 66c3139 commit 384834c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/releasenotes/release-1.129.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,10 @@ TODO: list contributors with `git log v1.128.0... | grep Merge | grep from | awk
3636

3737
## Reconciliation Improvements
3838

39-
We have added support for direct reconciliation to more resources, with opt-in behaviour. The API is unchanged. To use the direct reconciler, add the `alpha.cnrm.cloud.google.com/reconciler: direct` annotation to the corresponding Config Connector object. The following resources now have direct reconciliation support (and we list some of the issues that this fixes):
39+
* [`SQLInstance`](https://github.com/GoogleCloudPlatform/k8s-config-connector/tree/master/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance)
4040

41-
* [`SAMPLE_SQLInstance`](https://github.com/GoogleCloudPlatform/k8s-config-connector/tree/master/pkg/test/resourcefixture/testdata/basic/sql/v1beta1/sqlinstance) (This is a sample, your actual release note should not contain `SAMPLE_`, otherwise it will be deleted)
42-
43-
* Fix the upgrade and downgrade issue between ENTERPRISE and ENTERPRISE_PLUS.
44-
* Supports "creating from clone" via `spec.cloneSource`
41+
* All SQLInstance types are now reconciled using the new direct controller (instead of the legacy Terraform-based controller). The previous "opt-in" annotation (documented [here](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.
42+
* This change enables all SQLInstance resources to switch from edition ENTERPRISE -> ENTERPRISE_PLUS and fixes [this bug](https://github.com/GoogleCloudPlatform/k8s-config-connector/issues/2907).
4543

4644

4745
## New features:

0 commit comments

Comments
 (0)