Skip to content

Commit 25b242a

Browse files
Merge pull request #231 from gliderlabs/master
release 0.3.25
2 parents 401b029 + 42471e1 commit 25b242a

File tree

12 files changed

+25
-12
lines changed

12 files changed

+25
-12
lines changed

CHANGELOG.md

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

1313

14+
## [0.3.25] - 2017-02-01
15+
### Changed
16+
- @fjorgemota Update buildpack-php to v119
17+
- @michaelshobbs Update clojure to version v76
18+
- @michaelshobbs Update go to version v60
19+
- @michaelshobbs Update gradle to version v21
20+
- @michaelshobbs Update nodejs to version v98
21+
- @michaelshobbs Update ruby to version v153
22+
- @michaelshobbs Update scala to version v75
23+
- @michaelshobbs Update java to version v50
24+
25+
1426
## [0.3.24] - 2017-01-02
1527
### Changed
1628
- @michaelshobbs Update static to version v8
@@ -308,7 +320,8 @@ All notable changes to this project will be documented in this file.
308320
- User for `buildpack-build` is `$USER` or randomized
309321
- User for `procfile-exec` is `$USER` or detected from `/app`
310322

311-
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.24...HEAD
323+
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.25...HEAD
324+
[0.3.25]: https://github.com/gliderlabs/herokuish/compare/v0.3.24...v0.3.25
312325
[0.3.24]: https://github.com/gliderlabs/herokuish/compare/v0.3.23...v0.3.24
313326
[0.3.23]: https://github.com/gliderlabs/herokuish/compare/v0.3.22...v0.3.23
314327
[0.3.22]: https://github.com/gliderlabs/herokuish/compare/v0.3.21...v0.3.22

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

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v75
1+
v76
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v54
1+
v60
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v19
1+
v21
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v48
1+
v50
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v93
1+
v98
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v117
1+
v119
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v150
1+
v153
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v72
1+
v75

0 commit comments

Comments
 (0)