cloud-sql-proxy
cloud-sql-proxy copied to clipboard
A utility for connecting securely to your Cloud SQL instances
On startup of v1 Proxy we will notify users of v2 and encourage migrating to take advantage of new features and improvements.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/hanwen/go-fuse/v2](https://redirect.github.com/hanwen/go-fuse) | `v2.6.1` -> `v2.6.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
Add a command option for adding a callback function for the connection refuse events due to max connection limit.
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) | action | patch | `v4.4.1` -> `v4.4.3` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) |...
### Bug Description When attempting to connect through the proxy, I'm getting connection reset by peer Starting the proxy is fine ``` 2024/09/12 08:58:14 Authorizing with Application Default Credentials ......
Have v1 Proxy output a message upon startup mentioning v2 Proxy is recommended for improved stability, observability, features (PSC, DNS, lazy refresh) and link to migration guide.
### Bug Description Hello, we're using sql proxy as a sidecar, here's a snippet ```yaml initContainers: - name: cloud-sql-proxy restartPolicy: Always image: gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.16.0 args: - "--private-ip" - "PROJECT:europe-west1:INSTANCE" ``` This...
Port `skip-failed-instance-config` from v1 to v2. If set, this will ignore connection errors instead of exiting on startup. See more use case details in associated issue. fixes https://github.com/GoogleCloudPlatform/cloud-sql-proxy/issues/2451
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/go-sql-driver/mysql](https://redirect.github.com/go-sql-driver/mysql) | `v1.9.2` -> `v1.9.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...