From 285bea40f86793ce66f43c78863ea9e12f13224a Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:04:53 +0100 Subject: [PATCH] Prepare release v4.0.0 (#609) ## heroku/gradle - No changes. ## heroku/java ### 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)) ### Changed - Updated `heroku/gradle` to `4.0.0`. - Updated `heroku/jvm` to `4.0.0`. - Updated `heroku/maven` to `4.0.0`. ## heroku/java-function ### Changed - Updated `heroku/jvm-function-invoker` to `4.0.0`. - Updated `heroku/jvm` to `4.0.0`. - Updated `heroku/maven` to `4.0.0`. ## heroku/jvm - No changes. ## heroku/jvm-function-invoker - No changes. ## heroku/maven - No changes. ## heroku/sbt - No changes. ## heroku/scala ### 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)) ### Changed - Updated `heroku/jvm` to `4.0.0`. - Updated `heroku/sbt` to `4.0.0`. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> --- buildpacks/gradle/CHANGELOG.md | 7 ++++++- buildpacks/gradle/buildpack.toml | 2 +- buildpacks/jvm-function-invoker/CHANGELOG.md | 7 ++++++- buildpacks/jvm-function-invoker/buildpack.toml | 2 +- buildpacks/jvm/CHANGELOG.md | 7 ++++++- buildpacks/jvm/buildpack.toml | 2 +- buildpacks/maven/CHANGELOG.md | 7 ++++++- buildpacks/maven/buildpack.toml | 2 +- buildpacks/sbt/CHANGELOG.md | 7 ++++++- buildpacks/sbt/buildpack.toml | 2 +- meta-buildpacks/java-function/CHANGELOG.md | 11 ++++++++++- meta-buildpacks/java-function/buildpack.toml | 8 ++++---- meta-buildpacks/java/CHANGELOG.md | 11 ++++++++++- meta-buildpacks/java/buildpack.toml | 10 +++++----- meta-buildpacks/scala/CHANGELOG.md | 10 +++++++++- meta-buildpacks/scala/buildpack.toml | 6 +++--- 16 files changed, 76 insertions(+), 25 deletions(-) diff --git a/buildpacks/gradle/CHANGELOG.md b/buildpacks/gradle/CHANGELOG.md index 9615bbb3..b2f8b80f 100644 --- a/buildpacks/gradle/CHANGELOG.md +++ b/buildpacks/gradle/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.0] - 2023-10-25 + +- No changes. + ## [3.2.2] - 2023-10-24 ### Changed @@ -27,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Initial release -[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.2...HEAD +[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v4.0.0...HEAD +[4.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.2...v4.0.0 [3.2.2]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.1...v3.2.2 [3.2.1]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.0...v3.2.1 [3.2.0]: https://github.com/heroku/buildpacks-jvm/compare/v3.1.0...v3.2.0 diff --git a/buildpacks/gradle/buildpack.toml b/buildpacks/gradle/buildpack.toml index 815a91df..f2d8791d 100644 --- a/buildpacks/gradle/buildpack.toml +++ b/buildpacks/gradle/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/gradle" -version = "3.2.2" +version = "4.0.0" name = "Heroku Gradle" homepage = "https://github.com/heroku/buildpacks-jvm" description = "Heroku's Gradle buildpack. A component of the 'heroku/java' buildpack." diff --git a/buildpacks/jvm-function-invoker/CHANGELOG.md b/buildpacks/jvm-function-invoker/CHANGELOG.md index ccd2d15a..e43b1130 100644 --- a/buildpacks/jvm-function-invoker/CHANGELOG.md +++ b/buildpacks/jvm-function-invoker/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.0] - 2023-10-25 + +- No changes. + ## [3.2.2] - 2023-10-24 ### Changed @@ -204,7 +208,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added * Initial release. -[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.2...HEAD +[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v4.0.0...HEAD +[4.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.2...v4.0.0 [3.2.2]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.1...v3.2.2 [3.2.1]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.0...v3.2.1 [3.2.0]: https://github.com/heroku/buildpacks-jvm/compare/v3.1.0...v3.2.0 diff --git a/buildpacks/jvm-function-invoker/buildpack.toml b/buildpacks/jvm-function-invoker/buildpack.toml index b72b9e31..b549eab3 100644 --- a/buildpacks/jvm-function-invoker/buildpack.toml +++ b/buildpacks/jvm-function-invoker/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/jvm-function-invoker" -version = "3.2.2" +version = "4.0.0" name = "Salesforce JVM Function Invoker" homepage = "https://github.com/heroku/buildpacks-jvm" description = "Salesforce's JVM function invoker buildpack. A component of the 'heroku/java-function' buildpack." diff --git a/buildpacks/jvm/CHANGELOG.md b/buildpacks/jvm/CHANGELOG.md index e54d99c3..4b895a1d 100644 --- a/buildpacks/jvm/CHANGELOG.md +++ b/buildpacks/jvm/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.0] - 2023-10-25 + +- No changes. + ## [3.2.2] - 2023-10-24 ### Changed @@ -259,7 +263,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Initial release -[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.2...HEAD +[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v4.0.0...HEAD +[4.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.2...v4.0.0 [3.2.2]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.1...v3.2.2 [3.2.1]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.0...v3.2.1 [3.2.0]: https://github.com/heroku/buildpacks-jvm/compare/v3.1.0...v3.2.0 diff --git a/buildpacks/jvm/buildpack.toml b/buildpacks/jvm/buildpack.toml index a5c26a4e..c4e16773 100644 --- a/buildpacks/jvm/buildpack.toml +++ b/buildpacks/jvm/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/jvm" -version = "3.2.2" +version = "4.0.0" name = "Heroku OpenJDK" homepage = "https://github.com/heroku/buildpacks-jvm" description = "Heroku's OpenJDK buildpack. A component of the 'heroku/java' and 'heroku/scala' buildpacks." diff --git a/buildpacks/maven/CHANGELOG.md b/buildpacks/maven/CHANGELOG.md index 3a8d729f..852219da 100644 --- a/buildpacks/maven/CHANGELOG.md +++ b/buildpacks/maven/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.0] - 2023-10-25 + +- No changes. + ## [3.2.2] - 2023-10-24 ### Changed @@ -128,7 +132,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Initial release -[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.2...HEAD +[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v4.0.0...HEAD +[4.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.2...v4.0.0 [3.2.2]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.1...v3.2.2 [3.2.1]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.0...v3.2.1 [3.2.0]: https://github.com/heroku/buildpacks-jvm/compare/v3.1.0...v3.2.0 diff --git a/buildpacks/maven/buildpack.toml b/buildpacks/maven/buildpack.toml index d31d310d..2cadd8ea 100644 --- a/buildpacks/maven/buildpack.toml +++ b/buildpacks/maven/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/maven" -version = "3.2.2" +version = "4.0.0" name = "Heroku Maven" homepage = "https://github.com/heroku/buildpacks-jvm" description = "Heroku's Maven buildpack. A component of the 'heroku/java' buildpack." diff --git a/buildpacks/sbt/CHANGELOG.md b/buildpacks/sbt/CHANGELOG.md index 142a30cf..7fdad652 100644 --- a/buildpacks/sbt/CHANGELOG.md +++ b/buildpacks/sbt/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.0] - 2023-10-25 + +- No changes. + ## [3.2.2] - 2023-10-24 ### Changed @@ -45,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Initial release -[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.2...HEAD +[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v4.0.0...HEAD +[4.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.2...v4.0.0 [3.2.2]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.1...v3.2.2 [3.2.1]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.0...v3.2.1 [3.2.0]: https://github.com/heroku/buildpacks-jvm/compare/v3.1.0...v3.2.0 diff --git a/buildpacks/sbt/buildpack.toml b/buildpacks/sbt/buildpack.toml index c9f9d657..022eef92 100644 --- a/buildpacks/sbt/buildpack.toml +++ b/buildpacks/sbt/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/sbt" -version = "3.2.2" +version = "4.0.0" name = "Heroku sbt" homepage = "https://github.com/heroku/buildpacks-jvm" description = "Heroku's sbt buildpack. A component of the 'heroku/scala' buildpack." diff --git a/meta-buildpacks/java-function/CHANGELOG.md b/meta-buildpacks/java-function/CHANGELOG.md index 5c8a9cae..8f5a7b46 100644 --- a/meta-buildpacks/java-function/CHANGELOG.md +++ b/meta-buildpacks/java-function/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.0] - 2023-10-25 + +### Changed + +- Updated `heroku/jvm-function-invoker` to `4.0.0`. +- Updated `heroku/jvm` to `4.0.0`. +- Updated `heroku/maven` to `4.0.0`. + ## [3.2.2] - 2023-10-24 ### Changed @@ -283,7 +291,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added * Initial release -[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.2...HEAD +[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v4.0.0...HEAD +[4.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.2...v4.0.0 [3.2.2]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.1...v3.2.2 [3.2.1]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.0...v3.2.1 [3.2.0]: https://github.com/heroku/buildpacks-jvm/compare/v3.1.0...v3.2.0 diff --git a/meta-buildpacks/java-function/buildpack.toml b/meta-buildpacks/java-function/buildpack.toml index 2639fd29..3b8e890f 100644 --- a/meta-buildpacks/java-function/buildpack.toml +++ b/meta-buildpacks/java-function/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/java-function" -version = "3.2.2" +version = "4.0.0" name = "Salesforce Java Function" homepage = "https://github.com/heroku/buildpacks-jvm" description = "Salesforce's buildpack for Java Functions." @@ -14,15 +14,15 @@ type = "BSD-3-Clause" [[order.group]] id = "heroku/jvm" -version = "3.2.2" +version = "4.0.0" [[order.group]] id = "heroku/maven" -version = "3.2.2" +version = "4.0.0" [[order.group]] id = "heroku/jvm-function-invoker" -version = "3.2.2" +version = "4.0.0" [metadata.release] image = { repository = "docker.io/heroku/buildpack-java-function" } diff --git a/meta-buildpacks/java/CHANGELOG.md b/meta-buildpacks/java/CHANGELOG.md index 92f10694..fcde9e4f 100644 --- a/meta-buildpacks/java/CHANGELOG.md +++ b/meta-buildpacks/java/CHANGELOG.md @@ -7,10 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.0] - 2023-10-25 + ### 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)) +### Changed + +- Updated `heroku/gradle` to `4.0.0`. +- Updated `heroku/jvm` to `4.0.0`. +- Updated `heroku/maven` to `4.0.0`. + ## [3.2.2] - 2023-10-24 ### Changed @@ -218,7 +226,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Initial release -[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.2...HEAD +[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v4.0.0...HEAD +[4.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.2...v4.0.0 [3.2.2]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.1...v3.2.2 [3.2.1]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.0...v3.2.1 [3.2.0]: https://github.com/heroku/buildpacks-jvm/compare/v3.1.0...v3.2.0 diff --git a/meta-buildpacks/java/buildpack.toml b/meta-buildpacks/java/buildpack.toml index 44b3bf80..9e3a195e 100644 --- a/meta-buildpacks/java/buildpack.toml +++ b/meta-buildpacks/java/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/java" -version = "3.2.2" +version = "4.0.0" name = "Heroku Java" homepage = "https://github.com/heroku/buildpacks-jvm" description = "Heroku's buildpack for Java applications." @@ -15,21 +15,21 @@ type = "BSD-3-Clause" [[order.group]] id = "heroku/jvm" -version = "3.2.2" +version = "4.0.0" [[order.group]] id = "heroku/maven" -version = "3.2.2" +version = "4.0.0" [[order]] [[order.group]] id = "heroku/jvm" -version = "3.2.2" +version = "4.0.0" [[order.group]] id = "heroku/gradle" -version = "3.2.2" +version = "4.0.0" [metadata.release] image = { repository = "docker.io/heroku/buildpack-java" } diff --git a/meta-buildpacks/scala/CHANGELOG.md b/meta-buildpacks/scala/CHANGELOG.md index bd559c8a..efb91fc6 100644 --- a/meta-buildpacks/scala/CHANGELOG.md +++ b/meta-buildpacks/scala/CHANGELOG.md @@ -7,10 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.0] - 2023-10-25 + ### 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)) +### Changed + +- Updated `heroku/jvm` to `4.0.0`. +- Updated `heroku/sbt` to `4.0.0`. + ## [3.2.2] - 2023-10-24 ### Changed @@ -61,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Initial release -[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.2...HEAD +[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v4.0.0...HEAD +[4.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.2...v4.0.0 [3.2.2]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.1...v3.2.2 [3.2.1]: https://github.com/heroku/buildpacks-jvm/compare/v3.2.0...v3.2.1 [3.2.0]: https://github.com/heroku/buildpacks-jvm/compare/v3.1.0...v3.2.0 diff --git a/meta-buildpacks/scala/buildpack.toml b/meta-buildpacks/scala/buildpack.toml index a372289b..4c049923 100644 --- a/meta-buildpacks/scala/buildpack.toml +++ b/meta-buildpacks/scala/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/scala" -version = "3.2.2" +version = "4.0.0" name = "Heroku Scala" homepage = "https://github.com/heroku/buildpacks-jvm" description = "Heroku's buildpack for Scala applications." @@ -15,11 +15,11 @@ type = "BSD-3-Clause" [[order.group]] id = "heroku/jvm" -version = "3.2.2" +version = "4.0.0" [[order.group]] id = "heroku/sbt" -version = "3.2.2" +version = "4.0.0" [metadata.release] image = { repository = "docker.io/heroku/buildpack-scala" }