Skip to content

Commit

Permalink
Prepare release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and andrewdibiasio6 committed Jul 11, 2022
1 parent b864ab5 commit 23a1414
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]

## [1.0.5] - 2022-07-11

- Add default-advanced-options
- Update README.md

Expand Down Expand Up @@ -27,7 +29,9 @@
- Adds Starburst specific tests
- Adds github CI actions for testing and release

[Unreleased]: https://github.com/starburstdata/metabase-driver/compare/1.0.4...HEAD
[Unreleased]: https://github.com/starburstdata/metabase-driver/compare/1.0.5...HEAD

[1.0.5]: https://github.com/starburstdata/metabase-driver/compare/1.0.4...1.0.5

[1.0.4]: https://github.com/starburstdata/metabase-driver/compare/1.0.3...1.0.4

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: 1.0.4
version: 1.0.5
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 @@ -103,7 +103,7 @@
(update :kerberos str->bool)
(update :kerberos-delegation bool->str)
(assoc :SSL (:ssl details-map))
(assoc :source "Starburst Metabase 1.0.4")
(assoc :source "Starburst Metabase 1.0.5")

;; 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

0 comments on commit 23a1414

Please sign in to comment.