cloud-sql-proxy: Update to version 1.27.0

This commit is contained in:
Richard Kuhnt 2021-11-02 23:00:34 +00:00
parent a9bbb1ceca
commit 5588a66ba6

View File

@ -1,17 +1,17 @@
{ {
"version": "1.26.0", "version": "1.27.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/cloudsql-proxy/v1.26.0/cloud_sql_proxy_x64.exe#/cloud_sql_proxy.exe", "url": "https://storage.googleapis.com/cloudsql-proxy/v1.27.0/cloud_sql_proxy_x64.exe#/cloud_sql_proxy.exe",
"hash": "25fa6b0d92b86763141c61818456bdaf94962df143e3c99d320c60e7d7e84015" "hash": "598aebb714782e39a29d3cbccd4fb66d2747bcdb4265b7798552cb08f68fa426"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/cloudsql-proxy/v1.26.0/cloud_sql_proxy_x86.exe#/cloud_sql_proxy.exe", "url": "https://storage.googleapis.com/cloudsql-proxy/v1.27.0/cloud_sql_proxy_x86.exe#/cloud_sql_proxy.exe",
"hash": "cf4b2cab5175667ccc6a9bf59b26858d7c2bc37123ed2d6081c7dca17b5d1b19" "hash": "638947455fd0f0afefafb3e22acc27ffcbe1b42ba2dfe4b4f2ecba74a408ef2c"
} }
}, },
"bin": "cloud_sql_proxy.exe", "bin": "cloud_sql_proxy.exe",