Skip to content

Commit 1981c49

Browse files
chore(main): release 1.11.2 (#712)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 2b0e567 commit 1981c49

File tree

4 files changed

+20
-13
lines changed

4 files changed

+20
-13
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.11.2](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/compare/v1.11.1...v1.11.2) (2024-10-09)
4+
5+
6+
### Bug Fixes
7+
8+
* bump dependencies to latest ([#711](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/711)) ([2b0e567](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/2b0e567473ba326c6ac9e30ac8c97e848f189769))
9+
310
## [1.11.1](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/compare/v1.11.0...v1.11.1) (2024-09-19)
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.11.1"
44+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.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.11.1"
57+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.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.11.1"
70+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.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.11.1"
83+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.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.11.1"
96+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.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.11.1"
109+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.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.11.1/alloydb-auth-proxy-x64.exe -O alloydb-auth-proxy.exe
122+
wget https://storage.googleapis.com/alloydb-auth-proxy/v1.11.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.11.1/alloydb-auth-prox
128128

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

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

167167
``` shell
168-
# $VERSION is 1.11.1
169-
docker pull gcr.io/alloydb-connectors/alloydb-auth-proxy:1.11.1
168+
# $VERSION is 1.11.2
169+
docker pull gcr.io/alloydb-connectors/alloydb-auth-proxy:1.11.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
@@ -369,7 +369,7 @@ Third Party Licenses
369369
To view all licenses for third party dependencies used within this
370370
distribution please see:
371371
372-
https://storage.googleapis.com/alloydb-auth-proxy/v1.11.1/third_party/licenses.tar.gz {x-release-please-version}
372+
https://storage.googleapis.com/alloydb-auth-proxy/v1.11.2/third_party/licenses.tar.gz {x-release-please-version}
373373
374374
Static Connection Info
375375

cmd/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.1
1+
1.11.2

0 commit comments

Comments
 (0)