cloud-sql-proxy: Update to version 1.27.1

This commit is contained in:
github-actions[bot] 2021-12-08 00:39:38 +00:00
parent 2224b9e2e6
commit ee56041a17

View File

@ -1,17 +1,17 @@
{ {
"version": "1.27.0", "version": "1.27.1",
"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.27.0/cloud_sql_proxy_x64.exe#/cloud_sql_proxy.exe", "url": "https://storage.googleapis.com/cloudsql-proxy/v1.27.1/cloud_sql_proxy_x64.exe#/cloud_sql_proxy.exe",
"hash": "598aebb714782e39a29d3cbccd4fb66d2747bcdb4265b7798552cb08f68fa426" "hash": "cd78cf381ae98a50d2211df3b8d28975f355ec7e0eda8d8909dbdac1a2f11428"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/cloudsql-proxy/v1.27.0/cloud_sql_proxy_x86.exe#/cloud_sql_proxy.exe", "url": "https://storage.googleapis.com/cloudsql-proxy/v1.27.1/cloud_sql_proxy_x86.exe#/cloud_sql_proxy.exe",
"hash": "638947455fd0f0afefafb3e22acc27ffcbe1b42ba2dfe4b4f2ecba74a408ef2c" "hash": "0a8dd85a4ef128768f6fff42bb7b86d6a59376830f3a8b3d436bf3f28b707f54"
} }
}, },
"bin": "cloud_sql_proxy.exe", "bin": "cloud_sql_proxy.exe",