metabase / metabase-buildpack

Buildpack for Heroku
MIT License
24 stars 168 forks source link

missing update to 0.26.0 RC1 #2

Closed kritop closed 6 years ago

kritop commented 6 years ago

are you going to update the buildpack like you did with previous RCs?

salsakran commented 6 years ago

RC1 is fairly fresh, we'll probably update it to RC2 or once we feel like things are stable. This buildpack is the default one that users who click "deploy" on http://www.metabase.com/start/heroku.html get, so we tend to be fairly conservative in what gets merged into master.

kritop commented 6 years ago

alright thanks, just wanted to make sure because the last time both RCs were released.

ArtursO commented 6 years ago

Doesn't look like Metabase 0.25.2 has been updated. Buildpack is still 0.25.1.

I had a general question - are you slowly phasing out support for Heroku? Out of curiosity and so I know whether to look at somewhere else to host Metabase.

kritop commented 6 years ago

@ArtursO its on the latest stable 0.25.2 see https://github.com/metabase/metabase-buildpack/commit/deeecb628bafbc8d4d39324866b60b7cb4dec87e

ArtursO commented 6 years ago

That's odd. I've followed all the instruction to upgrade Metabase on Heroku but I keep getting a "Everything-up-to-date" message in Terminal when I try to push the latest clone of Metabase (git clone https://github.com/metabase/metabase-deploy.git)

image

kritop commented 6 years ago

@ArtursO i had a similar issue, thought it was because i didnt use the force flag. but i got around it by just doing a local readme change, commiting that and then do a push. that will trigger surely an update.

ArtursO commented 6 years ago

This worked - thanks a lot @kritop !