Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.10.1 #1314

Merged
merged 27 commits into from
Sep 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
bd73dfb
Update php to version v256
Aug 31, 2024
bc1c6e0
chore(deps-dev): bump heroku/heroku-buildpack-php
dependabot[bot] Sep 2, 2024
a00a11e
Update ruby to version v279
Sep 4, 2024
3cbe472
Update nodejs to version v264
Sep 5, 2024
9d1387c
Update python to version v256
Sep 8, 2024
b01b1b9
Update go to version v197
Sep 10, 2024
a964990
chore(deps): bump twig/twig in /buildpacks/buildpack-php/tests/php
dependabot[bot] Sep 10, 2024
a8ade79
chore(deps): bump express in /buildpacks/buildpack-multi/tests/multi
dependabot[bot] Sep 12, 2024
28578bf
chore(deps): bump express
dependabot[bot] Sep 12, 2024
0de693d
Merge pull request #1298 from gliderlabs/update-php-from-v255-to-256
josegonzalez Sep 14, 2024
af438d0
Merge pull request #1301 from gliderlabs/update-ruby-from-v278-to-279
josegonzalez Sep 14, 2024
784471d
Merge pull request #1302 from gliderlabs/update-nodejs-from-v262-to-264
josegonzalez Sep 14, 2024
d4d3f7f
Merge pull request #1303 from gliderlabs/update-python-from-v255-to-256
josegonzalez Sep 14, 2024
2d775cc
Merge pull request #1306 from gliderlabs/update-go-from-v195-to-197
josegonzalez Sep 14, 2024
cb8468c
Merge pull request #1299 from gliderlabs/dependabot/composer/buildpac…
josegonzalez Sep 14, 2024
85b589c
Merge pull request #1307 from gliderlabs/dependabot/composer/buildpac…
josegonzalez Sep 14, 2024
1f20cf6
Merge pull request #1308 from gliderlabs/dependabot/npm_and_yarn/buil…
josegonzalez Sep 14, 2024
4687467
Merge pull request #1309 from gliderlabs/dependabot/npm_and_yarn/buil…
josegonzalez Sep 14, 2024
86f452b
Update static to version v26
Sep 14, 2024
a405cac
Merge pull request #1310 from gliderlabs/update-static-from-v25-to-26
josegonzalez Sep 14, 2024
13f2ccc
chore(deps): bump luizm/action-sh-checker from 0.8.0 to 0.9.0
dependabot[bot] Sep 17, 2024
fbdcf0b
chore(deps): bump puma in /buildpacks/buildpack-ruby/tests/ruby-sinatra
dependabot[bot] Sep 19, 2024
630068b
Merge pull request #1311 from gliderlabs/dependabot/github_actions/lu…
josegonzalez Sep 21, 2024
bfb6c4a
Merge pull request #1312 from gliderlabs/dependabot/bundler/buildpack…
josegonzalez Sep 21, 2024
a4fb262
Update nodejs to version v265
Sep 21, 2024
18bc0d6
Merge pull request #1313 from gliderlabs/update-nodejs-from-v264-to-265
josegonzalez Sep 21, 2024
880917b
Release 0.10.1
josegonzalez Sep 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading