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.12.0 #729

Merged
Merged
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
chore(main): release 1.12.0
release-please[bot] authored and enocom committed Dec 11, 2024
commit 8ac6a44b092bf0d01abbdc90b460810541a2ccbe
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.12.0](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/compare/v1.11.3...v1.12.0) (2024-12-11)


### Features

* accept GET method at /quitquitquit ([#726](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/726)) ([19b1ec8](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/19b1ec8be37e12cdfdd9b4d16153724b2d02e3d7))

## [1.11.3](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/compare/v1.11.2...v1.11.3) (2024-11-13)


22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.11.3"
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.12.0"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@@ -160,13 +160,13 @@ currently supported:

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

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

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

<!-- {x-release-please-end} -->
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
@@ -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.11.3/third_party/licenses.tar.gz {x-release-please-version}
https://storage.googleapis.com/alloydb-auth-proxy/v1.12.0/third_party/licenses.tar.gz {x-release-please-version}

Static Connection Info

2 changes: 1 addition & 1 deletion cmd/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.3
1.12.0
2 changes: 1 addition & 1 deletion docs/cmd/alloydb-auth-proxy.md
Original file line number Diff line number Diff line change
@@ -264,7 +264,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.11.3/third_party/licenses.tar.gz
https://storage.googleapis.com/alloydb-auth-proxy/v1.12.0/third_party/licenses.tar.gz

Static Connection Info