Skip to content

Commit 401b029

Browse files
Merge pull request #221 from gliderlabs/master
release 0.3.24
2 parents 036d1de + 8ca51f4 commit 401b029

File tree

7 files changed

+15
-7
lines changed

7 files changed

+15
-7
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ All notable changes to this project will be documented in this file.
1111
### Changed
1212

1313

14+
## [0.3.24] - 2017-01-02
15+
### Changed
16+
- @michaelshobbs Update static to version v8
17+
- @michaelshobbs Update python to version v97
18+
- @michaelshobbs Update ruby to version v150
19+
20+
1421
## [0.3.23] - 2016-12-16
1522
### Changed
1623
- @joshmanders Update nodejs version v93
@@ -301,7 +308,8 @@ All notable changes to this project will be documented in this file.
301308
- User for `buildpack-build` is `$USER` or randomized
302309
- User for `procfile-exec` is `$USER` or detected from `/app`
303310

304-
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.23...HEAD
311+
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.24...HEAD
312+
[0.3.24]: https://github.com/gliderlabs/herokuish/compare/v0.3.23...v0.3.24
305313
[0.3.23]: https://github.com/gliderlabs/herokuish/compare/v0.3.22...v0.3.23
306314
[0.3.22]: https://github.com/gliderlabs/herokuish/compare/v0.3.21...v0.3.22
307315
[0.3.21]: https://github.com/gliderlabs/herokuish/compare/v0.3.20...v0.3.21

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM heroku/cedar:14
2-
RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.23/herokuish_0.3.23_linux_x86_64.tgz \
2+
RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.24/herokuish_0.3.24_linux_x86_64.tgz \
33
--silent -L | tar -xzC /bin
44
RUN /bin/herokuish buildpack install \
55
&& ln -s /bin/herokuish /build \

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
NAME = herokuish
22
HARDWARE = $(shell uname -m)
3-
VERSION ?= 0.3.23
3+
VERSION ?= 0.3.24
44
IMAGE_NAME ?= $(NAME)
55
BUILD_TAG ?= dev
66

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Download and uncompress the latest binary tarball from [releases](https://github
1818
For example, you can do this directly in your Dockerfiles installing into `/bin` as one step:
1919

2020
```
21-
RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.3.23/herokuish_0.3.23_linux_x86_64.tgz \
21+
RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.3.24/herokuish_0.3.24_linux_x86_64.tgz \
2222
| tar -xzC /bin
2323
```
2424

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v85
1+
v97
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v149
1+
v150
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v6
1+
v8

0 commit comments

Comments
 (0)