Open
Description
The testing infrastructure starts the Cloud SQL Proxy (v1) prior to running tests:
python-docs-samples/.kokoro/tests/run_tests.sh
Lines 134 to 145 in 8570053
The Cloud SQL Proxy (v2) was released on Jan 17, 2023. Latest is now v2.15.0 and is highly recommended over v1 usage.
The v2 has numerous new features and improvements over v1 such as debug logging,
lazy refresh, PSC connections, non-GDU environments, metrics and tracing, etc.
There is a migration guide that can be used to help with the CLI changes required to migrate.
Should also clean up any stale usage of v1 Proxy in this repo, which can be found by looking
for cloud_sql_proxy
as the v2 Proxy binary is cloud-sql-proxy
.