cloud-sql-proxy: Update to version 1.22.0

This commit is contained in:
Richard Kuhnt 2021-04-21 22:00:25 +00:00
parent be8e67147e
commit e8797004d1

View File

@ -1,17 +1,17 @@
{ {
"version": "1.21.0", "version": "1.22.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.21.0/cloud_sql_proxy_x64.exe#/cloud_sql_proxy.exe", "url": "https://storage.googleapis.com/cloudsql-proxy/v1.22.0/cloud_sql_proxy_x64.exe#/cloud_sql_proxy.exe",
"hash": "73c83d1378196f15291cc06609b28d39fd972286ab51fd1c8d51e9f233ed9b00" "hash": "f51a7854cbd9a37a81bbc12e43ddced14c4bd4fa962134cfff2801dcb2cb7c72"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/cloudsql-proxy/v1.21.0/cloud_sql_proxy_x86.exe#/cloud_sql_proxy.exe", "url": "https://storage.googleapis.com/cloudsql-proxy/v1.22.0/cloud_sql_proxy_x86.exe#/cloud_sql_proxy.exe",
"hash": "7f6c246d11365f83c5fc3d6504bf66e97580ec16695e7b074d0c7cd8567855e7" "hash": "45993c9ec0a889afe925511a43f3cf716c4b724c0b2b65f451ccbcfa42daefd0"
} }
}, },
"bin": "cloud_sql_proxy.exe", "bin": "cloud_sql_proxy.exe",