Skip to content

Commit

Permalink
chore(main): release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 3, 2023
1 parent 1f4f1c7 commit bd4cd01
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.2.0](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/compare/v1.1.0...v1.2.0) (2023-02-03)


### Features

* add admin server with pprof ([#236](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/236)) ([46d59c8](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/46d59c8b43cb58852b513e2114f9307176b76d0c))
* add support for Go 1.20 ([#256](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/256)) ([1f4f1c7](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/1f4f1c7f1c85d175576189d045c9c58d6c25a3f5))
* add support for min ready instances ([#229](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/229)) ([f9d262a](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/f9d262aa4244bc9be80c096b76378af74722511f))
* add support for unix-socket-path instance parameter. ([#251](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/251)) ([3c17cfa](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/3c17cfa4d7af792a70c6f2f2d8e792fdd4687f26))
* add support for user-agent configuration ([#232](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/232)) ([0b1d3e9](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/0b1d3e962bd0487b045a32777f54709d84ff2bea))


### Bug Fixes

* report the real error when newSocketMount() fails ([#252](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/252)) ([d76a334](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/d76a3346307640b5e3a81f3d5bbefcdf55e94e5b))
* return correct exit code on SIGTERM ([#231](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/231)) ([a0ac50c](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/a0ac50cf968a77b94959d9dac232a9777391a0b9))
* use correct OAuth2 scope for impersonation ([#241](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/issues/241)) ([af91431](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/commit/af914315111360a963377a3a4802ef612f7013e5))

## [1.1.0](https://github.com/GoogleCloudPlatform/alloydb-auth-proxy/compare/v1.0.0...v1.1.0) (2023-01-17)


Expand Down
2 changes: 1 addition & 1 deletion cmd/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1-dev
1.2.0

0 comments on commit bd4cd01

Please sign in to comment.