Skip to content

Commit 16b5823

Browse files
chore(main): release 1.11.0 (#673)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 6458c18 commit 16b5823

File tree

4 files changed

+28
-13
lines changed

4 files changed

+28
-13
lines changed

CHANGELOG.md

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

3+
## [1.11.0](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/compare/v1.10.2...v1.11.0) (2024-08-15)
4+
5+
6+
### Features
7+
8+
* exit when FUSE errors on accept ([#694](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/694)) ([e0bd377](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/e0bd3772f3c30cf8a7da14ff940dd57c4a0ca97d))
9+
* replace buster with bookworm container ([#672](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/672)) ([d81b90d](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/d81b90dd0a6cf70e275b47c58178636450c2141f))
10+
* support for exit zero sigterm ([#684](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/684)) ([790b935](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/790b935e29fd687688faf885de3387f136d000a9))
11+
* support for min-sigterm-delay ([#693](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/693)) ([2b0de79](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/2b0de79d5d2f6b5365a3ac023ce5868302fe4127))
12+
13+
14+
### Bug Fixes
15+
16+
* ignore go-fuse ctx in Lookup ([#675](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/675)) ([57d3e80](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/57d3e802cab62ea747b8eb51b292d45402d64f49))
17+
318
## [1.10.2](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/compare/v1.10.1...v1.10.2) (2024-07-10)
419

520

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.10.2"
44+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.0"
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.10.2"
57+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.0"
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.10.2"
70+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.0"
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.10.2"
83+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.0"
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.10.2"
96+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.0"
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.10.2"
109+
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.0"
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.10.2/alloydb-auth-proxy-x64.exe -O alloydb-auth-proxy.exe
122+
wget https://storage.googleapis.com/alloydb-auth-proxy/v1.11.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.10.2/alloydb-auth-prox
128128

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

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

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

0 commit comments

Comments
 (0)