Skip to content

Commit

Permalink
release 0.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelshobbs committed Jun 28, 2016
1 parent 167bdab commit eec2c5e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ All notable changes to this project will be documented in this file.
### Changed


## [0.3.14] - 2016-06-27
### Added
- @michaelshobbs implement heroku-like buildpack detect order and output. closes #133

### Fixed
- @michaelshobbs because nodejs matches before ember, manually set the ember buildpack

### Changed
- @michaelshobbs Update go to version v41
- @michaelshobbs Update grails to version v21
- @michaelshobbs Update php to version v107


## [0.3.13] - 2016-05-09
### Fixed
- @michaelshobbs ensure correct permissions on tgz buildpack directories
Expand Down Expand Up @@ -212,7 +225,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.13...HEAD
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.14...HEAD
[0.3.14]: https://github.com/gliderlabs/herokuish/compare/v0.3.13...v0.3.14
[0.3.13]: https://github.com/gliderlabs/herokuish/compare/v0.3.12...v0.3.13
[0.3.12]: https://github.com/gliderlabs/herokuish/compare/v0.3.11...v0.3.12
[0.3.11]: https://github.com/gliderlabs/herokuish/compare/v0.3.10...v0.3.11
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.13/herokuish_0.3.13_linux_x86_64.tgz \
RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.13/herokuish_0.3.14_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.13
VERSION ?= 0.3.14
IMAGE_NAME ?= $(NAME)
BUILD_TAG ?= dev

Expand Down

0 comments on commit eec2c5e

Please sign in to comment.