@@ -41,7 +41,7 @@ following instructions for your OS and CPU architecture.
41
41
42
42
``` sh
43
43
# 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 "
45
45
46
46
wget " $URL /alloydb-auth-proxy.linux.amd64" -O alloydb-auth-proxy
47
47
@@ -54,7 +54,7 @@ chmod +x alloydb-auth-proxy
54
54
55
55
``` sh
56
56
# 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 "
58
58
59
59
wget " $URL /alloydb-auth-proxy.linux.386" -O alloydb-auth-proxy
60
60
@@ -67,7 +67,7 @@ chmod +x alloydb-auth-proxy
67
67
68
68
``` sh
69
69
# 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 "
71
71
72
72
wget " $URL /alloydb-auth-proxy.linux.arm64" -O alloydb-auth-proxy
73
73
@@ -80,7 +80,7 @@ chmod +x alloydb-auth-proxy
80
80
81
81
``` sh
82
82
# 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 "
84
84
85
85
wget " $URL /alloydb-auth-proxy.linux.arm" -O alloydb-auth-proxy
86
86
@@ -93,7 +93,7 @@ chmod +x alloydb-auth-proxy
93
93
94
94
``` sh
95
95
# 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 "
97
97
98
98
wget " $URL /alloydb-auth-proxy.darwin.amd64" -O alloydb-auth-proxy
99
99
@@ -106,7 +106,7 @@ chmod +x alloydb-auth-proxy
106
106
107
107
``` sh
108
108
# 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 "
110
110
111
111
wget " $URL /alloydb-auth-proxy.darwin.arm64" -O alloydb-auth-proxy
112
112
@@ -119,7 +119,7 @@ chmod +x alloydb-auth-proxy
119
119
120
120
``` sh
121
121
# 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
123
123
```
124
124
</details >
125
125
@@ -128,7 +128,7 @@ wget https://storage.googleapis.com/alloydb-auth-proxy/v1.12.2/alloydb-auth-prox
128
128
129
129
``` sh
130
130
# 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
132
132
```
133
133
</details >
134
134
@@ -160,13 +160,13 @@ currently supported:
160
160
161
161
<!-- {x-release-please-start-version} -->
162
162
The ` $VERSION ` is the Proxy version without the leading "v" (e.g.,
163
- ` 1.12.2 ` ).
163
+ ` 1.13.0 ` ).
164
164
165
165
For example, to pull a particular version, use a command like:
166
166
167
167
``` 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
170
170
```
171
171
172
172
<!-- {x-release-please-end} -->
0 commit comments