Skip to content

Commit

Permalink
chore(main): release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 15, 2024
1 parent 78c3131 commit 7afcac6
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 13 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.10.0](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/compare/v1.9.0...v1.10.0) (2024-05-15)


### Features

* add support for a lazy refresh ([#2184](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/2184)) ([#644](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/644)) ([b375d34](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/b375d34313190fd296010cb175c996d43485ab38)), closes [#625](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/625)
* support static connection info ([#648](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/648)) ([78c3131](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/78c31319f85705d9f3eca4f030522f5088731412))


### Bug Fixes

* don't depend on downstream in readiness check ([#641](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/641)) ([3a7c789](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/3a7c789fd40fe7810b215d6f3b5b9341448800fc))
* ensure graceful shutdown on fuse error ([#638](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/638)) ([eb4435b](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/eb4435bf74018107915d03d250a78f0fe7541ef3))

## [1.9.0](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/compare/v1.8.0...v1.9.0) (2024-04-17)


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.9.0"
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.10.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.9.0"
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.10.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.9.0"
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.10.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.9.0"
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.10.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.9.0"
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.10.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.9.0"
URL="https://storage.googleapis.com/alloydb-auth-proxy/v1.10.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.9.0/alloydb-auth-proxy-x64.exe -O alloydb-auth-proxy.exe
wget https://storage.googleapis.com/alloydb-auth-proxy/v1.10.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.9.0/alloydb-auth-proxy

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

Expand All @@ -155,13 +155,13 @@ currently supported:

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

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

``` shell
# $VERSION is 1.9.0
docker pull gcr.io/alloydb-connectors/alloydb-auth-proxy:1.9.0
# $VERSION is 1.10.0
docker pull gcr.io/alloydb-connectors/alloydb-auth-proxy:1.10.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.9.0/third_party/licenses.tar.gz {x-release-please-version}
https://storage.googleapis.com/alloydb-auth-proxy/v1.10.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.9.0
1.10.0

0 comments on commit 7afcac6

Please sign in to comment.