From 5d496b4ad4310436f609894bae19c89a0b90f4a5 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:25:56 -0600 Subject: [PATCH] chore(main): release 1.9.0 (#616) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 14 ++++++++++++++ README.md | 22 +++++++++++----------- cmd/root.go | 2 +- cmd/version.txt | 2 +- 4 files changed, 27 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df590bb4..9dc3242f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.9.0](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/compare/v1.8.0...v1.9.0) (2024-04-17) + + +### Features + +* add support for a config file ([#612](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/612)) ([d9f3845](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/d9f3845e56107bb35684e43cf1889787b37d51be)) +* add support for PSC ([#613](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/613)) ([1ef4f60](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/1ef4f60e7e6fad02d84c709b60731b436f80420a)) +* use Google managed base images ([#611](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/611)) ([16ed6a8](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/16ed6a8a4822ebce770d74401e5480ff6e70213b)) + + +### Bug Fixes + +* switch to public mirrors of base containers ([#627](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/627)) ([c433f43](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/c433f4320a98e8445fd76bf7156a40c3c07b83e8)) + ## [1.8.0](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/compare/v1.7.1...v1.8.0) (2024-03-14) diff --git a/README.md b/README.md index 8b08ffa3..c7bc2264 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.8.0" +URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.9.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.8.0" +URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.9.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.8.0" +URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.9.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.8.0" +URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.9.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.8.0" +URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.9.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.8.0" +URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.9.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.8.0/alloydb-auth-proxy-x64.exe -O alloydb-auth-proxy.exe +wget https://storage.googleapis.com/alloydb-auth-proxy/v1.9.0/alloydb-auth-proxy-x64.exe -O alloydb-auth-proxy.exe ``` @@ -128,7 +128,7 @@ wget https://storage.googleapis.com/alloydb-auth-proxy/v1.8.0/alloydb-auth-proxy ``` sh # see Releases for other versions -wget https://storage.googleapis.com/alloydb-auth-proxy/v1.8.0/alloydb-auth-proxy-x86.exe -O alloydb-auth-proxy.exe +wget https://storage.googleapis.com/alloydb-auth-proxy/v1.9.0/alloydb-auth-proxy-x86.exe -O alloydb-auth-proxy.exe ``` @@ -155,13 +155,13 @@ currently supported: The `$VERSION` is the Proxy version without the leading "v" (e.g., -`1.8.0`). +`1.9.0`). For example, to pull a particular version, use a command like: ``` shell -# $VERSION is 1.8.0 -docker pull gcr.io/alloydb-connectors/alloydb-auth-proxy:1.8.0 +# $VERSION is 1.9.0 +docker pull gcr.io/alloydb-connectors/alloydb-auth-proxy:1.9.0 ``` diff --git a/cmd/root.go b/cmd/root.go index 529f9c55..599de976 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.8.0/third_party/licenses.tar.gz {x-release-please-version} + https://storage.googleapis.com/alloydb-auth-proxy/v1.9.0/third_party/licenses.tar.gz {x-release-please-version} ` var waitHelp = ` diff --git a/cmd/version.txt b/cmd/version.txt index 27f9cd32..f8e233b2 100644 --- a/cmd/version.txt +++ b/cmd/version.txt @@ -1 +1 @@ -1.8.0 +1.9.0