diff --git a/meta-buildpacks/java/CHANGELOG.md b/meta-buildpacks/java/CHANGELOG.md index d79def72..92f10694 100644 --- a/meta-buildpacks/java/CHANGELOG.md +++ b/meta-buildpacks/java/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### 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. ([#608](https://github.com/heroku/buildpacks-jvm/pull/608)) + ## [3.2.2] - 2023-10-24 ### Changed diff --git a/meta-buildpacks/java/buildpack.toml b/meta-buildpacks/java/buildpack.toml index c3a9aebf..44b3bf80 100644 --- a/meta-buildpacks/java/buildpack.toml +++ b/meta-buildpacks/java/buildpack.toml @@ -21,11 +21,6 @@ version = "3.2.2" id = "heroku/maven" version = "3.2.2" -[[order.group]] -id = "heroku/procfile" -version = "2.0.1" -optional = true - [[order]] [[order.group]] @@ -36,10 +31,5 @@ version = "3.2.2" id = "heroku/gradle" version = "3.2.2" -[[order.group]] -id = "heroku/procfile" -version = "2.0.1" -optional = true - [metadata.release] image = { repository = "docker.io/heroku/buildpack-java" } diff --git a/meta-buildpacks/java/package.toml b/meta-buildpacks/java/package.toml index 1e271ee2..45deb520 100644 --- a/meta-buildpacks/java/package.toml +++ b/meta-buildpacks/java/package.toml @@ -9,6 +9,3 @@ uri = "libcnb:heroku/maven" [[dependencies]] uri = "libcnb:heroku/gradle" - -[[dependencies]] -uri = "docker://docker.io/heroku/procfile-cnb@sha256:ea7219d4bb50196b4f292c9aae397b17255c59a243d7408535d2a03a5cd2b040" diff --git a/meta-buildpacks/scala/CHANGELOG.md b/meta-buildpacks/scala/CHANGELOG.md index fb3893ad..bd559c8a 100644 --- a/meta-buildpacks/scala/CHANGELOG.md +++ b/meta-buildpacks/scala/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### 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. ([#608](https://github.com/heroku/buildpacks-jvm/pull/608)) + ## [3.2.2] - 2023-10-24 ### Changed diff --git a/meta-buildpacks/scala/buildpack.toml b/meta-buildpacks/scala/buildpack.toml index e34f12eb..a372289b 100644 --- a/meta-buildpacks/scala/buildpack.toml +++ b/meta-buildpacks/scala/buildpack.toml @@ -21,10 +21,5 @@ version = "3.2.2" id = "heroku/sbt" version = "3.2.2" -[[order.group]] -id = "heroku/procfile" -version = "2.0.1" -optional = true - [metadata.release] image = { repository = "docker.io/heroku/buildpack-scala" } diff --git a/meta-buildpacks/scala/package.toml b/meta-buildpacks/scala/package.toml index c28f4c62..21b85137 100644 --- a/meta-buildpacks/scala/package.toml +++ b/meta-buildpacks/scala/package.toml @@ -6,6 +6,3 @@ uri = "libcnb:heroku/jvm" [[dependencies]] uri = "libcnb:heroku/sbt" - -[[dependencies]] -uri = "docker://docker.io/heroku/procfile-cnb@sha256:ea7219d4bb50196b4f292c9aae397b17255c59a243d7408535d2a03a5cd2b040"