From 03a1350981cfe15d08407b5dcf50ddf3f28769f0 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 21:24:13 +0000 Subject: [PATCH 1/2] chore(main): release 2.0.0-preview.1 --- CHANGELOG.md | 18 ++++++++++++++++++ cmd/version.txt | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a726b479f..3b9046409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [2.0.0-preview.1](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/compare/v2.0.0-preview.0...v2.0.0-preview.1) (2022-09-07) + + +### Features + +* add support for FUSE ([#1381](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/issues/1381)) ([6cf4d25](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/commit/6cf4d255fe7d640db4e7e651aed9c377ecf4e735)) + + +### Bug Fixes + +* pass dial options when checking connections ([#1366](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/issues/1366)) ([0033c36](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/commit/0033c36200e7b5ba77b8d1157b1168af5fba73fc)) +* support configuration of HTTP server address ([#1365](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/issues/1365)) ([b53d77f](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/commit/b53d77fce751af9316a4bc1349cd3bbcaaf151b0)) + + +### Miscellaneous Chores + +* release 2.0.0-preview.1 ([#1382](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/issues/1382)) ([3999339](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/commit/3999339a59df761551baf76098969f06f6dfdde9)) + ## [1.31.2](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.31.1...v1.31.2) (2022-08-02) diff --git a/cmd/version.txt b/cmd/version.txt index 8bb8164cb..4efb27bd4 100644 --- a/cmd/version.txt +++ b/cmd/version.txt @@ -1 +1 @@ -2.0.0-preview.1.dev +2.0.0-preview.1 From bb89787112c5b7c4935b3a304f662e139ea76db7 Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Wed, 7 Sep 2022 15:31:21 -0600 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b9046409..0369b0105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,11 +13,6 @@ * pass dial options when checking connections ([#1366](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/issues/1366)) ([0033c36](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/commit/0033c36200e7b5ba77b8d1157b1168af5fba73fc)) * support configuration of HTTP server address ([#1365](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/issues/1365)) ([b53d77f](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/commit/b53d77fce751af9316a4bc1349cd3bbcaaf151b0)) - -### Miscellaneous Chores - -* release 2.0.0-preview.1 ([#1382](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/issues/1382)) ([3999339](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/commit/3999339a59df761551baf76098969f06f6dfdde9)) - ## [1.31.2](https://github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.31.1...v1.31.2) (2022-08-02)