diff --git a/CHANGELOG.md b/CHANGELOG.md index 2132789d..b5ff3fa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.1](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/compare/v1.11.0...v1.11.1) (2024-09-19) + + +### Bug Fixes + +* bump dependencies to latest ([#704](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/704)) ([a41063e](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/a41063e58962680454041ad0b88e7d690c5cecbc)) + ## [1.11.0](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/compare/v1.10.2...v1.11.0) (2024-08-15) diff --git a/README.md b/README.md index 88d0893f..5d2ae019 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.0" +URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.1" 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.0" +URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.1" 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.0" +URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.1" 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.0" +URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.1" 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.0" +URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.1" 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.0" +URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.11.1" 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.0/alloydb-auth-proxy-x64.exe -O alloydb-auth-proxy.exe +wget https://storage.googleapis.com/alloydb-auth-proxy/v1.11.1/alloydb-auth-proxy-x64.exe -O alloydb-auth-proxy.exe ``` @@ -128,7 +128,7 @@ wget https://storage.googleapis.com/alloydb-auth-proxy/v1.11.0/alloydb-auth-prox ``` sh # see Releases for other versions -wget https://storage.googleapis.com/alloydb-auth-proxy/v1.11.0/alloydb-auth-proxy-x86.exe -O alloydb-auth-proxy.exe +wget https://storage.googleapis.com/alloydb-auth-proxy/v1.11.1/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.0`). +`1.11.1`). For example, to pull a particular version, use a command like: ``` shell -# $VERSION is 1.11.0 -docker pull gcr.io/alloydb-connectors/alloydb-auth-proxy:1.11.0 +# $VERSION is 1.11.1 +docker pull gcr.io/alloydb-connectors/alloydb-auth-proxy:1.11.1 ``` diff --git a/cmd/root.go b/cmd/root.go index 01ff552c..e12fb6d5 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.0/third_party/licenses.tar.gz {x-release-please-version} + https://storage.googleapis.com/alloydb-auth-proxy/v1.11.1/third_party/licenses.tar.gz {x-release-please-version} Static Connection Info diff --git a/cmd/version.txt b/cmd/version.txt index 1cac385c..720c7384 100644 --- a/cmd/version.txt +++ b/cmd/version.txt @@ -1 +1 @@ -1.11.0 +1.11.1