Skip to content

Commit 22f229d

Browse files
web-flowlpoulain
authored andcommitted
Prepare release 6.0.0
Prepare release 6.0.0
1 parent 27498cf commit 22f229d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## [Unreleased]
22

3-
## [5.0.0] - 2025-01-09
3+
## [6.0.0] - 2025-01-10
44

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

80-
[Unreleased]: https://github.com/starburstdata/metabase-driver/compare/5.0.0...HEAD
80+
[Unreleased]: https://github.com/starburstdata/metabase-driver/compare/6.0.0...HEAD
81+
82+
[6.0.0]: https://github.com/starburstdata/metabase-driver/compare/5.0.0...6.0.0
8183

8284
[5.0.0]: https://github.com/starburstdata/metabase-driver/compare/4.1.0...5.0.0
8385

drivers/starburst/resources/metabase-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
info:
22
name: Metabase Starburst Driver
3-
version: 5.0.0
3+
version: 6.0.0
44
description: Allows Metabase to connect to Starburst Enterprise, Starburst Galaxy, and Trino query engines.
55
contact-info:
66
name: Starburst

drivers/starburst/src/metabase/driver/implementation/connectivity.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
(update :kerberos str->bool)
125125
(update :kerberos-delegation bool->str)
126126
(assoc :SSL (:ssl details-map))
127-
(assoc :source "Starburst Metabase 5.0.0")
127+
(assoc :source "Starburst Metabase 6.0.0")
128128
(assoc-if :clientInfo "impersonate:true" (:impersonation details-map))
129129
(assoc-if :explicitPrepare "false" (:prepared-optimized details-map))
130130
(dissoc (if (remove-role? details-map) :roles :test))

0 commit comments

Comments
 (0)