Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.11.0 #673

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.11.0](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/compare/v1.10.2...v1.11.0) (2024-08-15)


### Features

* 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))
* 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))
* 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))
* 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))


### Bug Fixes

* 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))

## [1.10.2](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/compare/v1.10.1...v1.10.2) (2024-07-10)


Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ following instructions for your OS and CPU architecture.

``` sh
# see Releases for other versions
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.10.2"
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.0"

wget "$URL/alloydb-auth-proxy.linux.amd64" -O alloydb-auth-proxy

Expand All @@ -54,7 +54,7 @@ chmod +x alloydb-auth-proxy

``` sh
# see Releases for other versions
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.10.2"
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.0"

wget "$URL/alloydb-auth-proxy.linux.386" -O alloydb-auth-proxy

Expand All @@ -67,7 +67,7 @@ chmod +x alloydb-auth-proxy

``` sh
# see Releases for other versions
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.10.2"
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.0"

wget "$URL/alloydb-auth-proxy.linux.arm64" -O alloydb-auth-proxy

Expand All @@ -80,7 +80,7 @@ chmod +x alloydb-auth-proxy

``` sh
# see Releases for other versions
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.10.2"
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.0"

wget "$URL/alloydb-auth-proxy.linux.arm" -O alloydb-auth-proxy

Expand All @@ -93,7 +93,7 @@ chmod +x alloydb-auth-proxy

``` sh
# see Releases for other versions
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.10.2"
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.0"

wget "$URL/alloydb-auth-proxy.darwin.amd64" -O alloydb-auth-proxy

Expand All @@ -106,7 +106,7 @@ chmod +x alloydb-auth-proxy

``` sh
# see Releases for other versions
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.10.2"
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.0"

wget "$URL/alloydb-auth-proxy.darwin.arm64" -O alloydb-auth-proxy

Expand All @@ -119,7 +119,7 @@ chmod +x alloydb-auth-proxy

``` sh
# see Releases for other versions
wget https://storage.googleapis.com/alloydb-auth-proxy/v1.10.2/alloydb-auth-proxy-x64.exe -O alloydb-auth-proxy.exe
wget https://storage.googleapis.com/alloydb-auth-proxy/v1.11.0/alloydb-auth-proxy-x64.exe -O alloydb-auth-proxy.exe
```
</details>

Expand All @@ -128,7 +128,7 @@ wget https://storage.googleapis.com/alloydb-auth-proxy/v1.10.2/alloydb-auth-prox

``` sh
# see Releases for other versions
wget https://storage.googleapis.com/alloydb-auth-proxy/v1.10.2/alloydb-auth-proxy-x86.exe -O alloydb-auth-proxy.exe
wget https://storage.googleapis.com/alloydb-auth-proxy/v1.11.0/alloydb-auth-proxy-x86.exe -O alloydb-auth-proxy.exe
```
</details>

Expand Down Expand Up @@ -160,13 +160,13 @@ currently supported:

<!-- {x-release-please-start-version} -->
The `$VERSION` is the Proxy version without the leading "v" (e.g.,
`1.10.2`).
`1.11.0`).

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

``` shell
# $VERSION is 1.10.2
docker pull gcr.io/alloydb-connectors/alloydb-auth-proxy:1.10.2
# $VERSION is 1.11.0
docker pull gcr.io/alloydb-connectors/alloydb-auth-proxy:1.11.0
```

<!-- {x-release-please-end} -->
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ Third Party Licenses
To view all licenses for third party dependencies used within this
distribution please see:

https://storage.googleapis.com/alloydb-auth-proxy/v1.10.2/third_party/licenses.tar.gz {x-release-please-version}
https://storage.googleapis.com/alloydb-auth-proxy/v1.11.0/third_party/licenses.tar.gz {x-release-please-version}

Static Connection Info

Expand Down
2 changes: 1 addition & 1 deletion cmd/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.2
1.11.0
Loading