Skip to content

Commit 0e29cdf

Browse files
chore(main): release 1.13.2 (#793)
* chore(main): release 1.13.2 * Modify licenses.tar.gz to point to v1.13.2 --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: rhatgadkar-goog <rhatgadkar@google.com>
1 parent f59e426 commit 0e29cdf

File tree

5 files changed

+21
-14
lines changed

5 files changed

+21
-14
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.13.2](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/compare/v1.13.1...v1.13.2) (2025-05-13)
4+
5+
6+
### Bug Fixes
7+
8+
* bump dependencies to latest ([#792](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/792)) ([f59e426](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/f59e426006073b564a695998ff6f4c1b3b839726))
9+
310
## [1.13.1](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/compare/v1.13.0...v1.13.1) (2025-04-14)
411

512

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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.13.1"
44+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.13.2"
4545

4646
wget "$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.13.1"
57+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.13.2"
5858

5959
wget "$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.13.1"
70+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.13.2"
7171

7272
wget "$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.13.1"
83+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.13.2"
8484

8585
wget "$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.13.1"
96+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.13.2"
9797

9898
wget "$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.13.1"
109+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.13.2"
110110

111111
wget "$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.13.1/alloydb-auth-proxy-x64.exe -O alloydb-auth-proxy.exe
122+
wget https://storage.googleapis.com/alloydb-auth-proxy/v1.13.2/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.13.1/alloydb-auth-prox
128128

129129
``` sh
130130
# see Releases for other versions
131-
wget https://storage.googleapis.com/alloydb-auth-proxy/v1.13.1/alloydb-auth-proxy-x86.exe -O alloydb-auth-proxy.exe
131+
wget https://storage.googleapis.com/alloydb-auth-proxy/v1.13.2/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} -->
162162
The `$VERSION` is the Proxy version without the leading "v" (e.g.,
163-
`1.13.1`).
163+
`1.13.2`).
164164

165165
For example, to pull a particular version, use a command like:
166166

167167
``` shell
168-
# $VERSION is 1.13.1
169-
docker pull gcr.io/alloydb-connectors/alloydb-auth-proxy:1.13.1
168+
# $VERSION is 1.13.2
169+
docker pull gcr.io/alloydb-connectors/alloydb-auth-proxy:1.13.2
170170
```
171171

172172
<!-- {x-release-please-end} -->

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ Third Party Licenses
366366
To view all licenses for third party dependencies used within this
367367
distribution please see:
368368
369-
https://storage.googleapis.com/alloydb-auth-proxy/v1.13.1/third_party/licenses.tar.gz {x-release-please-version}
369+
https://storage.googleapis.com/alloydb-auth-proxy/v1.13.2/third_party/licenses.tar.gz {x-release-please-version}
370370
371371
Static Connection Info
372372

cmd/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.1
1+
1.13.2

docs/cmd/alloydb-auth-proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Third Party Licenses
261261
To view all licenses for third party dependencies used within this
262262
distribution please see:
263263

264-
https://storage.googleapis.com/alloydb-auth-proxy/v1.13.1/third_party/licenses.tar.gz
264+
https://storage.googleapis.com/alloydb-auth-proxy/v1.13.2/third_party/licenses.tar.gz
265265

266266
Static Connection Info
267267

0 commit comments

Comments
 (0)