From d1deffcf258fb305505bcbce810b44e2d374c96b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 20 Mar 2023 18:41:36 +0000 Subject: [PATCH] Prepare release 2.0.1 --- CHANGELOG.md | 6 +++++- drivers/starburst/resources/metabase-plugin.yaml | 2 +- .../src/metabase/driver/implementation/connectivity.clj | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7a03e..338f890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## [Unreleased] +## [2.0.1] - 2023-03-20 + ## [2.0.0] - 2023-03-06 - Bump Metabase version to v1.45.0 @@ -49,7 +51,9 @@ - Adds Starburst specific tests - Adds github CI actions for testing and release -[Unreleased]: https://github.com/starburstdata/metabase-driver/compare/2.0.0...HEAD +[Unreleased]: https://github.com/starburstdata/metabase-driver/compare/2.0.1...HEAD + +[2.0.1]: https://github.com/starburstdata/metabase-driver/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/starburstdata/metabase-driver/compare/1.0.7...2.0.0 diff --git a/drivers/starburst/resources/metabase-plugin.yaml b/drivers/starburst/resources/metabase-plugin.yaml index aeb6130..aa93b6a 100644 --- a/drivers/starburst/resources/metabase-plugin.yaml +++ b/drivers/starburst/resources/metabase-plugin.yaml @@ -1,6 +1,6 @@ info: name: Metabase Starburst Driver - version: 2.0.0 + version: 2.0.1 description: Allows Metabase to connect to Starburst Enterprise, Starburst Galaxy, and Trino query engines. contact-info: name: Starburst diff --git a/drivers/starburst/src/metabase/driver/implementation/connectivity.clj b/drivers/starburst/src/metabase/driver/implementation/connectivity.clj index a772db1..0e44978 100644 --- a/drivers/starburst/src/metabase/driver/implementation/connectivity.clj +++ b/drivers/starburst/src/metabase/driver/implementation/connectivity.clj @@ -111,7 +111,7 @@ (update :kerberos str->bool) (update :kerberos-delegation bool->str) (assoc :SSL (:ssl details-map)) - (assoc :source "Starburst Metabase 2.0.0") + (assoc :source "Starburst Metabase 2.0.1") ;; remove any Metabase specific properties that are not recognized by the Trino JDBC driver, which is ;; very picky about properties (throwing an error if any are unrecognized)