From 5326cadaac88c31183a4d9c6be745044e1084779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 11:13:53 +0000 Subject: [PATCH 01/40] chore(deps): bump sinatra and rack Bumps [sinatra](https://github.com/sinatra/sinatra) and [rack](https://github.com/rack/rack). These dependencies needed to be updated together. Updates `sinatra` from 1.0 to 3.1.0 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/1.0...v3.1.0) Updates `rack` from 3.0.8 to 2.2.8 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v3.0.8...v2.2.8) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-major - dependency-name: rack dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../buildpack-multi/tests/multi/Gemfile.lock | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/buildpacks/buildpack-multi/tests/multi/Gemfile.lock b/buildpacks/buildpack-multi/tests/multi/Gemfile.lock index 353dbf685..8b169cfce 100644 --- a/buildpacks/buildpack-multi/tests/multi/Gemfile.lock +++ b/buildpacks/buildpack-multi/tests/multi/Gemfile.lock @@ -1,9 +1,18 @@ GEM remote: http://rubygems.org/ specs: - rack (3.0.8) - sinatra (1.0) - rack (>= 1.0) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) + rack (2.2.8) + rack-protection (3.1.0) + rack (~> 2.2, >= 2.2.4) + ruby2_keywords (0.0.5) + sinatra (3.1.0) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.1.0) + tilt (~> 2.0) + tilt (2.3.0) PLATFORMS ruby From 6caad3f95772849245e907eec897e295c01cddb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:53:33 +0000 Subject: [PATCH 02/40] chore(deps): bump rack and sinatra Bumps [rack](https://github.com/rack/rack) and [sinatra](https://github.com/sinatra/sinatra). These dependencies needed to be updated together. Updates `rack` from 2.2.8 to 3.0.8 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v2.2.8...v3.0.8) Updates `sinatra` from 3.1.0 to 1.0 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v3.1.0...1.0) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production update-type: version-update:semver-major - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../buildpack-multi/tests/multi/Gemfile.lock | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/buildpacks/buildpack-multi/tests/multi/Gemfile.lock b/buildpacks/buildpack-multi/tests/multi/Gemfile.lock index 8b169cfce..353dbf685 100644 --- a/buildpacks/buildpack-multi/tests/multi/Gemfile.lock +++ b/buildpacks/buildpack-multi/tests/multi/Gemfile.lock @@ -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.1.0) - rack (~> 2.2, >= 2.2.4) - ruby2_keywords (0.0.5) - sinatra (3.1.0) - mustermann (~> 3.0) - rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.1.0) - tilt (~> 2.0) - tilt (2.3.0) + rack (3.0.8) + sinatra (1.0) + rack (>= 1.0) PLATFORMS ruby From 70a8b574c91df956046c6552a10eb0d9a9d4d2eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:36:16 +0000 Subject: [PATCH 03/40] chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.6.0 to 3.6.1. - [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.6.0...maven-dependency-plugin-3.6.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- buildpacks/buildpack-java/tests/java-jetty/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-java/tests/java-jetty/pom.xml b/buildpacks/buildpack-java/tests/java-jetty/pom.xml index 51c009ae6..c9ad995bf 100644 --- a/buildpacks/buildpack-java/tests/java-jetty/pom.xml +++ b/buildpacks/buildpack-java/tests/java-jetty/pom.xml @@ -23,7 +23,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.6.0 + 3.6.1 copy-dependencies From 80c696a8ccc5f807c615b92b8349df102b32963e Mon Sep 17 00:00:00 2001 From: Dokku Bot Date: Tue, 24 Oct 2023 13:38:31 +0000 Subject: [PATCH 04/40] Update ruby to version v260 --- buildpacks/buildpack-ruby/buildpack-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-ruby/buildpack-version b/buildpacks/buildpack-ruby/buildpack-version index af424770b..0a7f56edd 100644 --- a/buildpacks/buildpack-ruby/buildpack-version +++ b/buildpacks/buildpack-ruby/buildpack-version @@ -1 +1 @@ -v259 +v260 From 1de92ab9d24b778f7191345b03ace6975cc8a16e Mon Sep 17 00:00:00 2001 From: Dokku Bot Date: Fri, 27 Oct 2023 13:38:37 +0000 Subject: [PATCH 05/40] Update nodejs to version v227 --- buildpacks/buildpack-nodejs/buildpack-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-nodejs/buildpack-version b/buildpacks/buildpack-nodejs/buildpack-version index cc08b9dfa..edc8339f3 100644 --- a/buildpacks/buildpack-nodejs/buildpack-version +++ b/buildpacks/buildpack-nodejs/buildpack-version @@ -1 +1 @@ -v224 +v227 From 7f75986c348f5cd1b77e38986f3ecc16ca2a12fa Mon Sep 17 00:00:00 2001 From: Dokku Bot Date: Fri, 27 Oct 2023 13:38:42 +0000 Subject: [PATCH 06/40] Update php to version v240 --- buildpacks/buildpack-php/buildpack-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-php/buildpack-version b/buildpacks/buildpack-php/buildpack-version index 29b3cfb96..8c9e1ccb4 100644 --- a/buildpacks/buildpack-php/buildpack-version +++ b/buildpacks/buildpack-php/buildpack-version @@ -1 +1 @@ -v239 +v240 From fb88d364ffc81825302ceeff8f1d11b08306fad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:29:33 +0000 Subject: [PATCH 07/40] chore(deps): bump monolog/monolog in /buildpacks/buildpack-php/tests/php Bumps [monolog/monolog](https://github.com/Seldaek/monolog) from 2.9.1 to 2.9.2. - [Release notes](https://github.com/Seldaek/monolog/releases) - [Changelog](https://github.com/Seldaek/monolog/blob/main/CHANGELOG.md) - [Commits](https://github.com/Seldaek/monolog/compare/2.9.1...2.9.2) --- updated-dependencies: - dependency-name: monolog/monolog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- buildpacks/buildpack-php/tests/php/composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/buildpacks/buildpack-php/tests/php/composer.lock b/buildpacks/buildpack-php/tests/php/composer.lock index a2cd5cbe4..57a0f0c3c 100644 --- a/buildpacks/buildpack-php/tests/php/composer.lock +++ b/buildpacks/buildpack-php/tests/php/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "monolog/monolog", - "version": "2.9.1", + "version": "2.9.2", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1" + "reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f259e2b15fb95494c83f52d3caad003bbf5ffaa1", - "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/437cb3628f4cf6042cc10ae97fc2b8472e48ca1f", + "reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f", "shasum": "" }, "require": { @@ -94,7 +94,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/2.9.1" + "source": "https://github.com/Seldaek/monolog/tree/2.9.2" }, "funding": [ { @@ -106,7 +106,7 @@ "type": "tidelift" } ], - "time": "2023-02-06T13:44:46+00:00" + "time": "2023-10-27T15:25:26+00:00" }, { "name": "pimple/pimple", From eac84852bc7415dfc7a0a35035d047ab0b0a120d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:33:46 +0000 Subject: [PATCH 08/40] chore(deps): bump rake in /buildpacks/buildpack-ruby/tests/ruby-sinatra Bumps [rake](https://github.com/ruby/rake) from 13.0.6 to 13.1.0. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v13.0.6...v13.1.0) --- updated-dependencies: - dependency-name: rake dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock b/buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock index 762621fb2..08a4af572 100644 --- a/buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock +++ b/buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock @@ -12,7 +12,7 @@ GEM rack (~> 2.2, >= 2.2.4) rack-test (2.1.0) rack (>= 1.3) - rake (13.0.6) + rake (13.1.0) ruby2_keywords (0.0.5) sinatra (3.1.0) mustermann (~> 3.0) From 8f9e3b82c6bb1443fdebf1a7cf0583daac4461bb Mon Sep 17 00:00:00 2001 From: Dokku Bot Date: Wed, 1 Nov 2023 13:38:26 +0000 Subject: [PATCH 09/40] Update nodejs to version v228 --- buildpacks/buildpack-nodejs/buildpack-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-nodejs/buildpack-version b/buildpacks/buildpack-nodejs/buildpack-version index edc8339f3..41d668b5a 100644 --- a/buildpacks/buildpack-nodejs/buildpack-version +++ b/buildpacks/buildpack-nodejs/buildpack-version @@ -1 +1 @@ -v227 +v228 From eb1eb574ad4176af7d504dbdf25a138bc9f576ba Mon Sep 17 00:00:00 2001 From: Dokku Bot Date: Wed, 8 Nov 2023 13:38:18 +0000 Subject: [PATCH 10/40] Update python to version v239 --- buildpacks/buildpack-python/buildpack-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-python/buildpack-version b/buildpacks/buildpack-python/buildpack-version index 529193d15..29b3cfb96 100644 --- a/buildpacks/buildpack-python/buildpack-version +++ b/buildpacks/buildpack-python/buildpack-version @@ -1 +1 @@ -v237 +v239 From cd7081f99b91c64f414f846bc23f3b661d89ff3a Mon Sep 17 00:00:00 2001 From: Dokku Bot Date: Thu, 9 Nov 2023 13:38:20 +0000 Subject: [PATCH 11/40] Update ruby to version v262 --- buildpacks/buildpack-ruby/buildpack-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-ruby/buildpack-version b/buildpacks/buildpack-ruby/buildpack-version index 0a7f56edd..3f0ab0065 100644 --- a/buildpacks/buildpack-ruby/buildpack-version +++ b/buildpacks/buildpack-ruby/buildpack-version @@ -1 +1 @@ -v260 +v262 From 25d00101961d617243e5212412061e34604de680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:48:36 +0000 Subject: [PATCH 12/40] chore(deps): bump actions/setup-python from 4 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- .github/workflows/tag-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d8a8de609..7d6c0bdef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: with: ruby-version: 2.6 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.7.x' diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 214bef808..3ea4ff2b7 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -38,7 +38,7 @@ jobs: - name: set up docker buildx uses: docker/setup-buildx-action@v3 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.7.x' From 38ecea3fe6614051094b2dfe02797748326d90f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:48:39 +0000 Subject: [PATCH 13/40] chore(deps): bump actions/setup-go from 4 to 5 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- .github/workflows/tag-release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d8a8de609..3ecaf85c0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version: 1.17.8 @@ -120,7 +120,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version: 1.17.8 diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 214bef808..372becde1 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version: 1.17.8 From 0f45380bec873ce8d6efab99e9fd355fad8f3a24 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 9 Dec 2023 23:08:56 -0500 Subject: [PATCH 14/40] feat: update ruby so package_cloud installs properly in ci --- .github/workflows/main.yml | 6 +++--- .github/workflows/tag-release.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d8a8de609..ff5319acc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ name: CI on: pull_request: branches: - - '*' + - "*" push: branches: - master @@ -39,11 +39,11 @@ jobs: - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6 + ruby-version: 2.7 - uses: actions/setup-python@v4 with: - python-version: '3.7.x' + python-version: "3.7.x" - name: setup env run: make ci-report diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 214bef808..6550cf628 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -5,7 +5,7 @@ name: tag release on: push: branches: - - 'release' + - "release" jobs: build: @@ -30,7 +30,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6 + ruby-version: 2.7 - name: set up qemu uses: docker/setup-qemu-action@v3 @@ -40,7 +40,7 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: '3.7.x' + python-version: "3.7.x" - name: install requirements run: make deps fpm package_cloud @@ -65,7 +65,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6 + ruby-version: 2.7 - name: download packages uses: actions/download-artifact@v3 From 412dd6a0cc43b9975f1aa8637ced1319324b97e0 Mon Sep 17 00:00:00 2001 From: Dokku Bot Date: Sun, 10 Dec 2023 04:44:41 +0000 Subject: [PATCH 15/40] Update nodejs to version v232 --- buildpacks/buildpack-nodejs/buildpack-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-nodejs/buildpack-version b/buildpacks/buildpack-nodejs/buildpack-version index 41d668b5a..24d0ba759 100644 --- a/buildpacks/buildpack-nodejs/buildpack-version +++ b/buildpacks/buildpack-nodejs/buildpack-version @@ -1 +1 @@ -v228 +v232 From fc87125239fe54dcfc97408fa1ab71084e8a3c63 Mon Sep 17 00:00:00 2001 From: Dokku Bot Date: Sun, 10 Dec 2023 04:44:45 +0000 Subject: [PATCH 16/40] Update python to version v241 --- buildpacks/buildpack-python/buildpack-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-python/buildpack-version b/buildpacks/buildpack-python/buildpack-version index 29b3cfb96..b65bf3e4f 100644 --- a/buildpacks/buildpack-python/buildpack-version +++ b/buildpacks/buildpack-python/buildpack-version @@ -1 +1 @@ -v239 +v241 From bdd65239a58f20895426e8f9f5da3fd9b4975773 Mon Sep 17 00:00:00 2001 From: Dokku Bot Date: Sun, 10 Dec 2023 04:44:48 +0000 Subject: [PATCH 17/40] Update php to version v242 --- buildpacks/buildpack-php/buildpack-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-php/buildpack-version b/buildpacks/buildpack-php/buildpack-version index 8c9e1ccb4..8ba02379b 100644 --- a/buildpacks/buildpack-php/buildpack-version +++ b/buildpacks/buildpack-php/buildpack-version @@ -1 +1 @@ -v240 +v242 From 093c4986c362eb5c2664740b1cd96cb18c7e039a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 04:44:50 +0000 Subject: [PATCH 18/40] chore(deps): bump twig/twig in /buildpacks/buildpack-php/tests/php Bumps [twig/twig](https://github.com/twigphp/Twig) from 3.7.1 to 3.8.0. - [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG) - [Commits](https://github.com/twigphp/Twig/compare/v3.7.1...v3.8.0) --- updated-dependencies: - dependency-name: twig/twig dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../buildpack-php/tests/php/composer.lock | 33 ++++++++++--------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/buildpacks/buildpack-php/tests/php/composer.lock b/buildpacks/buildpack-php/tests/php/composer.lock index 57a0f0c3c..901fe3ea9 100644 --- a/buildpacks/buildpack-php/tests/php/composer.lock +++ b/buildpacks/buildpack-php/tests/php/composer.lock @@ -1549,16 +1549,16 @@ }, { "name": "symfony/polyfill-php80", - "version": "v1.27.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" + "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", + "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5", "shasum": "" }, "require": { @@ -1567,7 +1567,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.27-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1612,7 +1612,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0" }, "funding": [ { @@ -1628,7 +1628,7 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/routing", @@ -2008,26 +2008,27 @@ }, { "name": "twig/twig", - "version": "v3.7.1", + "version": "v3.8.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554" + "reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/a0ce373a0ca3bf6c64b9e3e2124aca502ba39554", - "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/9d15f0ac07f44dc4217883ec6ae02fd555c6f71d", + "reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-mbstring": "^1.3" + "symfony/polyfill-mbstring": "^1.3", + "symfony/polyfill-php80": "^1.22" }, "require-dev": { "psr/container": "^1.0|^2.0", - "symfony/phpunit-bridge": "^5.4.9|^6.3" + "symfony/phpunit-bridge": "^5.4.9|^6.3|^7.0" }, "type": "library", "autoload": { @@ -2063,7 +2064,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.7.1" + "source": "https://github.com/twigphp/Twig/tree/v3.8.0" }, "funding": [ { @@ -2075,7 +2076,7 @@ "type": "tidelift" } ], - "time": "2023-08-28T11:09:02+00:00" + "time": "2023-11-21T18:54:41+00:00" } ], "packages-dev": [ @@ -2132,5 +2133,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } From 2333ead1edda4d2daa38ebb2db8cfb205312993f Mon Sep 17 00:00:00 2001 From: Dokku Bot Date: Sun, 10 Dec 2023 04:44:51 +0000 Subject: [PATCH 19/40] Update go to version v182 --- buildpacks/buildpack-go/buildpack-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-go/buildpack-version b/buildpacks/buildpack-go/buildpack-version index 7188d926f..c2c965bb2 100644 --- a/buildpacks/buildpack-go/buildpack-version +++ b/buildpacks/buildpack-go/buildpack-version @@ -1 +1 @@ -v181 +v182 From 4e18de04425401dd56e0e24bcc85d4372582f39f Mon Sep 17 00:00:00 2001 From: Dokku Bot Date: Fri, 22 Dec 2023 13:38:26 +0000 Subject: [PATCH 20/40] Update php to version v243 --- buildpacks/buildpack-php/buildpack-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-php/buildpack-version b/buildpacks/buildpack-php/buildpack-version index 8ba02379b..6b1dadddb 100644 --- a/buildpacks/buildpack-php/buildpack-version +++ b/buildpacks/buildpack-php/buildpack-version @@ -1 +1 @@ -v242 +v243 From 68ab2d1112720c6efadd26ebd4ffd8ce60686058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 11:15:09 +0000 Subject: [PATCH 21/40] chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.11.0 to 3.12.1. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.12.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- buildpacks/buildpack-java/tests/java-jetty/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-java/tests/java-jetty/pom.xml b/buildpacks/buildpack-java/tests/java-jetty/pom.xml index c9ad995bf..c80e19871 100644 --- a/buildpacks/buildpack-java/tests/java-jetty/pom.xml +++ b/buildpacks/buildpack-java/tests/java-jetty/pom.xml @@ -34,7 +34,7 @@ maven-compiler-plugin - 3.11.0 + 3.12.1 1.6 1.6 From c286eced38f8ff9c8e6c914368b7c02cb1270d5e Mon Sep 17 00:00:00 2001 From: Dokku Bot Date: Tue, 26 Dec 2023 13:38:21 +0000 Subject: [PATCH 22/40] Update ruby to version v264 --- buildpacks/buildpack-ruby/buildpack-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-ruby/buildpack-version b/buildpacks/buildpack-ruby/buildpack-version index 3f0ab0065..28aa52f89 100644 --- a/buildpacks/buildpack-ruby/buildpack-version +++ b/buildpacks/buildpack-ruby/buildpack-version @@ -1 +1 @@ -v262 +v264 From 76572c42938bf8c41e42b8d0534a7cb4acaf567b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:04:39 +0000 Subject: [PATCH 23/40] chore(deps): bump sinatra Bumps [sinatra](https://github.com/sinatra/sinatra) from 3.1.0 to 3.2.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../buildpack-ruby/tests/ruby-sinatra/Gemfile.lock | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock b/buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock index 08a4af572..c8bc7d1fc 100644 --- a/buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock +++ b/buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock @@ -1,6 +1,7 @@ GEM remote: http://rubygems.org/ specs: + base64 (0.2.0) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) nio4r (2.5.9) @@ -8,20 +9,21 @@ GEM puma (6.4.0) nio4r (~> 2.0) rack (2.2.8) - rack-protection (3.1.0) + rack-protection (3.2.0) + base64 (>= 0.1.0) rack (~> 2.2, >= 2.2.4) rack-test (2.1.0) rack (>= 1.3) rake (13.1.0) ruby2_keywords (0.0.5) - sinatra (3.1.0) + sinatra (3.2.0) mustermann (~> 3.0) rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.1.0) + rack-protection (= 3.2.0) tilt (~> 2.0) test-unit (3.6.1) power_assert - tilt (2.2.0) + tilt (2.3.0) PLATFORMS ruby From 4fa37274e64a48a3c0cadc03ba1a514ca7b4e2b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:03:11 +0000 Subject: [PATCH 24/40] chore(deps): bump puma in /buildpacks/buildpack-ruby/tests/ruby-sinatra Bumps [puma](https://github.com/puma/puma) from 6.4.0 to 6.4.2. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v6.4.0...v6.4.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock b/buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock index 08a4af572..8f864ed0e 100644 --- a/buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock +++ b/buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock @@ -3,9 +3,9 @@ GEM specs: mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - nio4r (2.5.9) + nio4r (2.7.0) power_assert (2.0.3) - puma (6.4.0) + puma (6.4.2) nio4r (~> 2.0) rack (2.2.8) rack-protection (3.1.0) From 42e1e57ae398c401b8eb9f4f66feb337174c0062 Mon Sep 17 00:00:00 2001 From: Dokku Bot Date: Thu, 11 Jan 2024 13:38:34 +0000 Subject: [PATCH 25/40] Update python to version v242 --- buildpacks/buildpack-python/buildpack-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-python/buildpack-version b/buildpacks/buildpack-python/buildpack-version index b65bf3e4f..8ba02379b 100644 --- a/buildpacks/buildpack-python/buildpack-version +++ b/buildpacks/buildpack-python/buildpack-version @@ -1 +1 @@ -v241 +v242 From 66afaf2fa4b4c5cc7102f4dc472067e4cf9432c5 Mon Sep 17 00:00:00 2001 From: Dokku Bot Date: Wed, 17 Jan 2024 13:38:32 +0000 Subject: [PATCH 26/40] Update nodejs to version v234 --- buildpacks/buildpack-nodejs/buildpack-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-nodejs/buildpack-version b/buildpacks/buildpack-nodejs/buildpack-version index 24d0ba759..a049ff44b 100644 --- a/buildpacks/buildpack-nodejs/buildpack-version +++ b/buildpacks/buildpack-nodejs/buildpack-version @@ -1 +1 @@ -v232 +v234 From 44bc366c3d1261d76037974f9142989a3eea39e9 Mon Sep 17 00:00:00 2001 From: Dokku Bot Date: Wed, 17 Jan 2024 13:38:37 +0000 Subject: [PATCH 27/40] Update go to version v184 --- buildpacks/buildpack-go/buildpack-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-go/buildpack-version b/buildpacks/buildpack-go/buildpack-version index c2c965bb2..3ecae9401 100644 --- a/buildpacks/buildpack-go/buildpack-version +++ b/buildpacks/buildpack-go/buildpack-version @@ -1 +1 @@ -v182 +v184 From c077874db1f4d817c14601a416ebcfe342734b25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 11:11:40 +0000 Subject: [PATCH 28/40] chore(deps): bump flask Bumps [flask](https://github.com/pallets/flask) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/3.0.0...3.0.1) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- buildpacks/buildpack-python/tests/python-flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-python/tests/python-flask/requirements.txt b/buildpacks/buildpack-python/tests/python-flask/requirements.txt index 1b627279b..4fdacc652 100644 --- a/buildpacks/buildpack-python/tests/python-flask/requirements.txt +++ b/buildpacks/buildpack-python/tests/python-flask/requirements.txt @@ -1,4 +1,4 @@ -Flask==3.0.0 +Flask==3.0.1 Jinja2==3.1.2 gunicorn==21.2.0 markupsafe==2.1.3 From 03f516ce170a06f0bed167258c72c6b41aafc921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 11:41:48 +0000 Subject: [PATCH 29/40] chore(deps): bump flask in /buildpacks/buildpack-multi/tests/multi Bumps [flask](https://github.com/pallets/flask) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/3.0.0...3.0.1) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- buildpacks/buildpack-multi/tests/multi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-multi/tests/multi/requirements.txt b/buildpacks/buildpack-multi/tests/multi/requirements.txt index 1b627279b..4fdacc652 100644 --- a/buildpacks/buildpack-multi/tests/multi/requirements.txt +++ b/buildpacks/buildpack-multi/tests/multi/requirements.txt @@ -1,4 +1,4 @@ -Flask==3.0.0 +Flask==3.0.1 Jinja2==3.1.2 gunicorn==21.2.0 markupsafe==2.1.3 From 595ff9791b7bcfbe2a7a1d9fc8272ea4a740adeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 01:13:43 +0000 Subject: [PATCH 30/40] chore(deps): bump jinja2 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- buildpacks/buildpack-python/tests/python-flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-python/tests/python-flask/requirements.txt b/buildpacks/buildpack-python/tests/python-flask/requirements.txt index 4fdacc652..ebcfbd4b1 100644 --- a/buildpacks/buildpack-python/tests/python-flask/requirements.txt +++ b/buildpacks/buildpack-python/tests/python-flask/requirements.txt @@ -1,4 +1,4 @@ Flask==3.0.1 -Jinja2==3.1.2 +Jinja2==3.1.3 gunicorn==21.2.0 markupsafe==2.1.3 From fc999178ee4a2a56c14d8809db31fdc58f46f09e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 01:13:57 +0000 Subject: [PATCH 31/40] chore(deps): bump jinja2 in /buildpacks/buildpack-multi/tests/multi Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- buildpacks/buildpack-multi/tests/multi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-multi/tests/multi/requirements.txt b/buildpacks/buildpack-multi/tests/multi/requirements.txt index 4fdacc652..ebcfbd4b1 100644 --- a/buildpacks/buildpack-multi/tests/multi/requirements.txt +++ b/buildpacks/buildpack-multi/tests/multi/requirements.txt @@ -1,4 +1,4 @@ Flask==3.0.1 -Jinja2==3.1.2 +Jinja2==3.1.3 gunicorn==21.2.0 markupsafe==2.1.3 From 10b11ed92360c3162d78551f73320c55730bf06a Mon Sep 17 00:00:00 2001 From: Dokku Bot Date: Sat, 20 Jan 2024 13:38:22 +0000 Subject: [PATCH 32/40] Update static to version v25 --- buildpacks/buildpack-static/buildpack-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-static/buildpack-version b/buildpacks/buildpack-static/buildpack-version index 54c65116f..a682cfb97 100644 --- a/buildpacks/buildpack-static/buildpack-version +++ b/buildpacks/buildpack-static/buildpack-version @@ -1 +1 @@ -v24 +v25 From 5e2ef3eeb89aab727b304365005e9e680a4dc691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 11:31:07 +0000 Subject: [PATCH 33/40] chore(deps): bump sinatra in /buildpacks/buildpack-multi/tests/multi Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.0 to 4.0.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/1.0...v4.0.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../buildpack-multi/tests/multi/Gemfile.lock | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/buildpacks/buildpack-multi/tests/multi/Gemfile.lock b/buildpacks/buildpack-multi/tests/multi/Gemfile.lock index 353dbf685..7b6f5f7b7 100644 --- a/buildpacks/buildpack-multi/tests/multi/Gemfile.lock +++ b/buildpacks/buildpack-multi/tests/multi/Gemfile.lock @@ -1,9 +1,23 @@ GEM remote: http://rubygems.org/ specs: + base64 (0.2.0) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) rack (3.0.8) - sinatra (1.0) - rack (>= 1.0) + rack-protection (4.0.0) + base64 (>= 0.1.0) + rack (>= 3.0.0, < 4) + rack-session (2.0.0) + rack (>= 3.0.0) + ruby2_keywords (0.0.5) + sinatra (4.0.0) + mustermann (~> 3.0) + rack (>= 3.0.0, < 4) + rack-protection (= 4.0.0) + rack-session (>= 2.0.0, < 3) + tilt (~> 2.0) + tilt (2.3.0) PLATFORMS ruby From 72e33a46420baabaae850f789575ccfea8518d8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 11:45:50 +0000 Subject: [PATCH 34/40] chore(deps): bump markupsafe Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/2.1.3...2.1.4) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- buildpacks/buildpack-python/tests/python-flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-python/tests/python-flask/requirements.txt b/buildpacks/buildpack-python/tests/python-flask/requirements.txt index ebcfbd4b1..d221a5ce9 100644 --- a/buildpacks/buildpack-python/tests/python-flask/requirements.txt +++ b/buildpacks/buildpack-python/tests/python-flask/requirements.txt @@ -1,4 +1,4 @@ Flask==3.0.1 Jinja2==3.1.3 gunicorn==21.2.0 -markupsafe==2.1.3 +markupsafe==2.1.4 From 296cbaf3320920b6235ee4168f126e2cfa2b9372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 11:55:28 +0000 Subject: [PATCH 35/40] chore(deps): bump markupsafe in /buildpacks/buildpack-multi/tests/multi Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/2.1.3...2.1.4) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- buildpacks/buildpack-multi/tests/multi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-multi/tests/multi/requirements.txt b/buildpacks/buildpack-multi/tests/multi/requirements.txt index ebcfbd4b1..d221a5ce9 100644 --- a/buildpacks/buildpack-multi/tests/multi/requirements.txt +++ b/buildpacks/buildpack-multi/tests/multi/requirements.txt @@ -1,4 +1,4 @@ Flask==3.0.1 Jinja2==3.1.3 gunicorn==21.2.0 -markupsafe==2.1.3 +markupsafe==2.1.4 From 093738794df420d12b26f6aec8e2ff1ab81d2f55 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Mon, 22 Jan 2024 14:43:49 -0600 Subject: [PATCH 36/40] remove $ so gitclip works --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b18b5ce2..17be01cb8 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ issue or an issue with Dokku. Buildpack issues should be filed against Herokuish #### Running an app against Herokuish ```shell -$ docker run --rm -v /abs/app/path:/tmp/app gliderlabs/herokuish /bin/herokuish test +docker run --rm -v /abs/app/path:/tmp/app gliderlabs/herokuish /bin/herokuish test ``` Mounting your local app source directory to `/tmp/app` and running `/bin/herokuish test` will run your app through the buildpack compile process. Then it starts your `web` process and attempts to connect to the web root path. If it runs into a problem, it should exit non-zero. @@ -150,7 +150,7 @@ You can use this output when you submit issues. #### Running an app tests using Heroku buildpacks ```shell -$ docker run --rm -v /abs/app/path:/tmp/app gliderlabs/herokuish /bin/herokuish buildpack test +docker run --rm -v /abs/app/path:/tmp/app gliderlabs/herokuish /bin/herokuish buildpack test ``` Mounting your local app source directory to `/tmp/app` and running `/bin/herokuish buildpack test` will run your app through the buildpack test-compile process. Then it will run `test` command to execute application tests. @@ -170,7 +170,7 @@ Mounting your local app source directory to `/tmp/app` and running `/bin/herokui If you are on macOS, you'll want to explicitly set the platform: ```shell -$ docker run --platform linux/amd64 --rm -v /abs/app/path:/tmp/app gliderlabs/herokuish /bin/herokuish buildpack test +docker run --platform linux/amd64 --rm -v /abs/app/path:/tmp/app gliderlabs/herokuish /bin/herokuish buildpack test ``` However, there is a risk of compatibility issues when running on a different platform than the one you are developing on. If you are getting strange compilation or segfaults, try running the build process on an x86 platform. From 156fb3527ca5824ef4807439f8ba85c995ad2563 Mon Sep 17 00:00:00 2001 From: Dokku Bot Date: Tue, 23 Jan 2024 13:38:29 +0000 Subject: [PATCH 37/40] Update ruby to version v265 --- buildpacks/buildpack-ruby/buildpack-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-ruby/buildpack-version b/buildpacks/buildpack-ruby/buildpack-version index 28aa52f89..f0d48c716 100644 --- a/buildpacks/buildpack-ruby/buildpack-version +++ b/buildpacks/buildpack-ruby/buildpack-version @@ -1 +1 @@ -v264 +v265 From fcfebc32e1e5f862c525b16736593708c1299f39 Mon Sep 17 00:00:00 2001 From: Dokku Bot Date: Wed, 24 Jan 2024 13:38:31 +0000 Subject: [PATCH 38/40] Update php to version v244 --- buildpacks/buildpack-php/buildpack-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-php/buildpack-version b/buildpacks/buildpack-php/buildpack-version index 6b1dadddb..1e48f7666 100644 --- a/buildpacks/buildpack-php/buildpack-version +++ b/buildpacks/buildpack-php/buildpack-version @@ -1 +1 @@ -v243 +v244 From 4be09fcdd07c312e0fc148ae772aab9238a6d2db Mon Sep 17 00:00:00 2001 From: Dokku Bot Date: Thu, 25 Jan 2024 13:38:24 +0000 Subject: [PATCH 39/40] Update nodejs to version v235 --- buildpacks/buildpack-nodejs/buildpack-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-nodejs/buildpack-version b/buildpacks/buildpack-nodejs/buildpack-version index a049ff44b..a2f544cdf 100644 --- a/buildpacks/buildpack-nodejs/buildpack-version +++ b/buildpacks/buildpack-nodejs/buildpack-version @@ -1 +1 @@ -v234 +v235 From 979aefe3774789ee119b059b4098eb44149e877d Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 29 Jan 2024 07:45:22 -0500 Subject: [PATCH 40/40] Release 0.7.3 - #1060 @dependabot: chore(deps): bump sinatra and rack in /buildpacks/buildpack-multi/tests/multi - #1061 @dependabot: chore(deps): bump rack and sinatra in /buildpacks/buildpack-multi/tests/multi - #1064 @dependabot: chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.0 to 3.6.1 in /buildpacks/buildpack-java/tests/java-jetty - #1065 @dokku-bot: Update ruby to version v260 - #1066 @dokku-bot: Update nodejs to version v227 - #1067 @dokku-bot: Update php to version v240 - #1068 @dependabot: chore(deps): bump monolog/monolog from 2.9.1 to 2.9.2 in /buildpacks/buildpack-php/tests/php - #1069 @dependabot: chore(deps): bump rake from 13.0.6 to 13.1.0 in /buildpacks/buildpack-ruby/tests/ruby-sinatra - #1070 @dokku-bot: Update nodejs to version v228 - #1073 @dokku-bot: Update python to version v239 - #1074 @dokku-bot: Update ruby to version v262 - #1076 @dependabot: chore(deps): bump twig/twig from 3.7.1 to 3.8.0 in /buildpacks/buildpack-php/tests/php - #1082 @dependabot: chore(deps): bump actions/setup-python from 4 to 5 - #1083 @dependabot: chore(deps): bump actions/setup-go from 4 to 5 - #1087 @josegonzalez: Update ruby so package_cloud installs properly in ci - #1088 @dokku-bot: Update nodejs to version v232 - #1089 @dokku-bot: Update python to version v241 - #1090 @dokku-bot: Update php to version v242 - #1091 @dokku-bot: Update go to version v182 - #1096 @dokku-bot: Update php to version v243 - #1097 @dependabot: chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 in /buildpacks/buildpack-java/tests/java-jetty - #1098 @dokku-bot: Update ruby to version v264 - #1099 @dependabot: chore(deps): bump sinatra from 3.1.0 to 3.2.0 in /buildpacks/buildpack-ruby/tests/ruby-sinatra - #1103 @dependabot: chore(deps): bump puma from 6.4.0 to 6.4.2 in /buildpacks/buildpack-ruby/tests/ruby-sinatra - #1104 @dependabot: chore(deps): bump jinja2 from 3.1.2 to 3.1.3 in /buildpacks/buildpack-multi/tests/multi - #1105 @dependabot: chore(deps): bump jinja2 from 3.1.2 to 3.1.3 in /buildpacks/buildpack-python/tests/python-flask - #1106 @dokku-bot: Update python to version v242 - #1107 @dokku-bot: Update nodejs to version v234 - #1108 @dokku-bot: Update go to version v184 - #1109 @dependabot: chore(deps): bump flask from 3.0.0 to 3.0.1 in /buildpacks/buildpack-python/tests/python-flask - #1110 @dependabot: chore(deps): bump flask from 3.0.0 to 3.0.1 in /buildpacks/buildpack-multi/tests/multi - #1111 @dokku-bot: Update static to version v25 - #1112 @dependabot: chore(deps): bump sinatra from 1.0 to 4.0.0 in /buildpacks/buildpack-multi/tests/multi - #1113 @dependabot: chore(deps): bump markupsafe from 2.1.3 to 2.1.4 in /buildpacks/buildpack-python/tests/python-flask - #1114 @dependabot: chore(deps): bump markupsafe from 2.1.3 to 2.1.4 in /buildpacks/buildpack-multi/tests/multi - #1115 @tacman: remove $ so gitclip works - #1116 @dokku-bot: Update ruby to version v265 - #1117 @dokku-bot: Update php to version v244 - #1118 @dokku-bot: Update nodejs to version v235 --- CHANGELOG.md | 173 +++++++++++++++++++++++++++++++++++++++++++++++++-- Makefile | 2 +- README.md | 6 +- 3 files changed, 173 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed71ecedd..02b0e5b96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,49 @@ # Change Log + All notable changes to this project will be documented in this file. +## [0.7.3](https://github.com/gliderlabs/herokuish/compare/v0.7.2...v0.7.3) - 2024-01-29 + +- #1060 @dependabot: chore(deps): bump sinatra and rack in /buildpacks/buildpack-multi/tests/multi +- #1061 @dependabot: chore(deps): bump rack and sinatra in /buildpacks/buildpack-multi/tests/multi +- #1064 @dependabot: chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.0 to 3.6.1 in /buildpacks/buildpack-java/tests/java-jetty +- #1065 @dokku-bot: Update ruby to version v260 +- #1066 @dokku-bot: Update nodejs to version v227 +- #1067 @dokku-bot: Update php to version v240 +- #1068 @dependabot: chore(deps): bump monolog/monolog from 2.9.1 to 2.9.2 in /buildpacks/buildpack-php/tests/php +- #1069 @dependabot: chore(deps): bump rake from 13.0.6 to 13.1.0 in /buildpacks/buildpack-ruby/tests/ruby-sinatra +- #1070 @dokku-bot: Update nodejs to version v228 +- #1073 @dokku-bot: Update python to version v239 +- #1074 @dokku-bot: Update ruby to version v262 +- #1076 @dependabot: chore(deps): bump twig/twig from 3.7.1 to 3.8.0 in /buildpacks/buildpack-php/tests/php +- #1082 @dependabot: chore(deps): bump actions/setup-python from 4 to 5 +- #1083 @dependabot: chore(deps): bump actions/setup-go from 4 to 5 +- #1087 @josegonzalez: Update ruby so package_cloud installs properly in ci +- #1088 @dokku-bot: Update nodejs to version v232 +- #1089 @dokku-bot: Update python to version v241 +- #1090 @dokku-bot: Update php to version v242 +- #1091 @dokku-bot: Update go to version v182 +- #1096 @dokku-bot: Update php to version v243 +- #1097 @dependabot: chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 in /buildpacks/buildpack-java/tests/java-jetty +- #1098 @dokku-bot: Update ruby to version v264 +- #1099 @dependabot: chore(deps): bump sinatra from 3.1.0 to 3.2.0 in /buildpacks/buildpack-ruby/tests/ruby-sinatra +- #1103 @dependabot: chore(deps): bump puma from 6.4.0 to 6.4.2 in /buildpacks/buildpack-ruby/tests/ruby-sinatra +- #1104 @dependabot: chore(deps): bump jinja2 from 3.1.2 to 3.1.3 in /buildpacks/buildpack-multi/tests/multi +- #1105 @dependabot: chore(deps): bump jinja2 from 3.1.2 to 3.1.3 in /buildpacks/buildpack-python/tests/python-flask +- #1106 @dokku-bot: Update python to version v242 +- #1107 @dokku-bot: Update nodejs to version v234 +- #1108 @dokku-bot: Update go to version v184 +- #1109 @dependabot: chore(deps): bump flask from 3.0.0 to 3.0.1 in /buildpacks/buildpack-python/tests/python-flask +- #1110 @dependabot: chore(deps): bump flask from 3.0.0 to 3.0.1 in /buildpacks/buildpack-multi/tests/multi +- #1111 @dokku-bot: Update static to version v25 +- #1112 @dependabot: chore(deps): bump sinatra from 1.0 to 4.0.0 in /buildpacks/buildpack-multi/tests/multi +- #1113 @dependabot: chore(deps): bump markupsafe from 2.1.3 to 2.1.4 in /buildpacks/buildpack-python/tests/python-flask +- #1114 @dependabot: chore(deps): bump markupsafe from 2.1.3 to 2.1.4 in /buildpacks/buildpack-multi/tests/multi +- #1115 @tacman: remove $ so gitclip works +- #1116 @dokku-bot: Update ruby to version v265 +- #1117 @dokku-bot: Update php to version v244 +- #1118 @dokku-bot: Update nodejs to version v235 + ## [0.7.2](https://github.com/gliderlabs/herokuish/compare/v0.7.1...v0.7.2) - 2023-10-11 - #1024 @dependabot: chore(deps): bump rack and sinatra in /buildpacks/buildpack-multi/tests/multi @@ -376,6 +419,7 @@ All notable changes to this project will be documented in this file. ## [0.5.27](https://github.com/gliderlabs/herokuish/compare/v0.5.26...v0.5.27) - 2021-03-25 ### Changed + - @dependabot Bump jinja2 from 2.10.1 to 2.11.3 in /buildpacks/buildpack-multi/tests/multi #661 - @dependabot Bump jinja2 from 2.10.1 to 2.11.3 in /buildpacks/buildpack-python/tests/python-flask #660 - @josegonzalez Drop non-buildpack related files #662 @@ -389,6 +433,7 @@ All notable changes to this project will be documented in this file. ## [0.5.26](https://github.com/gliderlabs/herokuish/compare/v0.5.25...v0.5.26) - 2021-02-25 ### Changed + - @josegonzalez Update clojure to version v87 #657 - @josegonzalez Update go to version v152 #656 - @josegonzalez Update gradle to version v35 #655 @@ -403,32 +448,38 @@ All notable changes to this project will be documented in this file. ## [0.5.25](https://github.com/gliderlabs/herokuish/compare/v0.5.24...v0.5.25) - 2021-02-08 ### Changed + - @josegonzalez Update ruby to version v223 #646 - @josegonzalez Update nodejs to version v183 #647 - @josegonzalez Update php to version v189 #648 - @josegonzalez Update go to version v151 #649 ### Added + - @josegonzalez feat: add null buildpack #645 ## [0.5.24](https://github.com/gliderlabs/herokuish/compare/v0.5.23...v0.5.24) - 2021-01-17 ### Changed + - @josegonzalez Update java to version v69 #642 - @josegonzalez Update php to version v188 #640 ## [0.5.23](https://github.com/gliderlabs/herokuish/compare/v0.5.22...v0.5.23) - 2021-01-07 ### Changed + - @josegonzalez Update gradle to version v34 #635 - @josegonzalez Update nodejs to version v182 #635 ### Added + - @josegonzalez publish all stacks to docker hub #637 ## [0.5.22](https://github.com/gliderlabs/herokuish/compare/v0.5.21...v0.5.22) - 2020-12-31 ### Changed + - @josegonzalez Update go to version v149 #627 - @josegonzalez Update php to version v187 #629 - @josegonzalez Update nodejs to version v180 #628 @@ -436,19 +487,23 @@ All notable changes to this project will be documented in this file. - @josegonzalez Update nodejs to version v181 #631 ### Added + - @josegonzalez add ability to build heroku-20 based images #630 ## [0.5.21](https://github.com/gliderlabs/herokuish/compare/v0.5.20...v0.5.21) - 2020-11-22 ### Changed + - @josegonzalez Update gradle to version v33 #624 ### Fixed + - @josegonzalez Change directories after `$HOME` is setup #623 ## [0.5.20](https://github.com/gliderlabs/herokuish/compare/v0.5.19...v0.5.20) - 2020-11-22 ### Changed + - @josegonzalez Update java to version v68 #618 - @josegonzalez Update nodejs to version v178 #619 - @josegonzalez Update php to version v185 #620 @@ -457,6 +512,7 @@ All notable changes to this project will be documented in this file. ## [0.5.19](https://github.com/gliderlabs/herokuish/compare/v0.5.18...v0.5.19) - 2020-11-08 ### Changed + - @josegonzalez Update clojure to version v86 #608 - @josegonzalez Update go to version v148 #609 - @josegonzalez Update gradle to version v32 #610 @@ -469,23 +525,28 @@ All notable changes to this project will be documented in this file. ## [0.5.18](https://github.com/gliderlabs/herokuish/compare/v0.5.17...v0.5.18) - 2020-08-29 ### Fixed + - @josegonzalez Release to the correct packagecloud repository ## [0.5.17](https://github.com/gliderlabs/herokuish/compare/v0.5.16...v0.5.17) - 2020-08-29 ### Fixed + - @josegonzalez add package_cloud to CI environment ## [0.5.16](https://github.com/gliderlabs/herokuish/compare/v0.5.15...v0.5.16) - 2020-08-29 ### Fixed + - @josegonzalez upgrade play test app to fix CI - @josegonzalez prune old gliderlabs/herokuish images ### Added + - @josegonzalez Automate package release ### Changed + - @josegonzalez Update go to version v145 #595 - @josegonzalez Update nodejs to version v175 #592 - @josegonzalez Update php to version v179 #594 @@ -494,6 +555,7 @@ All notable changes to this project will be documented in this file. ## [0.5.15](https://github.com/gliderlabs/herokuish/compare/v0.5.14...v0.5.15) - 2020-07-24 ### Changed + - @cdmwebs Fix Typo in README - @josegonzalez Update python to version v173 - @josegonzalez Update ruby to version v218 @@ -507,12 +569,14 @@ All notable changes to this project will be documented in this file. ## [0.5.14](https://github.com/gliderlabs/herokuish/compare/v0.5.13...v0.5.14) - 2020-06-01 ### Changed + - @josegonzalez Update php to version v176 - @josegonzalez Update python to version v170 ## [0.5.13](https://github.com/gliderlabs/herokuish/compare/v0.5.12...v0.5.13) - 2020-05-07 ### Changed + - @josegonzalez Update go to version v142 - @josegonzalez Update nodejs to version v171 - @josegonzalez Update php to version v174 @@ -520,6 +584,7 @@ All notable changes to this project will be documented in this file. ## [0.5.12](https://github.com/gliderlabs/herokuish/compare/v0.5.11...v0.5.12) - 2020-04-25 ### Changed + - @josegonzalez Update go to version v141 - @josegonzalez Update python to version v169 - @josegonzalez Update ruby to version v215 @@ -528,16 +593,19 @@ All notable changes to this project will be documented in this file. ## [0.5.11](https://github.com/gliderlabs/herokuish/compare/v0.5.10...v0.5.11) - 2020-04-02 ### Changed + - @josegonzalez Update ruby to version v214 ## [0.5.10](https://github.com/gliderlabs/herokuish/compare/v0.5.9...v0.5.10) - 2020-04-01 ### Changed + - @josegonzalez Update ruby to version v213 ## [0.5.9](https://github.com/gliderlabs/herokuish/compare/v0.5.8...v0.5.9) - 2020-03-31 ### Changed + - @josegonzalez Update go to version v139 - @josegonzalez Update nodejs to version v170 - @josegonzalez Update php to version v173 @@ -548,6 +616,7 @@ All notable changes to this project will be documented in this file. ## [0.5.8](https://github.com/gliderlabs/herokuish/compare/v0.5.7...v0.5.8) - 2020-03-16 ### Changed + - @josegonzalez Update go to version v138 - @josegonzalez Update python to version v166 - @josegonzalez Update ruby to version v211 @@ -555,6 +624,7 @@ All notable changes to this project will be documented in this file. ## [0.5.7](https://github.com/gliderlabs/herokuish/compare/v0.5.6...v0.5.7) - 2020-02-02 ### Changed + - @dependabot Bump django from 1.11.23 to 1.11.28 - @josegonzalez Update go to version v137 - @josegonzalez Update php to version v172 @@ -563,6 +633,7 @@ All notable changes to this project will be documented in this file. ## [0.5.6](https://github.com/gliderlabs/herokuish/compare/v0.5.5...v0.5.6) - 2019-12-20 ### Changed + - @josegonzalez Update nodejs to version v167 - @josegonzalez Update php to version v169 - @josegonzalez Update python to version v163 @@ -571,6 +642,7 @@ All notable changes to this project will be documented in this file. ## [0.5.5](https://github.com/gliderlabs/herokuish/compare/v0.5.4...v0.5.5) - 2019-12-20 ### Changed + - @josegonzalez Update go to version v136 - @josegonzalez Update java to version v66 - @josegonzalez Update nodejs to version v166 @@ -582,6 +654,7 @@ All notable changes to this project will be documented in this file. ## [0.5.4](https://github.com/gliderlabs/herokuish/compare/v0.5.3...v0.5.4) - 2019-12-04 ### Changed + - @josegonzalez Update go to version v135 - @josegonzalez Update gradle to version v31 - @josegonzalez Update java to version v65 @@ -592,12 +665,14 @@ All notable changes to this project will be documented in this file. - @josegonzalez Update scala to version v86 ### Fixed + - @michaelshobbs Use ruby 2.6.2 with fixed bundler - dependabot: Update various test app dependencies ## [0.5.3](https://github.com/gliderlabs/herokuish/compare/v0.5.2...v0.5.3) - 2019-08-19 ### Changed + - @josegonzalez Update clojure to version v84 - @josegonzalez Update nodejs to version v161 - @josegonzalez Update php to version v159 @@ -606,6 +681,7 @@ All notable changes to this project will be documented in this file. ## [0.5.2](https://github.com/gliderlabs/herokuish/compare/v0.5.1...v0.5.2) - 2019-07-29 ### Changed + - @josegonzalez Update go to version v126 - @josegonzalez Update nodejs to version v158 - @josegonzalez Update php to version v154 @@ -613,9 +689,11 @@ All notable changes to this project will be documented in this file. ## [0.5.1](https://github.com/gliderlabs/herokuish/compare/v0.5.0...v0.5.1) - 2019-07-05 ### Added + - @josegonzalez Use go modules ### Changed + - @josegonzalez Allow using an system bash via BASH_BIN - @josegonzalez Correct outdated dependencies - @josegonzalez Update go to version v119 @@ -630,11 +708,13 @@ All notable changes to this project will be documented in this file. ## [0.5.0](https://github.com/gliderlabs/herokuish/compare/v0.4.10...v0.5.0) - 2019-03-14 ### Changed + - @swistaczek Bump heroku stack to Heroku:18 ## [0.4.10](https://github.com/gliderlabs/herokuish/compare/v0.4.9...v0.4.10) - 2019-03-14 ### Changed + - @michaelshobbs Update go to version v104 - @michaelshobbs Update nodejs to version v142 - @michaelshobbs Update php to version v151 @@ -643,6 +723,7 @@ All notable changes to this project will be documented in this file. ## [0.4.9](https://github.com/gliderlabs/herokuish/compare/v0.4.8...v0.4.9) - 2019-03-07 ### Changed + - @tnir Update go to version v102 to support Go 1.12 - @michaelshobbs Update java to version v63 - @michaelshobbs Update nodejs to version v139 @@ -652,6 +733,7 @@ All notable changes to this project will be documented in this file. ## [0.4.8](https://github.com/gliderlabs/herokuish/compare/v0.4.7...v0.4.8) - 2019-02-15 ### Changed + - @nbyl Update gradle buildpack to v28 - @eval Update clojure to version v83 - @josegonzalez Update go to version v100 @@ -663,6 +745,7 @@ All notable changes to this project will be documented in this file. ## [0.4.7](https://github.com/gliderlabs/herokuish/compare/v0.4.6...v0.4.7) - 2019-01-22 ### Changed + - @michaelshobbs Update go to version v99 - @michaelshobbs Update php to version v149 - @michaelshobbs Update ruby to version v198 @@ -670,9 +753,11 @@ All notable changes to this project will be documented in this file. ## [0.4.6](https://github.com/gliderlabs/herokuish/compare/v0.4.5...v0.4.6) - 2018-12-26 ### Fixed + - @HillLiu update golang to 1.11.2 for docker build ### Changed + - @josegonzalez Update go to version v98 - @josegonzalez Update nodejs to version v134 - @josegonzalez Update python to version v146 @@ -684,6 +769,7 @@ All notable changes to this project will be documented in this file. ## [0.4.5](https://github.com/gliderlabs/herokuish/compare/v0.4.4...v0.4.5) - 2018-10-26 ### Changed + - @michaelshobbs Update nodejs to version v130 fb65b5a - @michaelshobbs Update python to version v144 bfabe39 - @michaelshobbs Update go to version v94 ccd7e67 @@ -693,6 +779,7 @@ All notable changes to this project will be documented in this file. ## [0.4.4](https://github.com/gliderlabs/herokuish/compare/v0.4.3...v0.4.4) - 2018-08-20 ### Changed + - @natanrolnik Remove .git directory deletion upon build pack installation - @michaelshobbs Update go to version v90 - @michaelshobbs Update php to version v143 @@ -702,6 +789,7 @@ All notable changes to this project will be documented in this file. ## [0.4.3](https://github.com/gliderlabs/herokuish/compare/v0.4.2...v0.4.3) - 2018-07-03 ### Changed + - @webknjaz Upgrade python support to v3.7.0 - @michaelshobbs Update go to version v89 - @michaelshobbs Update gradle to version v27 @@ -711,6 +799,7 @@ All notable changes to this project will be documented in this file. - @michaelshobbs Update scala to version v82 ## [0.4.2](https://github.com/gliderlabs/herokuish/compare/v0.4.1...v0.4.2) - 2018-05-10 + - @peterhellberg Update go to version v87 - @michaelshobbs Update clojure to version v82 - @michaelshobbs Update gradle to version v26 @@ -723,6 +812,7 @@ All notable changes to this project will be documented in this file. ## [0.4.1](https://github.com/gliderlabs/herokuish/compare/v0.4.0...v0.4.1) - 2018-04-23 ### Changed + - @nolith Update java to version v60 - @michaelshobbs Update go to version v86 - @michaelshobbs Update nodejs to version v123 @@ -733,12 +823,14 @@ All notable changes to this project will be documented in this file. ## [0.4.0](https://github.com/gliderlabs/herokuish/compare/v0.3.36...v0.4.0) - 2018-03-10 ### Changed + - @michaelshobbs pin docker version for local build target - @iSDP move base image to heroku16 - @miyucy Respect STACK envvar - @michaelshobbs use newer version of ruby compatible with heroku-16 in test apps ### Removed + - @michaelshobbs remove erlang from buildpack bundle **NOTE: v0.4.0 is now based on heroku-16** @@ -746,6 +838,7 @@ All notable changes to this project will be documented in this file. ## [0.3.36](https://github.com/gliderlabs/herokuish/compare/v0.3.35...v0.3.36) - 2018-03-10 ### Changed + - @josegonzalez fix: retrieve only valid process types - @michaelshobbs Update ruby to version v174 - @michaelshobbs Update python to version v124 @@ -758,18 +851,22 @@ All notable changes to this project will be documented in this file. ## [0.3.35](https://github.com/gliderlabs/herokuish/compare/v0.3.34...v0.3.35) - 2018-02-09 ### Added + - @davidkarlsen Be able to opt out from setuidgid - needed when not running as root initially ### Changed + - @michaelshobbs Update go to version v83 - @michaelshobbs Update nodejs to version v118 ## [0.3.34](https://github.com/gliderlabs/herokuish/compare/v0.3.33...v0.3.34) - 2018-01-30 ### Added + - @josegonzalez feat: update all installed service dependencies when building the docker image ### Changed + - @josegonzalez Update ruby to version v173 - @josegonzalez Update python to version v123 - @josegonzalez Update clojure to version v78 @@ -783,6 +880,7 @@ All notable changes to this project will be documented in this file. ## [0.3.33](https://github.com/gliderlabs/herokuish/compare/v0.3.32...v0.3.33) - 2017-11-01 ### Changed + - @miyucy Update ruby version to v170 - @Shelnutt2 Update go to v78 for go dep support - @michaelshobbs Update gradle to version v24 @@ -793,11 +891,13 @@ All notable changes to this project will be documented in this file. - @michaelshobbs Update scala to version v79 ### Added + - @miyucy Add task to bump up buildpacks version ## [0.3.32](https://github.com/gliderlabs/herokuish/compare/v0.3.31...v0.3.32) - 2017-08-29 ### Changed + - @miyucy Update ruby version to v168 - @miyucy Update nodejs to version v110 - @michaelshobbs Update clojure to version v77 @@ -813,6 +913,7 @@ All notable changes to this project will be documented in this file. - @michaelshobbs use circleci 2.0 machine executor ### Added + - @dzaporozhets Add support for buildpack test command - @michaelshobbs add stickler-ci - @michaelshobbs add linting and fix lintballs @@ -823,11 +924,13 @@ All notable changes to this project will be documented in this file. - @dzaporozhets Add buildpack test to readme and changelog ### Removed + - @michaelshobbs drop grails 2 buildpack per heroku ## [0.3.31](https://github.com/gliderlabs/herokuish/compare/v0.3.30...v0.3.31) - 2017-06-21 ### Changed + - @michaelshobbs Update go to version v69 - @michaelshobbs Update ruby to version v163 - @michaelshobbs Update java to version v52 @@ -837,25 +940,32 @@ All notable changes to this project will be documented in this file. ## [0.3.30](https://github.com/gliderlabs/herokuish/compare/v0.3.29...v0.3.30) - 2017-06-21 ### Fixed + - @karanthukral Added error handling for when Procfile does not define the process being used ### Changed + - @webknjaz Upgrade python buildpack to v109 - @michaelshobbs fix python tests with new buildpack ## [0.3.29](https://github.com/gliderlabs/herokuish/compare/v0.3.28...v0.3.29) - 2017-05-03 + ### Fixed + - @alexquick [build] fix old .env parsing to handle quotes and escapes better cce259c ### Changed + - @michaelshobbs Update ruby to version v159 ## [0.3.28](https://github.com/gliderlabs/herokuish/compare/v0.3.27...v0.3.28) - 2017-04-19 ### Fixed + - @dmgr bugfix: curl may fail to fetch not quoted url if behind proxy ### Changed + - @rvalyi doc: proper reference to Heroku Cedar base image - @michaelshobbs Update go to version v64 - @michaelshobbs Update nodejs to version v99 @@ -865,11 +975,13 @@ All notable changes to this project will be documented in this file. ## [0.3.27](https://github.com/gliderlabs/herokuish/compare/v0.3.26...v0.3.27) - 2017-03-21 ### Changed + - @michaelshobbs Update ruby to version v155 ## [0.3.26](https://github.com/gliderlabs/herokuish/compare/v0.3.25...v0.3.26) - 2017-02-28 ### Changed + - @wfarr Update go buildpack to v62 - @michaelshobbs Update java to version v51 - @michaelshobbs Update php to version v120 @@ -879,6 +991,7 @@ All notable changes to this project will be documented in this file. ## [0.3.25](https://github.com/gliderlabs/herokuish/compare/v0.3.24...v0.3.25) - 2017-02-01 ### Changed + - @fjorgemota Update buildpack-php to v119 - @michaelshobbs Update clojure to version v76 - @michaelshobbs Update go to version v60 @@ -891,6 +1004,7 @@ All notable changes to this project will be documented in this file. ## [0.3.24](https://github.com/gliderlabs/herokuish/compare/v0.3.23...v0.3.24) - 2017-01-02 ### Changed + - @michaelshobbs Update static to version v8 - @michaelshobbs Update python to version v97 - @michaelshobbs Update ruby to version v150 @@ -898,6 +1012,7 @@ All notable changes to this project will be documented in this file. ## [0.3.23](https://github.com/gliderlabs/herokuish/compare/v0.3.22...v0.3.23) - 2016-12-16 ### Changed + - @joshmanders Update nodejs version v93 - @michaelshobbs Update go to version v54 - @michaelshobbs Update gradle to version v19 @@ -907,9 +1022,11 @@ All notable changes to this project will be documented in this file. ## [0.3.22](https://github.com/gliderlabs/herokuish/compare/v0.3.21...v0.3.22) - 2016-11-18 ### Removed + - @michaelshobbs remove html2text dependency ### Changed + - @michaelshobbs changelog header correction for 0.3.21 - @michaelshobbs Update java to version v48 - @michaelshobbs Update ruby to version v148 @@ -918,13 +1035,17 @@ All notable changes to this project will be documented in this file. ## [0.3.21](https://github.com/gliderlabs/herokuish/compare/v0.3.20...v0.3.21) - 2016-11-14 ### Fixed + - @michaelshobbs skip blank lines in .env. closes #195 ### Removed + - @michaelshobbs remove emberjs buildpack from default set ## [0.3.20](https://github.com/gliderlabs/herokuish/compare/v0.3.19...v0.3.20) - 2016-11-13 + ### Changed + - @michaelshobbs new .env parser that handles spaces - @michaelshobbs change readme instructions to use github releases - @michaelshobbs Update go to version v52 @@ -934,6 +1055,7 @@ All notable changes to this project will be documented in this file. ## [0.3.19](https://github.com/gliderlabs/herokuish/compare/v0.3.18...v0.3.19) - 2016-09-20 ### Changed + - @josegonzalez Update static buildpack to v6 - @michaelshobbs Update gradle to version v18 - @michaelshobbs Update java to version v46 @@ -943,6 +1065,7 @@ All notable changes to this project will be documented in this file. ## [0.3.18](https://github.com/gliderlabs/herokuish/compare/v0.3.17...v0.3.18) - 2016-07-29 ### Changed + - @xtian Don't print .release file during build - @michaelshobbs Update php to version v109 - @michaelshobbs Update go to version v44 @@ -951,19 +1074,23 @@ All notable changes to this project will be documented in this file. ## [0.3.17](https://github.com/gliderlabs/herokuish/compare/v0.3.16...v0.3.17) - 2016-07-14 ### Fixed + - @michaelshobbs set unprivileged user/group to same name and test with this user ## [0.3.16](https://github.com/gliderlabs/herokuish/compare/v0.3.15...v0.3.16) - 2016-07-14 ### Added + - @michaelshobbs add named unprivileged user ## [0.3.15](https://github.com/gliderlabs/herokuish/compare/v0.3.14...v0.3.15) - 2016-07-14 ### Fixed + - @joshmanders only delete $app_path if $import_path is not empty. fixes #111 ### Changed + - @michaelshobbs Update go to version v42 - @michaelshobbs Update nodejs to version v91 - @michaelshobbs Update php to version v108 @@ -973,12 +1100,15 @@ All notable changes to this project will be documented in this file. ## [0.3.14](https://github.com/gliderlabs/herokuish/compare/v0.3.13...v0.3.14) - 2016-06-27 ### Added + - @michaelshobbs implement heroku-like buildpack detect order and output. closes #133 ### Fixed + - @michaelshobbs because nodejs matches before ember, manually set the ember buildpack ### Changed + - @michaelshobbs Update go to version v41 - @michaelshobbs Update grails to version v21 - @michaelshobbs Update php to version v107 @@ -986,22 +1116,27 @@ All notable changes to this project will be documented in this file. ## [0.3.13](https://github.com/gliderlabs/herokuish/compare/v0.3.12...v0.3.13) - 2016-05-09 ### Fixed + - @michaelshobbs ensure correct permissions on tgz buildpack directories ### Changed + - @michaelshobbs Update php to version v102 - @michaelshobbs Update go to version v36 ## [0.3.12](https://github.com/gliderlabs/herokuish/compare/v0.3.11...v0.3.12) - 2016-04-27 ### Fixed + - @michaelshobbs try testing port more times before continuing. add output when testing for a listener - @michaelshobbs increase retry in an attempt to allow the (ember specifially) app to fully startup ### Added + - @michaelshobbs support compressed tarball buildpacks (#144) ### Changed + - @michaelshobbs Update go to version v34 - @michaelshobbs Update nodejs to version v90 - @michaelshobbs Update php to version v101 @@ -1010,12 +1145,14 @@ All notable changes to this project will be documented in this file. ## [0.3.11](https://github.com/gliderlabs/herokuish/compare/v0.3.10...v0.3.11) - 2016-04-07 ### Changed + - @michaelshobbs Update php to version v100 (#140) - @michaelshobbs Update python to version v80 (#141) ## [0.3.10](https://github.com/gliderlabs/herokuish/compare/v0.3.9...v0.3.10) - 2016-03-30 ### Changed + - @michaelshobbs Update nodejs to version v89 - @michaelshobbs Update php to version v99 - @michaelshobbs Update python to version v79 @@ -1025,12 +1162,15 @@ All notable changes to this project will be documented in this file. ## [0.3.9](https://github.com/gliderlabs/herokuish/compare/v0.3.8...v0.3.9) - 2016-03-08 ### Fixed + - @graphaelli clean up link warning ### Added + - @michaelshobbs extract config_vars from .release ### Changed + - @singlow singlow use find to identify only files not already owned by user - @michaelshobbs Update clojure to version v75 - @michaelshobbs Update grails to version v20 @@ -1047,6 +1187,7 @@ All notable changes to this project will be documented in this file. ## [0.3.8](https://github.com/gliderlabs/herokuish/compare/v0.3.7...v0.3.8) - 2016-01-06 ### Changed + - @josegonzalez Upgrade gradle buildpack version to 17 - @josegonzalez Update java buildpack version to 42 - @josegonzalez Update scala buildpack version to 64 @@ -1054,13 +1195,16 @@ All notable changes to this project will be documented in this file. ## [0.3.7](https://github.com/gliderlabs/herokuish/compare/v0.3.6...v0.3.7) - 2015-12-31 ### Fixed + - @michaelshobbs force rebuild of packages that are already up to date - @michaelshobbs fix buildpack version output after adding dokku/buildpack-nginx ### Removed + - @michaelshobbs remove unnecessary null line check ### Changed + - @michaelshobbs re-implement yaml-get and yaml-keys in bash - @CEikermann Updated buildpack-php to v90 - @josegonzalez Upgrade python buildpack to v74 @@ -1068,6 +1212,7 @@ All notable changes to this project will be documented in this file. ## [0.3.6](https://github.com/gliderlabs/herokuish/compare/v0.3.5...v0.3.6) - 2015-12-14 ### Changed + - Update php buildpack to version 87 - Update clojure buildpack to version 73 - Update golang buildpack to version 22 @@ -1081,16 +1226,20 @@ All notable changes to this project will be documented in this file. ## [0.3.5](https://github.com/gliderlabs/herokuish/compare/v0.3.4...v0.3.5) - 2015-11-25 ### Added + - Add static buildpack and test ### Changed - - Increased CURL_TIMEOUT env var in buildpacks from the default 30 to 180 - - Update python buildpack to v70 - - Update static buildpack to v5 - - Update local build env to docker 1.9.1 + +- Increased CURL_TIMEOUT env var in buildpacks from the default 30 to 180 +- Update python buildpack to v70 +- Update static buildpack to v5 +- Update local build env to docker 1.9.1 ## [0.3.4](https://github.com/gliderlabs/herokuish/compare/v0.3.3...v0.3.4) - 2015-10-23 + ### Changed + - Upgrade clojure buildpack to version 70 - Update go buildpack to version 18 - Update java buildpack to version 40 @@ -1103,18 +1252,22 @@ All notable changes to this project will be documented in this file. ## [0.3.3](https://github.com/gliderlabs/herokuish/compare/v0.3.2...v0.3.3) - 2015-09-10 ### Added + - Use exec to run procfile entries - Throw error when detect fails in custom buildpack ### Changed + - Bumped scala buildpack to v60 ## [0.3.2](https://github.com/gliderlabs/herokuish/compare/v0.3.1...v0.3.2) - 2015-07-28 ### Added + - Repo Analytics to README ### Changed + - Bumped golang buildpack to fa0679c - Bumped php buildpack to version 70 - Bumped clojure buildpack to version 67 @@ -1128,35 +1281,43 @@ All notable changes to this project will be documented in this file. ## [0.3.1](https://github.com/gliderlabs/herokuish/compare/v0.3.0...v0.3.1) - 2015-07-09 ### Fixed + - Fixed directory permission for custom buildpacks ### Added + - Added ability to build in docker container ### Removed + - Remove testing play-v1 from play buildpack ### Changed + - Build from mainline heroku/cedar:14 docker images - Bump nodejs/scala buildpack versions ## [0.3.0](https://github.com/gliderlabs/herokuish/compare/v0.2.0...v0.3.0) - 2015-04-04 ### Fixed + - Fixed Scala buildpack and app test - Fixed collision issue with `VERSION` environment variable ### Added + - Added Dockerfile making Herokuish an alternative for Buildstep - Added `PS1` and source `/etc/profile.d` like Buildstep - Added `IMPORT_PATH` to copy to `APP_PATH` for untouched mounted apps - Added `herokuish test` command for testing apps against Herokuish ### Removed + - Dropped shunit2 for [basht](https://github.com/progrium/basht) - Dropped cedarish cache and release tracking ### Changed + - *Significantly* reduced complexity of testing setup - Moved buildpack versions and app tests to `buildpacks` directory - Prepared for automated tracking branches for latest buildpacks @@ -1164,6 +1325,7 @@ All notable changes to this project will be documented in this file. ## [0.2.0](https://github.com/gliderlabs/herokuish/compare/v0.1.0...v0.2.0) - 2015-02-10 ### Fixed + - Fixed CI issue with `go get` on CircleCI - Updated go-basher usage to latest API - Buildpack setup uses `$unprivileged_user` instead of hardcoded `nobody` @@ -1171,15 +1333,18 @@ All notable changes to this project will be documented in this file. - Default buildpack process types added to a created Procfile ### Added + - Buildpack clones try to be shallow - Ability to set `$unprivileged_user` with `$USER` - Grails buildpack support and test app - Play (v1) test app #### Removed + - Dropped bindata.go from repo #### Changed + - Updated to latest buildpack releases - User for `buildpack-build` is `$USER` or randomized - User for `procfile-exec` is `$USER` or detected from `/app` diff --git a/Makefile b/Makefile index 3d3834509..2239f9b53 100644 --- a/Makefile +++ b/Makefile @@ -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.7.2 +VERSION ?= 0.7.3 IMAGE_NAME ?= $(NAME) BUILD_TAG ?= dev PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish diff --git a/README.md b/README.md index 17be01cb8..c978d5252 100644 --- a/README.md +++ b/README.md @@ -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.7.2-blue)](https://hub.docker.com/r/gliderlabs/herokuish) +[![Docker Hub](https://img.shields.io/badge/docker%20hub-v0.7.3-blue)](https://hub.docker.com/r/gliderlabs/herokuish) A command line tool for emulating Heroku build and runtime tasks in containers. @@ -19,8 +19,8 @@ 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.7.2/herokuish_0.7.2_linux_x86_64.tgz \ - | tar -xzC /bin +RUN curl --location --silent https://github.com/gliderlabs/herokuish/releases/download/v0.7.3/herokuish_0.7.3_linux_x86_64.tgz \ + | tar -xzC /bin ``` Herokuish depends on Bash (4.0 or newer) and a handful of standard GNU utilties you probably have. It likely won't work on Busybox, though neither will any Heroku buildpacks.