Skip to content

Commit 1dd41a8

Browse files
authored
Update lifecycle in legacy builders from v0.17.4 to v0.17.5 (#486)
To pick up this backported fix: buildpacks/lifecycle#1317 ...so that these images still work after the removal of the `CNB_TARGET_*` env vars workaround in: heroku/base-images#260 Release notes: https://github.com/buildpacks/lifecycle/releases/tag/v0.17.5 Full changelog: buildpacks/lifecycle@v0.17.4...v0.17.5 GUS-W-15225541.
1 parent 265150c commit 1dd41a8

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ For more information, see: [What is a builder?](https://buildpacks.io/docs/conce
2424
| Builder Image | Base Build Image | Base Run Image | Lifecycle Version | Buildpack Types | Status |
2525
|-----------------------------------------------------|---------------------------------------------|---------------------------------------|-------------------|------------------|-------------|
2626
| [`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 |
27-
| [`heroku/buildpacks:20`][buildpacks-tags] | [`heroku/heroku:20-cnb-build`][heroku-tags] | [`heroku/heroku:20-cnb`][heroku-tags] | 0.17.4 | Shimmed + Native | Deprecated |
28-
| [`heroku/builder-classic:22`][builder-classic-tags] | [`heroku/heroku:22-cnb-build`][heroku-tags] | [`heroku/heroku:22-cnb`][heroku-tags] | 0.17.4 | Shimmed | Deprecated |
27+
| [`heroku/buildpacks:20`][buildpacks-tags] | [`heroku/heroku:20-cnb-build`][heroku-tags] | [`heroku/heroku:20-cnb`][heroku-tags] | 0.17.5 | Shimmed + Native | Deprecated |
28+
| [`heroku/builder-classic:22`][builder-classic-tags] | [`heroku/heroku:22-cnb-build`][heroku-tags] | [`heroku/heroku:22-cnb`][heroku-tags] | 0.17.5 | Shimmed | Deprecated |
2929
| [`heroku/builder:20`][builder-tags] | [`heroku/heroku:20-cnb-build`][heroku-tags] | [`heroku/heroku:20-cnb`][heroku-tags] | 0.19.0 | Native | Available |
3030
| [`heroku/builder:22`][builder-tags] | [`heroku/heroku:22-cnb-build`][heroku-tags] | [`heroku/heroku:22-cnb`][heroku-tags] | 0.19.0 | Native | Recommended |
3131

builder-classic-22/builder.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ run-image = "heroku/heroku:22-cnb"
99
# We have to use an older lifecycle version in this builder image since lifecycle 0.18.0
1010
# dropped support for Buildpack API versions <0.7, and cnb-shim is currently using v0.4:
1111
# https://github.com/heroku/cnb-shim/issues/69
12-
version = "0.17.4"
12+
version = "0.17.5"
1313

1414
[[buildpacks]]
1515
id = "heroku/builder-eol-warning"

buildpacks-20/builder.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ run-image = "heroku/heroku:20-cnb"
99
# We have to use an older lifecycle version in this builder image since lifecycle 0.18.0
1010
# dropped support for Buildpack API versions <0.7, and cnb-shim is currently using v0.4:
1111
# https://github.com/heroku/cnb-shim/issues/69
12-
version = "0.17.4"
12+
version = "0.17.5"
1313

1414
[[buildpacks]]
1515
id = "heroku/builder-eol-warning"

salesforce-functions/builder.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ run-image = "heroku/heroku:22-cnb"
1111
# - heroku/nodejs-function is still using the old Bash based NPM CNB (which is using Buildpack API 0.6)
1212
# - we know of at least one custom buildpack that's also using a legacy Buildpack API:
1313
# https://github.com/CSGAMERSServices/puppeteer-heroku-buildpack
14-
version = "0.17.4"
14+
version = "0.17.5"
1515

1616
[[buildpacks]]
1717
id = "heroku/java-function"

0 commit comments

Comments
 (0)