v0.7.5
What's Changed
Added
- Native GKE Workload Identity support for Cloud SQL IAM database authentication in the operator.
connection.params.auth.type: gcp_workload_identitynow lets params-mode connections fetch short-lived login tokens from the GKE metadata server, optionally impersonate a target Google service account, and refresh cached pools before token expiry. Staticpassword/passwordSecretvalues are mutually exclusive with this auth mode, andsslModedefaults torequire. (#114, #115)
Changed
- The operator and manifest documentation now have clearer validation and navigation paths: a dedicated manifest reference, a tooling guide with schema-validation examples, and Cloud SQL docs covering both native Workload Identity auth and proxy-based connectivity. (#111, #115)
Full Changelog: v0.7.4...v0.7.5