Skip to content

Commit 036d1de

Browse files
Merge pull request #212 from gliderlabs/master
release 0.3.23
2 parents 0a01026 + deae659 commit 036d1de

File tree

9 files changed

+19
-9
lines changed

9 files changed

+19
-9
lines changed

CHANGELOG.md

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

1313

14+
## [0.3.23] - 2016-12-16
15+
### Changed
16+
- @joshmanders Update nodejs version v93
17+
- @michaelshobbs Update go to version v54
18+
- @michaelshobbs Update gradle to version v19
19+
- @michaelshobbs Update php to version v117
20+
- @michaelshobbs Update ruby to version v149
21+
22+
1423
## [0.3.22] - 2016-11-18
1524
### Removed
1625
- @michaelshobbs remove html2text dependency
@@ -292,7 +301,8 @@ All notable changes to this project will be documented in this file.
292301
- User for `buildpack-build` is `$USER` or randomized
293302
- User for `procfile-exec` is `$USER` or detected from `/app`
294303

295-
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.22...HEAD
304+
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.23...HEAD
305+
[0.3.23]: https://github.com/gliderlabs/herokuish/compare/v0.3.22...v0.3.23
296306
[0.3.22]: https://github.com/gliderlabs/herokuish/compare/v0.3.21...v0.3.22
297307
[0.3.21]: https://github.com/gliderlabs/herokuish/compare/v0.3.20...v0.3.21
298308
[0.3.20]: https://github.com/gliderlabs/herokuish/compare/v0.3.19...v0.3.20

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.22/herokuish_0.3.22_linux_x86_64.tgz \
2+
RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.23/herokuish_0.3.23_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.22
3+
VERSION ?= 0.3.23
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.22/herokuish_0.3.22_linux_x86_64.tgz \
21+
RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.3.23/herokuish_0.3.23_linux_x86_64.tgz \
2222
| tar -xzC /bin
2323
```
2424

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v52
1+
v54
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18
1+
v19
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v91
1+
v93
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v114
1+
v117
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v148
1+
v149

0 commit comments

Comments
 (0)