Skip to content

Commit

Permalink
Update lifecycle from v0.17.2 to v0.18.1 (#431)
Browse files Browse the repository at this point in the history
* Update lifecycle from v0.17.2 to v0.18.1

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

Full changelog:
buildpacks/lifecycle@v0.17.2...v0.18.1

* Downgrade lifecycle version to 0.17.2 for some builder images

Since these builder images contain buildpacks that are using
Buildpack API versions no longer supported in lifecycle 0.18.0+:
https://github.com/buildpacks/lifecycle/releases/tag/v0.18.0
https://github.com/buildpacks/lifecycle#supported-apis

---------

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
Co-authored-by: Ed Morley <[email protected]>
  • Loading branch information
heroku-linguist[bot] and edmorley authored Nov 14, 2023
1 parent e18d239 commit 4cb71e3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
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.17.2"
version = "0.18.1"

[[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.17.2"
version = "0.18.1"

[[buildpacks]]
id = "heroku/go"
Expand Down
3 changes: 3 additions & 0 deletions builder-classic-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ build-image = "heroku/heroku:22-cnb-build"
run-image = "heroku/heroku:22-cnb"

[lifecycle]
# 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.2"

[[buildpacks]]
Expand Down
3 changes: 3 additions & 0 deletions buildpacks-20/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ build-image = "heroku/heroku:20-cnb-build"
run-image = "heroku/heroku:20-cnb"

[lifecycle]
# 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.2"

[[buildpacks]]
Expand Down
5 changes: 5 additions & 0 deletions salesforce-functions/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ build-image = "heroku/heroku:22-cnb-build"
run-image = "heroku/heroku:22-cnb"

[lifecycle]
# 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:
# - 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.2"

[[buildpacks]]
Expand Down

0 comments on commit 4cb71e3

Please sign in to comment.