Skip to content

Commit

Permalink
Merge pull request #1314 from gliderlabs/master
Browse files Browse the repository at this point in the history
Release v0.10.1
  • Loading branch information
josegonzalez committed Sep 21, 2024
2 parents 4c2529a + 880917b commit 782fdd4
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Clone
uses: actions/checkout@v4
- name: Run shfmt
uses: luizm/action-sh-checker@c6edb3de93e904488b413636d96c6a56e3ad671a
uses: luizm/action-sh-checker@17bd25a6ee188d2b91f677060038f4ba37ba14b2
env:
SHFMT_OPTS: -l -bn -ci -i 2 -d
with:
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file.

## [0.10.1](https://github.com/gliderlabs/herokuish/compare/v0.10.0...v0.10.1) - 2024-09-21

- #1298 @dokku-bot: Update php to version v256
- #1299 @dependabot: chore(deps-dev): bump heroku/heroku-buildpack-php from 255 to 256 in /buildpacks/buildpack-php/tests/php
- #1301 @dokku-bot: Update ruby to version v279
- #1302 @dokku-bot: Update nodejs to version v264
- #1303 @dokku-bot: Update python to version v256
- #1306 @dokku-bot: Update go to version v197
- #1307 @dependabot: chore(deps): bump twig/twig from 3.11.0 to 3.11.1 in /buildpacks/buildpack-php/tests/php
- #1308 @dependabot: chore(deps): bump express from 4.19.2 to 4.21.0 in /buildpacks/buildpack-multi/tests/multi
- #1309 @dependabot: chore(deps): bump express from 4.19.2 to 4.21.0 in /buildpacks/buildpack-nodejs/tests/nodejs-express
- #1310 @dokku-bot: Update static to version v26
- #1311 @dependabot: chore(deps): bump luizm/action-sh-checker from 0.8.0 to 0.9.0
- #1312 @dependabot: chore(deps): bump puma from 6.4.2 to 6.4.3 in /buildpacks/buildpack-ruby/tests/ruby-sinatra
- #1313 @dokku-bot: Update nodejs to version v265

## [0.10.0](https://github.com/gliderlabs/herokuish/compare/v0.9.2...v0.10.0) - 2024-08-24

- #1249 @dokku-bot: Update nodejs to version v255
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.10.0
VERSION ?= 0.10.1
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.10.0-blue)](https://hub.docker.com/r/gliderlabs/herokuish)
[![Docker Hub](https://img.shields.io/badge/docker%20hub-v0.10.1-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.10.0/herokuish_0.10.0_linux_x86_64.tgz \
RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.10.1/herokuish_0.10.1_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 @@
v195
v197
2 changes: 1 addition & 1 deletion buildpacks/buildpack-multi/tests/multi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"node": "8.11.2"
},
"dependencies": {
"express": "4.19.x"
"express": "4.21.x"
}
}
2 changes: 1 addition & 1 deletion buildpacks/buildpack-nodejs/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v262
v265
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"node": "8.11.2"
},
"dependencies": {
"express": "4.19.x"
"express": "4.21.x"
}
}
2 changes: 1 addition & 1 deletion buildpacks/buildpack-php/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v255
v256
80 changes: 40 additions & 40 deletions buildpacks/buildpack-php/tests/php/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion buildpacks/buildpack-python/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v255
v256
2 changes: 1 addition & 1 deletion buildpacks/buildpack-ruby/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v278
v279
4 changes: 2 additions & 2 deletions buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ GEM
base64 (0.2.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nio4r (2.7.0)
nio4r (2.7.3)
power_assert (2.0.3)
puma (6.4.2)
puma (6.4.3)
nio4r (~> 2.0)
rack (3.1.7)
rack-protection (4.0.0)
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 @@
v25
v26

0 comments on commit 782fdd4

Please sign in to comment.