Skip to content

Commit cd2a36e

Browse files
chore(main): release 1.13.4 (#804)
* chore(main): release 1.13.4 * docs: update version in docs --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Nancy Hong <[email protected]>
1 parent 3396ba2 commit cd2a36e

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.4](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/compare/v1.13.3...v1.13.4) (2025-07-09)
4+
5+
6+
### Bug Fixes
7+
8+
* quitquitquit logs info not error message ([#803](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/803)) ([0824d9d](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/0824d9d747fd0bb0a5d2d40f34d891ac35f09c62)), closes [#802](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/802)
9+
310
## [1.13.3](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/compare/v1.13.2...v1.13.3) (2025-06-12)
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.3"
44+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.13.4"
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.3"
57+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.13.4"
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.3"
70+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.13.4"
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.3"
83+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.13.4"
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.3"
96+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.13.4"
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.3"
109+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.13.4"
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.3/alloydb-auth-proxy-x64.exe -O alloydb-auth-proxy.exe
122+
wget https://storage.googleapis.com/alloydb-auth-proxy/v1.13.4/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.3/alloydb-auth-prox
128128

129129
``` sh
130130
# see Releases for other versions
131-
wget https://storage.googleapis.com/alloydb-auth-proxy/v1.13.3/alloydb-auth-proxy-x86.exe -O alloydb-auth-proxy.exe
131+
wget https://storage.googleapis.com/alloydb-auth-proxy/v1.13.4/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.3`).
163+
`1.13.4`).
164164

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

167167
``` shell
168-
# $VERSION is 1.13.3
169-
docker pull gcr.io/alloydb-connectors/alloydb-auth-proxy:1.13.3
168+
# $VERSION is 1.13.4
169+
docker pull gcr.io/alloydb-connectors/alloydb-auth-proxy:1.13.4
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.3/third_party/licenses.tar.gz {x-release-please-version}
369+
https://storage.googleapis.com/alloydb-auth-proxy/v1.13.4/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.3
1+
1.13.4

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.3/third_party/licenses.tar.gz
264+
https://storage.googleapis.com/alloydb-auth-proxy/v1.13.4/third_party/licenses.tar.gz
265265

266266
Static Connection Info
267267

0 commit comments

Comments
 (0)