cloud-sql-proxy: Update to version 2.7.1

This commit is contained in:
github-actions[bot] 2023-10-18 00:33:25 +00:00
parent 7bc07ba749
commit 54b33592b3

View File

@ -1,17 +1,17 @@
{ {
"version": "2.7.0", "version": "2.7.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/cloud-sql-connectors/cloud-sql-proxy/v2.7.0/cloud-sql-proxy.x64.exe#/cloud-sql-proxy.exe", "url": "https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.7.1/cloud-sql-proxy.x64.exe#/cloud-sql-proxy.exe",
"hash": "957663fbcbc29f17a877f41a50ffe42165271fb139adce1e27e7419c38fb0482" "hash": "999d286da6b35d04040714fd578ba15758ea049b29f74ca660e816873962af09"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.7.0/cloud-sql-proxy.x86.exe#/cloud-sql-proxy.exe", "url": "https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.7.1/cloud-sql-proxy.x86.exe#/cloud-sql-proxy.exe",
"hash": "9b8ce638ec5ffd8dc045e4f16f883118643a40f04f028bbec13a9f95c21cd563" "hash": "535ce5345c7c2864aba7778878990fd19c5639e527730eff3df2051e8a56fc77"
} }
}, },
"bin": "cloud-sql-proxy.exe", "bin": "cloud-sql-proxy.exe",