@@ -41,7 +41,7 @@ following instructions for your OS and CPU architecture.
4141
4242``` sh
4343# see Releases for other versions
44- URL=" https://storage.googleapis.com/alloydb-auth-proxy/v1.12.2 "
44+ URL=" https://storage.googleapis.com/alloydb-auth-proxy/v1.13.0 "
4545
4646wget " $URL /alloydb-auth-proxy.linux.amd64" -O alloydb-auth-proxy
4747
@@ -54,7 +54,7 @@ chmod +x alloydb-auth-proxy
5454
5555``` sh
5656# see Releases for other versions
57- URL=" https://storage.googleapis.com/alloydb-auth-proxy/v1.12.2 "
57+ URL=" https://storage.googleapis.com/alloydb-auth-proxy/v1.13.0 "
5858
5959wget " $URL /alloydb-auth-proxy.linux.386" -O alloydb-auth-proxy
6060
@@ -67,7 +67,7 @@ chmod +x alloydb-auth-proxy
6767
6868``` sh
6969# see Releases for other versions
70- URL=" https://storage.googleapis.com/alloydb-auth-proxy/v1.12.2 "
70+ URL=" https://storage.googleapis.com/alloydb-auth-proxy/v1.13.0 "
7171
7272wget " $URL /alloydb-auth-proxy.linux.arm64" -O alloydb-auth-proxy
7373
@@ -80,7 +80,7 @@ chmod +x alloydb-auth-proxy
8080
8181``` sh
8282# see Releases for other versions
83- URL=" https://storage.googleapis.com/alloydb-auth-proxy/v1.12.2 "
83+ URL=" https://storage.googleapis.com/alloydb-auth-proxy/v1.13.0 "
8484
8585wget " $URL /alloydb-auth-proxy.linux.arm" -O alloydb-auth-proxy
8686
@@ -93,7 +93,7 @@ chmod +x alloydb-auth-proxy
9393
9494``` sh
9595# see Releases for other versions
96- URL=" https://storage.googleapis.com/alloydb-auth-proxy/v1.12.2 "
96+ URL=" https://storage.googleapis.com/alloydb-auth-proxy/v1.13.0 "
9797
9898wget " $URL /alloydb-auth-proxy.darwin.amd64" -O alloydb-auth-proxy
9999
@@ -106,7 +106,7 @@ chmod +x alloydb-auth-proxy
106106
107107``` sh
108108# see Releases for other versions
109- URL=" https://storage.googleapis.com/alloydb-auth-proxy/v1.12.2 "
109+ URL=" https://storage.googleapis.com/alloydb-auth-proxy/v1.13.0 "
110110
111111wget " $URL /alloydb-auth-proxy.darwin.arm64" -O alloydb-auth-proxy
112112
@@ -119,7 +119,7 @@ chmod +x alloydb-auth-proxy
119119
120120``` sh
121121# see Releases for other versions
122- wget https://storage.googleapis.com/alloydb-auth-proxy/v1.12.2 /alloydb-auth-proxy-x64.exe -O alloydb-auth-proxy.exe
122+ wget https://storage.googleapis.com/alloydb-auth-proxy/v1.13.0 /alloydb-auth-proxy-x64.exe -O alloydb-auth-proxy.exe
123123```
124124</details >
125125
@@ -128,7 +128,7 @@ wget https://storage.googleapis.com/alloydb-auth-proxy/v1.12.2/alloydb-auth-prox
128128
129129``` sh
130130# see Releases for other versions
131- wget https://storage.googleapis.com/alloydb-auth-proxy/v1.12.2 /alloydb-auth-proxy-x86.exe -O alloydb-auth-proxy.exe
131+ wget https://storage.googleapis.com/alloydb-auth-proxy/v1.13.0 /alloydb-auth-proxy-x86.exe -O alloydb-auth-proxy.exe
132132```
133133</details >
134134
@@ -160,13 +160,13 @@ currently supported:
160160
161161<!-- {x-release-please-start-version} -->
162162The ` $VERSION ` is the Proxy version without the leading "v" (e.g.,
163- ` 1.12.2 ` ).
163+ ` 1.13.0 ` ).
164164
165165For example, to pull a particular version, use a command like:
166166
167167``` shell
168- # $VERSION is 1.12.2
169- docker pull gcr.io/alloydb-connectors/alloydb-auth-proxy:1.12.2
168+ # $VERSION is 1.13.0
169+ docker pull gcr.io/alloydb-connectors/alloydb-auth-proxy:1.13.0
170170```
171171
172172<!-- {x-release-please-end} -->
0 commit comments