Skip to content

Commit

Permalink
Merge pull request #109 from gliderlabs/master
Browse files Browse the repository at this point in the history
release 0.3.8
  • Loading branch information
michaelshobbs committed Jan 7, 2016
2 parents 868cec3 + 5a8c21c commit 6a3ed3e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ All notable changes to this project will be documented in this file.

### Changed

## [0.3.8] - 2016-01-06
### Changed
- @josegonzalez Upgrade gradle buildpack version to 17
- @josegonzalez Update java buildpack version to 42
- @josegonzalez Update scala buildpack version to 64

## [0.3.7] - 2015-12-31
### Fixed
- @michaelshobbs force rebuild of packages that are already up to date
Expand Down Expand Up @@ -142,7 +148,8 @@ All notable changes to this project will be documented in this file.
- User for `buildpack-build` is `$USER` or randomized
- User for `procfile-exec` is `$USER` or detected from `/app`

[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.7...HEAD
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.8...HEAD
[0.3.8]: https://github.com/gliderlabs/herokuish/compare/v0.3.7...v0.3.8
[0.3.7]: https://github.com/gliderlabs/herokuish/compare/v0.3.6...v0.3.7
[0.3.6]: https://github.com/gliderlabs/herokuish/compare/v0.3.5...v0.3.6
[0.3.5]: https://github.com/gliderlabs/herokuish/compare/v0.3.4...v0.3.5
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM heroku/cedar:14
RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.7/herokuish_0.3.7_linux_x86_64.tgz \
RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.8/herokuish_0.3.8_linux_x86_64.tgz \
--silent -L | tar -xzC /bin
RUN /bin/herokuish buildpack install \
&& ln -s /bin/herokuish /build \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NAME = herokuish
HARDWARE = $(shell uname -m)
VERSION ?= 0.3.7
VERSION ?= 0.3.8
IMAGE_NAME ?= $(NAME)
BUILD_TAG ?= dev

Expand Down
2 changes: 1 addition & 1 deletion buildpacks/buildpack-gradle/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v17
2 changes: 1 addition & 1 deletion buildpacks/buildpack-java/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v41
v42
2 changes: 1 addition & 1 deletion buildpacks/buildpack-scala/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v63
v64

0 comments on commit 6a3ed3e

Please sign in to comment.