Skip to content

Commit

Permalink
Merge pull request #17 from GreptimeTeam/update-metabase-v0.52.8
Browse files Browse the repository at this point in the history
Update Metabase to v0.52.8
  • Loading branch information
sunng87 authored Feb 4, 2025
2 parents 57ccc57 + 27a7545 commit 9441f83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: |
greptime/metabase-greptimedb:v0.52.7-greptime-${{ github.ref_name }}
greptime/metabase-greptimedb:v0.52.8-greptime-${{ github.ref_name }}
greptime/metabase-greptimedb:latest
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
:aliases
{:dev
{:extra-deps
{io.github.metabase/metabase {:git/tag "v0.52.7", :git/sha "ddbc480"}}}}}
{io.github.metabase/metabase {:git/tag "v0.52.8", :git/sha "3cbfc1e"}}}}}
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.io/metabase/metabase:v0.52.7
FROM docker.io/metabase/metabase:v0.52.8

ADD ./target/greptimedb.metabase-driver.jar plugins/

0 comments on commit 9441f83

Please sign in to comment.