Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0.1 into main #84

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

## [2.0.1] - 2023-03-20

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can amend this commit and add a message calling out your fix here.

## [2.0.0] - 2023-03-06

- Bump Metabase version to v1.45.0
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion drivers/starburst/resources/metabase-plugin.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down