Skip to content

Commit

Permalink
Merge pull request #2111 from metabase/ver-num-and-doc-updates
Browse files Browse the repository at this point in the history
Ver num and doc updates
  • Loading branch information
agilliland committed Mar 8, 2016
2 parents a9f09f6 + 0c4a4fe commit 15d1656
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

VERSION="v0.15.0"
VERSION="v0.15.1"

# dynamically pull more interesting stuff from latest git commit
HASH=$(git show-ref --head --hash=7 head) # first 7 letters of hash should be enough; that's what GitHub uses
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Metabase team runs a number of production installations on AWS using Elastic

Metabase provides an Elastic Beanstalk pre-configured launch url to help new installations getting started. If you are starting fresh we recommend you follow this link to begin creating the Elastic Beanstalk deployment with a few choices pre-filled.

[Launch Metabase on Elastic Beanstalk](http://downloads.metabase.com/v0.15.0/launch-aws-eb.html)
[Launch Metabase on Elastic Beanstalk](http://downloads.metabase.com/v0.15.1/launch-aws-eb.html)

The rest of this guide will follow each phase of the Elastic Beanstalk setup step-by-step.

Expand Down Expand Up @@ -53,7 +53,7 @@ When your environment type settings look like the above then go ahead and click

The application version describes the exact binary you wish to deploy to your Elastic Beanstalk application. Metabase provides a pre-built AWS Elastic Beanstalk application version which can be linked to directly. Simply enter the following url in the `S3 URL` textbox:

https://s3.amazonaws.com/downloads.metabase.com/v0.15.0/metabase-aws-eb.zip
https://s3.amazonaws.com/downloads.metabase.com/v0.15.1/metabase-aws-eb.zip

Leave all the settings under Deployment Limits on their defaults. These settings won't impact Metabase.

Expand Down Expand Up @@ -186,7 +186,7 @@ Here's each step:
1. Go to Elastic Beanstalk and select your `Metabase` application
* Click on `Application Versions` on the left nav (you can also choose `Application Versions` from the dropdown at the top of the page)
* Download the latest Metabase Elastic Beanstalk deployment file
* https://s3.amazonaws.com/downloads.metabase.com/v0.15.0/metabase-aws-eb.zip
* https://s3.amazonaws.com/downloads.metabase.com/v0.15.1/metabase-aws-eb.zip
* Upload a new Application Version
* Click the `Upload` button on the upper right side of the listing
* Give the new version a name, ideally including the Metabase version number (e.g. v0.13.0)
Expand Down

0 comments on commit 15d1656

Please sign in to comment.