Skip to content

Commit

Permalink
Merge pull request #242 from gliderlabs/master
Browse files Browse the repository at this point in the history
release 0.3.27
  • Loading branch information
michaelshobbs authored Mar 21, 2017
2 parents 6142545 + 1d75c33 commit 402d813
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ All notable changes to this project will be documented in this file.
### Changed


## [0.3.27] - 2017-03-21
### Changed
- @michaelshobbs Update ruby to version v155


## [0.3.26] - 2017-02-28
### Changed
- @wfarr Update go buildpack to v62
Expand Down Expand Up @@ -329,7 +334,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.26...HEAD
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.27...HEAD
[0.3.27]: https://github.com/gliderlabs/herokuish/compare/v0.3.26...v0.3.27
[0.3.26]: https://github.com/gliderlabs/herokuish/compare/v0.3.25...v0.3.26
[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
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.26/herokuish_0.3.26_linux_x86_64.tgz \
RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.27/herokuish_0.3.27_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.26
VERSION ?= 0.3.27
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.26/herokuish_0.3.26_linux_x86_64.tgz \
RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.3.27/herokuish_0.3.27_linux_x86_64.tgz \
| tar -xzC /bin
```

Expand Down
2 changes: 1 addition & 1 deletion buildpacks/buildpack-ruby/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v153
v155

0 comments on commit 402d813

Please sign in to comment.