cloud-sql-proxy: Update to version 2.5.0

This commit is contained in:
github-actions[bot] 2023-07-11 20:26:02 +00:00
parent 01abc0421b
commit b5ce7a58d6

View File

@ -1,17 +1,17 @@
{ {
"version": "2.4.0", "version": "2.5.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.4.0/cloud-sql-proxy.x64.exe#/cloud-sql-proxy.exe", "url": "https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.5.0/cloud-sql-proxy.x64.exe#/cloud-sql-proxy.exe",
"hash": "d3f8e867f874ffbda6efa13e4428ba48007b03a8cfc4aa84a7f511131e6661c0" "hash": "668397b9bee9c407d5233daa5fc0a534ff7fc22a35e96b983a0593b582bc3ca5"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.4.0/cloud-sql-proxy.x86.exe#/cloud-sql-proxy.exe", "url": "https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.5.0/cloud-sql-proxy.x86.exe#/cloud-sql-proxy.exe",
"hash": "f5d2387ca93b3f8779aeba4f9e4f952fead81233180f055edc75ca55dd80f3c9" "hash": "c0046e6f0dfd7ae43d05c74e03f0fd81164f1d1a8bec40494467e56b76f40641"
} }
}, },
"bin": "cloud-sql-proxy.exe", "bin": "cloud-sql-proxy.exe",