Skip to content

Commit

Permalink
Prepare release 6.0.0
Browse files Browse the repository at this point in the history
Prepare release 6.0.0
  • Loading branch information
web-flow authored and lpoulain committed Jan 10, 2025
1 parent 27498cf commit 22f229d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [Unreleased]

## [5.0.0] - 2025-01-09
## [6.0.0] - 2025-01-10

- Bump Metabase version to v1.52.2
- Re-enable the :foreign-keys feature flag so that users can set external relationships in Metabase
Expand Down Expand Up @@ -77,7 +77,9 @@
- Adds Starburst specific tests
- Adds github CI actions for testing and release

[Unreleased]: https://github.com/starburstdata/metabase-driver/compare/5.0.0...HEAD
[Unreleased]: https://github.com/starburstdata/metabase-driver/compare/6.0.0...HEAD

[6.0.0]: https://github.com/starburstdata/metabase-driver/compare/5.0.0...6.0.0

[5.0.0]: https://github.com/starburstdata/metabase-driver/compare/4.1.0...5.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: 5.0.0
version: 6.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 @@ -124,7 +124,7 @@
(update :kerberos str->bool)
(update :kerberos-delegation bool->str)
(assoc :SSL (:ssl details-map))
(assoc :source "Starburst Metabase 5.0.0")
(assoc :source "Starburst Metabase 6.0.0")
(assoc-if :clientInfo "impersonate:true" (:impersonation details-map))
(assoc-if :explicitPrepare "false" (:prepared-optimized details-map))
(dissoc (if (remove-role? details-map) :roles :test))
Expand Down

0 comments on commit 22f229d

Please sign in to comment.