Skip to content

Commit

Permalink
Prepare release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and lpoulain committed Sep 27, 2023
1 parent 4a88097 commit 17c34c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

## [4.0.0] - 2023-09-27

## [3.0.1] - 2023-05-25

- Bump Metabase version to v1.46.4
Expand Down Expand Up @@ -61,7 +63,9 @@
- Adds Starburst specific tests
- Adds github CI actions for testing and release

[Unreleased]: https://github.com/starburstdata/metabase-driver/compare/3.0.0...HEAD
[Unreleased]: https://github.com/starburstdata/metabase-driver/compare/4.0.0...HEAD

[4.0.0]: https://github.com/starburstdata/metabase-driver/compare/3.0.0...4.0.0

[3.0.0]: https://github.com/starburstdata/metabase-driver/compare/2.0.0...3.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: 3.0.0
version: 4.0.0
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 @@ -120,7 +120,7 @@
(update :kerberos str->bool)
(update :kerberos-delegation bool->str)
(assoc :SSL (:ssl details-map))
(assoc :source "Starburst Metabase 3.0.0")
(assoc :source "Starburst Metabase 4.0.0")
(assoc :clientInfo (if (:impersonation details-map) "impersonate:true" ""))
(dissoc (if (remove-role? details-map) :roles :test))

Expand Down

0 comments on commit 17c34c7

Please sign in to comment.