Skip to content

v0.7.5

Choose a tag to compare

@github-actions github-actions released this 14 May 04:20
· 46 commits to main since this release

What's Changed

Added

  • Native GKE Workload Identity support for Cloud SQL IAM database authentication in the operator. connection.params.auth.type: gcp_workload_identity now 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. Static password / passwordSecret values are mutually exclusive with this auth mode, and sslMode defaults to require. (#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