diff --git a/meta-buildpacks/nodejs/CHANGELOG.md b/meta-buildpacks/nodejs/CHANGELOG.md index c1dcf2f4..a04bb6d7 100644 --- a/meta-buildpacks/nodejs/CHANGELOG.md +++ b/meta-buildpacks/nodejs/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated buildpack display name, description and keywords. ([#692](https://github.com/heroku/buildpacks-nodejs/pull/692)) +### Removed + +- Removed `heroku/procfile`, since it's being added directly to the Heroku builder images instead. If you override the Heroku builder images' default buildpack detection order (or use this buildpack with a non-Heroku builder image), you will need to append `heroku/procfile` to your buildpacks list. ([#696](https://github.com/heroku/buildpacks-node/pull/696)) + ## [1.1.7] - 2023-10-17 ### Changed diff --git a/meta-buildpacks/nodejs/buildpack.toml b/meta-buildpacks/nodejs/buildpack.toml index 0b833ab7..5f25a06a 100644 --- a/meta-buildpacks/nodejs/buildpack.toml +++ b/meta-buildpacks/nodejs/buildpack.toml @@ -25,11 +25,6 @@ version = "1.1.7" id = "heroku/nodejs-pnpm-install" version = "1.1.7" -[[order.group]] -id = "heroku/procfile" -version = "2.0.1" -optional = true - [[order]] [[order.group]] @@ -45,11 +40,6 @@ optional = true id = "heroku/nodejs-yarn" version = "1.1.7" -[[order.group]] -id = "heroku/procfile" -version = "2.0.1" -optional = true - [[order]] [[order.group]] @@ -70,10 +60,5 @@ optional = true id = "heroku/nodejs-npm-install" version = "1.1.7" -[[order.group]] -id = "heroku/procfile" -version = "2.0.1" -optional = true - [metadata.release] image = { repository = "docker.io/heroku/buildpack-nodejs" } diff --git a/meta-buildpacks/nodejs/package.toml b/meta-buildpacks/nodejs/package.toml index 30a7f15e..0554a4d5 100644 --- a/meta-buildpacks/nodejs/package.toml +++ b/meta-buildpacks/nodejs/package.toml @@ -18,6 +18,3 @@ uri = "libcnb:heroku/nodejs-yarn" [[dependencies]] uri = "libcnb:heroku/nodejs-corepack" - -[[dependencies]] -uri = "docker://docker.io/heroku/procfile-cnb@sha256:ea7219d4bb50196b4f292c9aae397b17255c59a243d7408535d2a03a5cd2b040"