Skip to content

Commit

Permalink
Update lifecycle from v0.19.0 to v0.19.2 (and v0.17.5 to v0.17.6) (#493)
Browse files Browse the repository at this point in the history
* Update lifecycle from v0.19.0 to v0.19.2

Release notes:
https://github.com/buildpacks/lifecycle/releases/tag/v0.19.2

Full changelog:
buildpacks/lifecycle@v0.19.0...v0.19.2

* Update legacy images to lifecycle 0.17.6

https://github.com/buildpacks/lifecycle/releases/tag/v0.17.6
buildpacks/lifecycle@v0.17.5...v0.17.6

---------

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] and edmorley committed Apr 8, 2024
1 parent ff7da4e commit 2c7e3bc
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ For more information, see: [What is a builder?](https://buildpacks.io/docs/for-p
| Builder Image | Base Build Image | Base Run Image | Lifecycle Version | Buildpack Types | Status |
|-----------------------------------------------------|---------------------------------------------|---------------------------------------|-------------------|------------------|-------------|
| [`heroku/buildpacks:18`][buildpacks-tags] | [`heroku/heroku:18-cnb-build`][heroku-tags] | [`heroku/heroku:18-cnb`][heroku-tags] | 0.16.1 | Shimmed + Native | End-of-life |
| [`heroku/buildpacks:20`][buildpacks-tags] | [`heroku/heroku:20-cnb-build`][heroku-tags] | [`heroku/heroku:20-cnb`][heroku-tags] | 0.17.5 | Shimmed + Native | End-of-life |
| [`heroku/builder-classic:22`][builder-classic-tags] | [`heroku/heroku:22-cnb-build`][heroku-tags] | [`heroku/heroku:22-cnb`][heroku-tags] | 0.17.5 | Shimmed | End-of-life |
| [`heroku/builder:20`][builder-tags] | [`heroku/heroku:20-cnb-build`][heroku-tags] | [`heroku/heroku:20-cnb`][heroku-tags] | 0.19.0 | Native | Available |
| [`heroku/builder:22`][builder-tags] | [`heroku/heroku:22-cnb-build`][heroku-tags] | [`heroku/heroku:22-cnb`][heroku-tags] | 0.19.0 | Native | Recommended |
| [`heroku/buildpacks:20`][buildpacks-tags] | [`heroku/heroku:20-cnb-build`][heroku-tags] | [`heroku/heroku:20-cnb`][heroku-tags] | 0.17.6 | Shimmed + Native | End-of-life |
| [`heroku/builder-classic:22`][builder-classic-tags] | [`heroku/heroku:22-cnb-build`][heroku-tags] | [`heroku/heroku:22-cnb`][heroku-tags] | 0.17.6 | Shimmed | End-of-life |
| [`heroku/builder:20`][builder-tags] | [`heroku/heroku:20-cnb-build`][heroku-tags] | [`heroku/heroku:20-cnb`][heroku-tags] | 0.19.2 | Native | Available |
| [`heroku/builder:22`][builder-tags] | [`heroku/heroku:22-cnb-build`][heroku-tags] | [`heroku/heroku:22-cnb`][heroku-tags] | 0.19.2 | Native | Recommended |

The builder images above include buildpack support for the following languages: Go, Java, Node.js, PHP, Python, Ruby & Scala. The `heroku/builder-classic:22` builder image variant additionally supports Clojure.

Expand Down
2 changes: 1 addition & 1 deletion builder-20/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-image = "heroku/heroku:20-cnb-build"
run-image = "heroku/heroku:20-cnb"

[lifecycle]
version = "0.19.0"
version = "0.19.2"

[[buildpacks]]
id = "heroku/go"
Expand Down
2 changes: 1 addition & 1 deletion builder-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-image = "heroku/heroku:22-cnb-build"
run-image = "heroku/heroku:22-cnb"

[lifecycle]
version = "0.19.0"
version = "0.19.2"

[[buildpacks]]
id = "heroku/go"
Expand Down
2 changes: 1 addition & 1 deletion builder-classic-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ run-image = "heroku/heroku:22-cnb"
# We have to use an older lifecycle version in this builder image since lifecycle 0.18.0
# dropped support for Buildpack API versions <0.7, and cnb-shim is currently using v0.4:
# https://github.com/heroku/cnb-shim/issues/69
version = "0.17.5"
version = "0.17.6"

[[buildpacks]]
id = "heroku/builder-eol-warning"
Expand Down
2 changes: 1 addition & 1 deletion buildpacks-20/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ run-image = "heroku/heroku:20-cnb"
# We have to use an older lifecycle version in this builder image since lifecycle 0.18.0
# dropped support for Buildpack API versions <0.7, and cnb-shim is currently using v0.4:
# https://github.com/heroku/cnb-shim/issues/69
version = "0.17.5"
version = "0.17.6"

[[buildpacks]]
id = "heroku/builder-eol-warning"
Expand Down
2 changes: 1 addition & 1 deletion salesforce-functions/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ run-image = "heroku/heroku:22-cnb"
# - heroku/nodejs-function is still using the old Bash based NPM CNB (which is using Buildpack API 0.6)
# - we know of at least one custom buildpack that's also using a legacy Buildpack API:
# https://github.com/CSGAMERSServices/puppeteer-heroku-buildpack
version = "0.17.5"
version = "0.17.6"

[[buildpacks]]
id = "heroku/java-function"
Expand Down

0 comments on commit 2c7e3bc

Please sign in to comment.