Skip to content

Commit

Permalink
Merge pull request #367 from gliderlabs/master
Browse files Browse the repository at this point in the history
release v0.4.2
  • Loading branch information
michaelshobbs authored May 10, 2018
2 parents 5d3def6 + 783f11b commit 7057f93
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 12 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ All notable changes to this project will be documented in this file.

### Changed

## [0.4.2] - 2018-05-10
- @peterhellberg Update go to version v87
- @michaelshobbs Update clojure to version v82
- @michaelshobbs Update gradle to version v26
- @michaelshobbs Update java to version v61
- @michaelshobbs Update php to version v135
- @michaelshobbs Update python to version v134
- @michaelshobbs Update ruby to version v183
- @michaelshobbs Update scala to version v81

## [0.4.1] - 2018-04-23
### Changed
- @nolith Update java to version v60
Expand Down Expand Up @@ -472,7 +482,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.4.1...HEAD
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.4.2...HEAD
[0.4.2]: https://github.com/gliderlabs/herokuish/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/gliderlabs/herokuish/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/gliderlabs/herokuish/compare/v0.3.36...v0.4.0
[0.3.36]: https://github.com/gliderlabs/herokuish/compare/v0.3.35...v0.3.36
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update -qq \
dist-upgrade \
&& apt-get clean \
&& rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/* /var/tmp/*
RUN curl "https://github.com/gliderlabs/herokuish/releases/download/v0.4.1/herokuish_0.4.1_linux_x86_64.tgz" \
RUN curl "https://github.com/gliderlabs/herokuish/releases/download/v0.4.2/herokuish_0.4.2_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.4.1
VERSION ?= 0.4.2
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.4.1/herokuish_0.4.1_linux_x86_64.tgz \
RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.4.2/herokuish_0.4.2_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 @@
v78
v82
2 changes: 1 addition & 1 deletion buildpacks/buildpack-go/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v86
v87
2 changes: 1 addition & 1 deletion buildpacks/buildpack-gradle/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v25
v26
2 changes: 1 addition & 1 deletion buildpacks/buildpack-java/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v60
v61
2 changes: 1 addition & 1 deletion buildpacks/buildpack-php/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v134
v135
2 changes: 1 addition & 1 deletion buildpacks/buildpack-python/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v132
v134
2 changes: 1 addition & 1 deletion buildpacks/buildpack-ruby/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v178
v183
2 changes: 1 addition & 1 deletion buildpacks/buildpack-scala/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v79
v81

0 comments on commit 7057f93

Please sign in to comment.