Skip to content

Commit

Permalink
Merge pull request #999 from gliderlabs/master
Browse files Browse the repository at this point in the history
Release 0.7.0
  • Loading branch information
josegonzalez authored Aug 9, 2023
2 parents f18ef62 + ec0e54f commit 12d0f36
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 23 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log
All notable changes to this project will be documented in this file.

## [0.7.0](https://github.com/gliderlabs/herokuish/compare/v0.6.1...v0.7.0) - 2023-08-08

- #995 @dependabot: chore(deps): bump sinatra from 3.0.6 to 3.1.0 in /buildpacks/buildpack-multi/tests/multi
- #996 @dependabot: chore(deps): bump rack and sinatra in /buildpacks/buildpack-multi/tests/multi
- #994 @dependabot: chore(deps): bump sinatra from 3.0.6 to 3.1.0 in /buildpacks/buildpack-ruby/tests/ruby-sinatra
- #997 @dokku-bot: Update go to version v177
- #998 @josegonzalez: Only install the 22 stack via deb package

## [0.6.1](https://github.com/gliderlabs/herokuish/compare/v0.6.0...v0.6.1) - 2023-08-06

- #933 @dependabot: chore(deps): bump puma from 6.2.2 to 6.3.0 in /buildpacks/buildpack-ruby/tests/ruby-sinatra
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ REPOSITORY = herokuish
DESCRIPTION = 'Herokuish uses Docker and Buildpacks to build applications like Heroku'
HARDWARE = $(shell uname -m)
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
VERSION ?= 0.6.1
VERSION ?= 0.6.2
IMAGE_NAME ?= $(NAME)
BUILD_TAG ?= dev
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://github.com/gliderlabs/herokuish/workflows/CI/badge.svg)](https://github.com/gliderlabs/herokuish/actions?query=workflow%3ACI)
[![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.6.0-blue)](https://hub.docker.com/r/gliderlabs/herokuish)
[![Docker Hub](https://img.shields.io/badge/docker%20hub-v0.7.0-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:

```shell
RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.6.0/herokuish_0.6.0_linux_x86_64.tgz \
RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.7.0/herokuish_0.7.0_linux_x86_64.tgz \
| tar -xzC /bin
```

Expand Down
2 changes: 1 addition & 1 deletion buildpacks/buildpack-go/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v176
v177
15 changes: 3 additions & 12 deletions buildpacks/buildpack-multi/tests/multi/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
GEM
remote: http://rubygems.org/
specs:
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
rack (2.2.8)
rack-protection (3.0.6)
rack
ruby2_keywords (0.0.5)
sinatra (3.0.6)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.6)
tilt (~> 2.0)
tilt (2.2.0)
rack (3.0.8)
sinatra (1.0)
rack (>= 1.0)

PLATFORMS
ruby
Expand Down
10 changes: 5 additions & 5 deletions buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ GEM
puma (6.3.0)
nio4r (~> 2.0)
rack (2.2.8)
rack-protection (3.0.6)
rack
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
rack-test (2.1.0)
rack (>= 1.3)
rake (13.0.6)
ruby2_keywords (0.0.5)
sinatra (3.0.6)
sinatra (3.1.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.6)
rack-protection (= 3.1.0)
tilt (~> 2.0)
test-unit (3.6.1)
power_assert
tilt (2.1.0)
tilt (2.2.0)

PLATFORMS
ruby
Expand Down
2 changes: 0 additions & 2 deletions contrib/post-install
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,5 @@ fi

VERSION=$(cat /var/lib/herokuish/VERSION)

sudo docker pull "gliderlabs/herokuish:v${VERSION}-20"
sudo docker pull "gliderlabs/herokuish:v${VERSION}-22"
sudo docker tag "gliderlabs/herokuish:v${VERSION}-20" gliderlabs/herokuish:latest-20
sudo docker tag "gliderlabs/herokuish:v${VERSION}-22" gliderlabs/herokuish:latest-22

0 comments on commit 12d0f36

Please sign in to comment.