cloud-sql-proxy: Update to version 2.4.0

This commit is contained in:
github-actions[bot] 2023-06-20 20:23:18 +00:00
parent 527337f82e
commit c354b1f99c

View File

@ -1,17 +1,17 @@
{ {
"version": "2.3.0", "version": "2.4.0",
"description": "Provides secure access to Cloud SQL Second Generation instances without having to add Authorized networks or configure SSL.", "description": "Provides secure access to Cloud SQL Second Generation instances without having to add Authorized networks or configure SSL.",
"homepage": "https://cloud.google.com/sql/docs/mysql/sql-proxy", "homepage": "https://cloud.google.com/sql/docs/mysql/sql-proxy",
"license": "Apache-2.0", "license": "Apache-2.0",
"depends": "gcloud", "depends": "gcloud",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.3.0/cloud-sql-proxy.x64.exe#/cloud-sql-proxy.exe", "url": "https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.4.0/cloud-sql-proxy.x64.exe#/cloud-sql-proxy.exe",
"hash": "0e57e62e32d2ad588645b132ddb3c733b2796d7c655882583bd4f1556b55065e" "hash": "d3f8e867f874ffbda6efa13e4428ba48007b03a8cfc4aa84a7f511131e6661c0"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.3.0/cloud-sql-proxy.x86.exe#/cloud-sql-proxy.exe", "url": "https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.4.0/cloud-sql-proxy.x86.exe#/cloud-sql-proxy.exe",
"hash": "2c0bbfa933eed78f3615c386fef47abdff1a21b55cfb1dae3c82434070a539ae" "hash": "f5d2387ca93b3f8779aeba4f9e4f952fead81233180f055edc75ca55dd80f3c9"
} }
}, },
"bin": "cloud-sql-proxy.exe", "bin": "cloud-sql-proxy.exe",