cloud-sql-proxy: Update to version 1.33.1

This commit is contained in:
github-actions[bot] 2022-11-15 20:28:03 +00:00
parent 925d3bc217
commit d2b5a90721

View File

@ -1,17 +1,17 @@
{ {
"version": "1.33.0", "version": "1.33.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.33.0/cloud_sql_proxy_x64.exe#/cloud_sql_proxy.exe", "url": "https://storage.googleapis.com/cloudsql-proxy/v1.33.1/cloud_sql_proxy_x64.exe#/cloud_sql_proxy.exe",
"hash": "5dfffd394cb0c0bf215c0e1d23b5309bf3b8e17b3060afb859a63a609b7128d0" "hash": "2a3177fc089817b6e79a07008c5d6dff9c3faf93a68e0f4198a6b226f680db76"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/cloudsql-proxy/v1.33.0/cloud_sql_proxy_x86.exe#/cloud_sql_proxy.exe", "url": "https://storage.googleapis.com/cloudsql-proxy/v1.33.1/cloud_sql_proxy_x86.exe#/cloud_sql_proxy.exe",
"hash": "e62f325b6489af71e9c7e34d67ba27a88f1bf975e865b7c69993a66fa8faa43e" "hash": "d60d4ddf3a2c5bd337661b1f1ddda947626cd0bb109ab470e14c57b3bb52b68e"
} }
}, },
"bin": "cloud_sql_proxy.exe", "bin": "cloud_sql_proxy.exe",