diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d8a8de609..14ee036fd 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -5,7 +5,7 @@ name: CI
on:
pull_request:
branches:
- - '*'
+ - "*"
push:
branches:
- master
@@ -33,17 +33,17 @@ jobs:
with:
fetch-depth: 0
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@v5
with:
go-version: 1.17.8
- uses: ruby/setup-ruby@v1
with:
- ruby-version: 2.6
+ ruby-version: 2.7
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
with:
- python-version: '3.7.x'
+ python-version: "3.7.x"
- name: setup env
run: make ci-report
@@ -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..4f50ac7e7 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:
@@ -24,13 +24,13 @@ jobs:
with:
fetch-depth: 0
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@v5
with:
go-version: 1.17.8
- uses: ruby/setup-ruby@v1
with:
- ruby-version: 2.6
+ ruby-version: 2.7
- name: set up qemu
uses: docker/setup-qemu-action@v3
@@ -38,9 +38,9 @@ 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'
+ 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
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 9b18b5ce2..c978d5252 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[](https://github.com/gliderlabs/herokuish/actions?query=workflow%3ACI)
[](https://kiwiirc.com/client/irc.freenode.net/#gliderlabs)
-[](https://hub.docker.com/r/gliderlabs/herokuish)
+[](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.
@@ -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.
diff --git a/buildpacks/buildpack-go/buildpack-version b/buildpacks/buildpack-go/buildpack-version
index 7188d926f..3ecae9401 100644
--- a/buildpacks/buildpack-go/buildpack-version
+++ b/buildpacks/buildpack-go/buildpack-version
@@ -1 +1 @@
-v181
+v184
diff --git a/buildpacks/buildpack-java/tests/java-jetty/pom.xml b/buildpacks/buildpack-java/tests/java-jetty/pom.xml
index 51c009ae6..c80e19871 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.pluginsmaven-dependency-plugin
- 3.6.0
+ 3.6.1copy-dependencies
@@ -34,7 +34,7 @@
maven-compiler-plugin
- 3.11.0
+ 3.12.11.61.6
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
diff --git a/buildpacks/buildpack-multi/tests/multi/requirements.txt b/buildpacks/buildpack-multi/tests/multi/requirements.txt
index 1b627279b..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.0
-Jinja2==3.1.2
+Flask==3.0.1
+Jinja2==3.1.3
gunicorn==21.2.0
-markupsafe==2.1.3
+markupsafe==2.1.4
diff --git a/buildpacks/buildpack-nodejs/buildpack-version b/buildpacks/buildpack-nodejs/buildpack-version
index cc08b9dfa..a2f544cdf 100644
--- a/buildpacks/buildpack-nodejs/buildpack-version
+++ b/buildpacks/buildpack-nodejs/buildpack-version
@@ -1 +1 @@
-v224
+v235
diff --git a/buildpacks/buildpack-php/buildpack-version b/buildpacks/buildpack-php/buildpack-version
index 29b3cfb96..1e48f7666 100644
--- a/buildpacks/buildpack-php/buildpack-version
+++ b/buildpacks/buildpack-php/buildpack-version
@@ -1 +1 @@
-v239
+v244
diff --git a/buildpacks/buildpack-php/tests/php/composer.lock b/buildpacks/buildpack-php/tests/php/composer.lock
index a2cd5cbe4..901fe3ea9 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",
@@ -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"
}
diff --git a/buildpacks/buildpack-python/buildpack-version b/buildpacks/buildpack-python/buildpack-version
index 529193d15..8ba02379b 100644
--- a/buildpacks/buildpack-python/buildpack-version
+++ b/buildpacks/buildpack-python/buildpack-version
@@ -1 +1 @@
-v237
+v242
diff --git a/buildpacks/buildpack-python/tests/python-flask/requirements.txt b/buildpacks/buildpack-python/tests/python-flask/requirements.txt
index 1b627279b..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.0
-Jinja2==3.1.2
+Flask==3.0.1
+Jinja2==3.1.3
gunicorn==21.2.0
-markupsafe==2.1.3
+markupsafe==2.1.4
diff --git a/buildpacks/buildpack-ruby/buildpack-version b/buildpacks/buildpack-ruby/buildpack-version
index af424770b..f0d48c716 100644
--- a/buildpacks/buildpack-ruby/buildpack-version
+++ b/buildpacks/buildpack-ruby/buildpack-version
@@ -1 +1 @@
-v259
+v265
diff --git a/buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock b/buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock
index 762621fb2..6fd662768 100644
--- a/buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock
+++ b/buildpacks/buildpack-ruby/tests/ruby-sinatra/Gemfile.lock
@@ -1,27 +1,29 @@
GEM
remote: http://rubygems.org/
specs:
+ base64 (0.2.0)
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)
+ 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.0.6)
+ 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
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