cloud-sql-proxy: Update to version 2.13.0

This commit is contained in:
github-actions[bot] 2024-08-14 20:26:26 +00:00
parent 846bf886f6
commit 0a432927cb

View File

@ -1,17 +1,17 @@
{ {
"version": "2.12.0", "version": "2.13.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.12.0/cloud-sql-proxy.x64.exe#/cloud-sql-proxy.exe", "url": "https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.13.0/cloud-sql-proxy.x64.exe#/cloud-sql-proxy.exe",
"hash": "e25c43b0deb891e842afc8e55afc00826772f746e17fc468df713c13e5fdcc18" "hash": "835ac4dd16fcb2c23295f184481ab61bef8be44358d727f2b9a7ecbae0a58aca"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.12.0/cloud-sql-proxy.x86.exe#/cloud-sql-proxy.exe", "url": "https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.13.0/cloud-sql-proxy.x86.exe#/cloud-sql-proxy.exe",
"hash": "0cd4b4351ddd64ab11dbdf5689ded670cc6391b5eb1ff433f7894c3ceda61cea" "hash": "d825b06a2f0e5369d08868bcf3cfc39836f5b5332d09052e52747ea494b71365"
} }
}, },
"bin": "cloud-sql-proxy.exe", "bin": "cloud-sql-proxy.exe",