Skip to content

Commit

Permalink
Merge pull request #589 from gliderlabs/master
Browse files Browse the repository at this point in the history
Release 0.5.15
  • Loading branch information
josegonzalez authored Jul 24, 2020
2 parents 0bff124 + 836a36c commit fb48a7b
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 15 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ All notable changes to this project will be documented in this file.

### Changed

## [0.5.15] - 2020-07-24

### Changed
- @cdmwebs Fix Typo in README
- @josegonzalez Update python to version v173
- @josegonzalez Update ruby to version v218
- @josegonzalez Update static to version v14
- @josegonzalez Update clojure to version v85
- @josegonzalez Update go to version v144
- @josegonzalez Update php to version v178
- @josegonzalez Update nodejs to version v174
- @dependabot Bump django from 1.11.28 to 1.11.29


## [0.5.14] - 2020-06-01

### Changed
Expand Down Expand Up @@ -670,7 +684,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.5.14...HEAD
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.5.15...HEAD
[0.5.15]: https://github.com/gliderlabs/herokuish/compare/v0.5.14...v0.5.15
[0.5.14]: https://github.com/gliderlabs/herokuish/compare/v0.5.13...v0.5.14
[0.5.13]: https://github.com/gliderlabs/herokuish/compare/v0.5.12...v0.5.13
[0.5.12]: https://github.com/gliderlabs/herokuish/compare/v0.5.11...v0.5.12
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update -qq \
&& mv /etc/ImageMagick-6/policy.xml.custom /etc/ImageMagick-6/policy.xml \
&& 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.5.14/herokuish_0.5.14_linux_x86_64.tgz" \
RUN curl "https://github.com/gliderlabs/herokuish/releases/download/v0.5.15/herokuish_0.5.15_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.5.14
VERSION ?= 0.5.15
IMAGE_NAME ?= $(NAME)
BUILD_TAG ?= dev

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Circle CI](https://circleci.com/gh/gliderlabs/herokuish.png?style=shield)](https://circleci.com/gh/gliderlabs/herokuish)
[![IRC Channel](https://img.shields.io/badge/irc-%23gliderlabs-blue.svg)](https://kiwiirc.com/client/irc.freenode.net/#gliderlabs)
[![Docker Hub](https://img.shields.io/badge/docker%20hub-v0.5.14-blue)](https://hub.docker.com/r/gliderlabs/herokuish)
[![Docker Hub](https://img.shields.io/badge/docker%20hub-v0.5.15-blue)](https://hub.docker.com/r/gliderlabs/herokuish)

A command line tool for emulating Heroku build and runtime tasks in containers.

Expand All @@ -19,7 +19,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.5.14/herokuish_0.5.14_linux_x86_64.tgz \
RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.5.15/herokuish_0.5.15_linux_x86_64.tgz \
| tar -xzC /bin
```

Expand Down Expand Up @@ -215,7 +215,7 @@ This project was sponsored and made possible by the [Deis Project](http://deis.i

That said, herokuish was designed based on the experience developing and re-developing Heroku compatibility in Dokku, Deis, and Flynn. Herokuish is based on code from all three projects, as such, thank you to all the contributors of those projects.

In fact, since I hope this is the final implementation of Heroku emulation I'm involved with, I'd like to finally thank Matt Freeman ([@nonuby](https://twitter.com/nonuby)). I've been more or less copy-and-pasting code he originally wrote for the now defunct [OpenRoku](https://github.com/openruko) since 2012.
In fact, since I hope this is the final implementation of Heroku emulation I'm involved with, I'd like to finally thank Matt Freeman ([@nonuby](https://twitter.com/nonuby)). I've been more or less copy-and-pasting code he originally wrote for the now defunct [OpenRuko](https://github.com/openruko) since 2012.

Lastly, thank you Heroku for pioneering such a great platform and inspiring all of us to try and take it further.

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 @@
v84
v85
2 changes: 1 addition & 1 deletion buildpacks/buildpack-go/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v142
v144
2 changes: 1 addition & 1 deletion buildpacks/buildpack-nodejs/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v171
v174
2 changes: 1 addition & 1 deletion buildpacks/buildpack-php/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v176
v178
2 changes: 1 addition & 1 deletion buildpacks/buildpack-python/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v170
v173
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django==1.11.28
Django==1.11.29
gunicorn==19.5.0
2 changes: 1 addition & 1 deletion buildpacks/buildpack-ruby/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v215
v218
2 changes: 1 addition & 1 deletion buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'http://rubygems.org'
ruby '2.6.2'
ruby '2.6.6'
gem 'sinatra'
gem 'rack'
gem 'rake'
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/buildpack-static/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v13
v14

0 comments on commit fb48a7b

Please sign in to comment.