From 42370c92d9877e6ad19b2c1834f5a4b9c49f0220 Mon Sep 17 00:00:00 2001 From: Manuel Fuchs Date: Tue, 23 Feb 2021 17:39:14 +0100 Subject: [PATCH 1/3] Update shimmed buildpacks --- shimmed-buildpacks/clojure/buildpack.toml | 6 +++--- shimmed-buildpacks/gradle/buildpack.toml | 6 +++--- shimmed-buildpacks/scala/buildpack.toml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/shimmed-buildpacks/clojure/buildpack.toml b/shimmed-buildpacks/clojure/buildpack.toml index b1ea26b8..f4cad039 100644 --- a/shimmed-buildpacks/clojure/buildpack.toml +++ b/shimmed-buildpacks/clojure/buildpack.toml @@ -2,7 +2,7 @@ api = "0.4" [buildpack] id = "heroku/clojure" -version = "0.0.86" +version = "0.0.87" name = "Clojure" homepage = "https://github.com/heroku/heroku-buildpack-clojure" description = "Official Heroku buildpack for Clojure applications. It uses Leiningen for building." @@ -21,8 +21,8 @@ id = "io.buildpacks.stacks.bionic" [metadata] [metadata.shim] -tarball = "https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/clojure-v86.tgz" -sha256 = "c85cb7f4e10a2bc76fc9804d14842ea1021609a23d953359eed30cfd019560d1" +tarball = "https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/clojure-v87.tgz" +sha256 = "86710aaba11ece315caefaad15db57153374c69846ac451c890505a28032ae68" [metadata.release] diff --git a/shimmed-buildpacks/gradle/buildpack.toml b/shimmed-buildpacks/gradle/buildpack.toml index 06b582e3..0bf889bf 100644 --- a/shimmed-buildpacks/gradle/buildpack.toml +++ b/shimmed-buildpacks/gradle/buildpack.toml @@ -2,7 +2,7 @@ api = "0.4" [buildpack] id = "heroku/gradle" -version = "0.0.34" +version = "0.0.35" name = "Gradle" homepage = "https://github.com/heroku/heroku-buildpack-gradle" description = "Official Heroku buildpack for Gradle applications." @@ -21,8 +21,8 @@ id = "io.buildpacks.stacks.bionic" [metadata] [metadata.shim] -tarball = "https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/gradle-v34.tgz" -sha256 = "56d9af33cc9ed33c2dd78991278b49063879d61954ed24cb7974aa7e0d43be8d" +tarball = "https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/gradle-v35.tgz" +sha256 = "d49db802898e14667ddd98548baf244527875eb6ae4f556c417042540655660c" [metadata.release] diff --git a/shimmed-buildpacks/scala/buildpack.toml b/shimmed-buildpacks/scala/buildpack.toml index 307abd8b..7c581c04 100644 --- a/shimmed-buildpacks/scala/buildpack.toml +++ b/shimmed-buildpacks/scala/buildpack.toml @@ -2,7 +2,7 @@ api = "0.4" [buildpack] id = "heroku/scala" -version = "0.0.88" +version = "0.0.89" name = "Scala" homepage = "https://github.com/heroku/heroku-buildpack-scala" description = "Official Heroku buildpack for Scala applications. It uses sbt for building." @@ -21,8 +21,8 @@ id = "io.buildpacks.stacks.bionic" [metadata] [metadata.shim] -tarball = "https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/scala-v88.tgz" -sha256 = "d11afa35769cb336aded3f985eb8efb10cb689c786fc7b3a75253ba6f4fe846e" +tarball = "https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/scala-v89.tgz" +sha256 = "6f595a022ebda2479de30d1d6bbf63d1302fdcea9a88f671a5626de19b3b3829" [metadata.release] From f6e280f87fb3eb89a9b5ce4f64d6cd6c14891665 Mon Sep 17 00:00:00 2001 From: Manuel Fuchs Date: Tue, 23 Feb 2021 17:41:56 +0100 Subject: [PATCH 2/3] Update CHANGELOGs for shimmed buildpacks --- shimmed-buildpacks/clojure/CHANGELOG.md | 4 ++++ shimmed-buildpacks/gradle/CHANGELOG.md | 4 ++++ shimmed-buildpacks/scala/CHANGELOG.md | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/shimmed-buildpacks/clojure/CHANGELOG.md b/shimmed-buildpacks/clojure/CHANGELOG.md index fe9c013d..8d6c8c71 100644 --- a/shimmed-buildpacks/clojure/CHANGELOG.md +++ b/shimmed-buildpacks/clojure/CHANGELOG.md @@ -4,6 +4,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.87] +This release is based on a classic Heroku buildpack via [cnb-shim](https://github.com/heroku/cnb-shim). The changelog +for that release can be found here: https://github.com/heroku/heroku-buildpack-clojure/blob/main/CHANGELOG.md#v87 + ## [0.0.86] This release is based on a classic Heroku buildpack via [cnb-shim](https://github.com/heroku/cnb-shim). The changelog for that release can be found here: https://github.com/heroku/heroku-buildpack-clojure/blob/main/CHANGELOG.md#v86 diff --git a/shimmed-buildpacks/gradle/CHANGELOG.md b/shimmed-buildpacks/gradle/CHANGELOG.md index aae158d0..9921597d 100644 --- a/shimmed-buildpacks/gradle/CHANGELOG.md +++ b/shimmed-buildpacks/gradle/CHANGELOG.md @@ -4,6 +4,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.35] +This release is based on a classic Heroku buildpack via [cnb-shim](https://github.com/heroku/cnb-shim). The changelog +for that release can be found here: https://github.com/heroku/heroku-buildpack-gradle/blob/main/CHANGELOG.md#v35 + ## [0.0.34] This release is based on a classic Heroku buildpack via [cnb-shim](https://github.com/heroku/cnb-shim). The changelog for that release can be found here: https://github.com/heroku/heroku-buildpack-gradle/blob/main/CHANGELOG.md#v34 diff --git a/shimmed-buildpacks/scala/CHANGELOG.md b/shimmed-buildpacks/scala/CHANGELOG.md index ef493bf2..bb154093 100644 --- a/shimmed-buildpacks/scala/CHANGELOG.md +++ b/shimmed-buildpacks/scala/CHANGELOG.md @@ -4,6 +4,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.89] +This release is based on a classic Heroku buildpack via [cnb-shim](https://github.com/heroku/cnb-shim). The changelog +for that release can be found here: https://github.com/heroku/heroku-buildpack-scala/blob/main/CHANGELOG.md#v89 + ## [0.0.88] This release is based on a classic Heroku buildpack via [cnb-shim](https://github.com/heroku/cnb-shim). The changelog for that release can be found here: https://github.com/heroku/heroku-buildpack-scala/blob/main/CHANGELOG.md#v88 From def7c546bee14f3212fce0c597f852590ab7e7d9 Mon Sep 17 00:00:00 2001 From: Manuel Fuchs Date: Tue, 23 Feb 2021 17:45:14 +0100 Subject: [PATCH 3/3] Fix test meta-buildpack --- test/meta-buildpacks/java/buildpack.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/meta-buildpacks/java/buildpack.toml b/test/meta-buildpacks/java/buildpack.toml index edfde9a0..a66b5a6b 100644 --- a/test/meta-buildpacks/java/buildpack.toml +++ b/test/meta-buildpacks/java/buildpack.toml @@ -24,7 +24,7 @@ optional = true [[order.group]] id = "heroku/gradle" -version = "0.0.34" +version = "0.0.35" [[order.group]] id = "heroku/procfile"