Skip to content

Commit

Permalink
Merge pull request #212 from gliderlabs/master
Browse files Browse the repository at this point in the history
release 0.3.23
  • Loading branch information
michaelshobbs authored Dec 16, 2016
2 parents 0a01026 + deae659 commit 036d1de
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 9 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ All notable changes to this project will be documented in this file.
### Changed


## [0.3.23] - 2016-12-16
### Changed
- @joshmanders Update nodejs version v93
- @michaelshobbs Update go to version v54
- @michaelshobbs Update gradle to version v19
- @michaelshobbs Update php to version v117
- @michaelshobbs Update ruby to version v149


## [0.3.22] - 2016-11-18
### Removed
- @michaelshobbs remove html2text dependency
Expand Down Expand Up @@ -292,7 +301,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.22...HEAD
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.23...HEAD
[0.3.23]: https://github.com/gliderlabs/herokuish/compare/v0.3.22...v0.3.23
[0.3.22]: https://github.com/gliderlabs/herokuish/compare/v0.3.21...v0.3.22
[0.3.21]: https://github.com/gliderlabs/herokuish/compare/v0.3.20...v0.3.21
[0.3.20]: https://github.com/gliderlabs/herokuish/compare/v0.3.19...v0.3.20
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.22/herokuish_0.3.22_linux_x86_64.tgz \
RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.23/herokuish_0.3.23_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.22
VERSION ?= 0.3.23
IMAGE_NAME ?= $(NAME)
BUILD_TAG ?= dev

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Download and uncompress the latest binary tarball from [releases](https://github
For example, you can do this directly in your Dockerfiles installing into `/bin` as one step:

```
RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.3.22/herokuish_0.3.22_linux_x86_64.tgz \
RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.3.23/herokuish_0.3.23_linux_x86_64.tgz \
| tar -xzC /bin
```

Expand Down
2 changes: 1 addition & 1 deletion buildpacks/buildpack-go/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v52
v54
2 changes: 1 addition & 1 deletion buildpacks/buildpack-gradle/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v19
2 changes: 1 addition & 1 deletion buildpacks/buildpack-nodejs/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v91
v93
2 changes: 1 addition & 1 deletion buildpacks/buildpack-php/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v114
v117
2 changes: 1 addition & 1 deletion buildpacks/buildpack-ruby/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v148
v149

0 comments on commit 036d1de

Please sign in to comment.