diff --git a/CHANGELOG.md b/CHANGELOG.md index f5bb420f..bb4244aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 2a1986e6..1415ec6e 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 ``` @@ -160,13 +160,13 @@ currently supported: 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 ``` diff --git a/cmd/root.go b/cmd/root.go index 2ae5718a..d8d69e6f 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -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 diff --git a/cmd/version.txt b/cmd/version.txt index 0a5af26d..0eed1a29 100644 --- a/cmd/version.txt +++ b/cmd/version.txt @@ -1 +1 @@ -1.11.3 +1.12.0 diff --git a/docs/cmd/alloydb-auth-proxy.md b/docs/cmd/alloydb-auth-proxy.md index 4c0391af..4964e73e 100644 --- a/docs/cmd/alloydb-auth-proxy.md +++ b/docs/cmd/alloydb-auth-proxy.md @@ -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