Skip to content

Commit

Permalink
Merge pull request #1352 from gliderlabs/master
Browse files Browse the repository at this point in the history
Release v0.10.2
  • Loading branch information
josegonzalez authored Nov 11, 2024
2 parents 782fdd4 + 60643db commit 1e137dc
Show file tree
Hide file tree
Showing 19 changed files with 7,645 additions and 29 deletions.
1 change: 1 addition & 0 deletions .well-known/funding-manifest-urls
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://dokku.com/funding.json
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@

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

## [0.10.2](https://github.com/gliderlabs/herokuish/compare/v0.10.1...v0.10.2) - 2024-11-10

- #1315 @dokku-bot: Update python to version v257
- #1316 @dokku-bot: Update php to version v257
- #1317 @dependabot: chore(deps-dev): bump heroku/heroku-buildpack-php from 256 to 257 in /buildpacks/buildpack-php/tests/php
- #1318 @dokku-bot: Update python to version v258
- #1319 @dokku-bot: Update go to version v198
- #1320 @dependabot: chore(deps): bump webrick from 1.8.1 to 1.8.2 in /buildpacks/buildpack-ruby/tests/ruby-sinatra
- #1321 @dokku-bot: Update java to version v74
- #1322 @dokku-bot: Update gradle to version v40
- #1323 @dokku-bot: Update nodejs to version v266
- #1326 @dependabot: chore(deps): bump markupsafe from 2.1.5 to 3.0.1 in /buildpacks/buildpack-python/tests/python-flask
- #1327 @dependabot: chore(deps): bump markupsafe from 2.1.5 to 3.0.1 in /buildpacks/buildpack-multi/tests/multi
- #1328 @dokku-bot: Update ruby to version v280
- #1329 @dokku-bot: Update python to version v259
- #1330 @dokku-bot: Update python to version v260
- #1331 @dependabot: chore(deps): bump rack from 3.1.7 to 3.1.8 in /buildpacks/buildpack-ruby/tests/ruby-sinatra
- #1332 @dependabot: chore(deps): bump rack from 3.1.7 to 3.1.8 in /buildpacks/buildpack-multi/tests/multi
- #1333 @dokku-bot: Update python to version v261
- #1334 @dependabot: chore(deps): bump markupsafe from 3.0.1 to 3.0.2 in /buildpacks/buildpack-python/tests/python-flask
- #1335 @dependabot: chore(deps): bump markupsafe from 3.0.1 to 3.0.2 in /buildpacks/buildpack-multi/tests/multi
- #1339 @dependabot: chore(deps-dev): bump heroku/heroku-buildpack-php from 257 to 258 in /buildpacks/buildpack-php/tests/php
- #1340 @dokku-bot: Update nodejs to version v269
- #1341 @dokku-bot: Update python to version v263
- #1342 @dokku-bot: Update php to version v258
- #1343 @dependabot: chore(deps): bump rackup from 2.1.0 to 2.2.0 in /buildpacks/buildpack-ruby/tests/ruby-sinatra
- #1344 @dokku-bot: Update python to version v265
- #1345 @dependabot: chore(deps): bump twig/twig from 3.11.1 to 3.11.2 in /buildpacks/buildpack-php/tests/php
- #1347 @dokku-bot: Update ruby to version v282
- #1349 @josegonzalez Copy the rds pem bundle into place to avoid build failures
- #1350 @josegonzalez Create .well-known/funding-manifest-urls
- #1351 @dokku-bot: Update python to version v266

## [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
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.1
VERSION ?= 0.10.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.10.1-blue)](https://hub.docker.com/r/gliderlabs/herokuish)
[![Docker Hub](https://img.shields.io/badge/docker%20hub-v0.10.2-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.1/herokuish_0.10.1_linux_x86_64.tgz \
RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.10.2/herokuish_0.10.2_linux_x86_64.tgz \
| tar -xzC /bin
```

Expand Down
2,528 changes: 2,528 additions & 0 deletions build-deps/20/rds-global-bundle.pem

Large diffs are not rendered by default.

2,528 changes: 2,528 additions & 0 deletions build-deps/22/rds-global-bundle.pem

Large diffs are not rendered by default.

2,528 changes: 2,528 additions & 0 deletions build-deps/24/rds-global-bundle.pem

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion buildpacks/buildpack-go/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v197
v198
2 changes: 1 addition & 1 deletion buildpacks/buildpack-gradle/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v39
v40
2 changes: 1 addition & 1 deletion buildpacks/buildpack-java/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v73
v74
2 changes: 1 addition & 1 deletion buildpacks/buildpack-multi/tests/multi/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GEM
base64 (0.2.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
rack (3.1.7)
rack (3.1.8)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/buildpack-multi/tests/multi/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==3.0.3
Jinja2==3.1.4
gunicorn==23.0.0
markupsafe==2.1.5
markupsafe==3.0.2
2 changes: 1 addition & 1 deletion buildpacks/buildpack-nodejs/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v265
v269
2 changes: 1 addition & 1 deletion buildpacks/buildpack-php/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v256
v258
24 changes: 12 additions & 12 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 @@
v256
v266
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==3.0.3
Jinja2==3.1.4
gunicorn==23.0.0
markupsafe==2.1.5
markupsafe==3.0.2
2 changes: 1 addition & 1 deletion buildpacks/buildpack-ruby/buildpack-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v279
v282
6 changes: 2 additions & 4 deletions buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,16 @@ GEM
power_assert (2.0.3)
puma (6.4.3)
nio4r (~> 2.0)
rack (3.1.7)
rack (3.1.8)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rackup (2.1.0)
rackup (2.2.0)
rack (>= 3)
webrick (~> 1.8)
rake (13.2.1)
ruby2_keywords (0.0.5)
sinatra (4.0.0)
Expand All @@ -30,7 +29,6 @@ GEM
test-unit (3.6.2)
power_assert
tilt (2.3.0)
webrick (1.8.1)

PLATFORMS
ruby
Expand Down

0 comments on commit 1e137dc

Please sign in to comment.