Skip to content

Commit

Permalink
Merge pull request #231 from gliderlabs/master
Browse files Browse the repository at this point in the history
release 0.3.25
  • Loading branch information
michaelshobbs authored Feb 1, 2017
2 parents 401b029 + 42471e1 commit 25b242a
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 12 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ All notable changes to this project will be documented in this file.
### Changed


## [0.3.25] - 2017-02-01
### Changed
- @fjorgemota Update buildpack-php to v119
- @michaelshobbs Update clojure to version v76
- @michaelshobbs Update go to version v60
- @michaelshobbs Update gradle to version v21
- @michaelshobbs Update nodejs to version v98
- @michaelshobbs Update ruby to version v153
- @michaelshobbs Update scala to version v75
- @michaelshobbs Update java to version v50


## [0.3.24] - 2017-01-02
### Changed
- @michaelshobbs Update static to version v8
Expand Down Expand Up @@ -308,7 +320,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.24...HEAD
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.25...HEAD
[0.3.25]: https://github.com/gliderlabs/herokuish/compare/v0.3.24...v0.3.25
[0.3.24]: https://github.com/gliderlabs/herokuish/compare/v0.3.23...v0.3.24
[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
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.24/herokuish_0.3.24_linux_x86_64.tgz \
RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.25/herokuish_0.3.25_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.24
VERSION ?= 0.3.25
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.24/herokuish_0.3.24_linux_x86_64.tgz \
RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.3.25/herokuish_0.3.25_linux_x86_64.tgz \
| tar -xzC /bin
```

Expand Down
2 changes: 1 addition & 1 deletion buildpacks/buildpack-clojure/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v75
v76
2 changes: 1 addition & 1 deletion buildpacks/buildpack-go/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v54
v60
2 changes: 1 addition & 1 deletion buildpacks/buildpack-gradle/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v19
v21
2 changes: 1 addition & 1 deletion buildpacks/buildpack-java/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v48
v50
2 changes: 1 addition & 1 deletion buildpacks/buildpack-nodejs/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v93
v98
2 changes: 1 addition & 1 deletion buildpacks/buildpack-php/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v117
v119
2 changes: 1 addition & 1 deletion buildpacks/buildpack-ruby/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v150
v153
2 changes: 1 addition & 1 deletion buildpacks/buildpack-scala/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v72
v75

0 comments on commit 25b242a

Please sign in to comment.