Skip to content

Commit

Permalink
Merge pull request #51 from heroku/malax/shimmed-upgrades
Browse files Browse the repository at this point in the history
Update shimmed buildpacks
  • Loading branch information
Malax authored Feb 23, 2021
2 parents 14889c5 + def7c54 commit 3ebdccb
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 10 deletions.
4 changes: 4 additions & 0 deletions shimmed-buildpacks/clojure/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions shimmed-buildpacks/clojure/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand All @@ -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]

Expand Down
4 changes: 4 additions & 0 deletions shimmed-buildpacks/gradle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions shimmed-buildpacks/gradle/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand All @@ -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]

Expand Down
4 changes: 4 additions & 0 deletions shimmed-buildpacks/scala/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions shimmed-buildpacks/scala/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand All @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion test/meta-buildpacks/java/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ optional = true

[[order.group]]
id = "heroku/gradle"
version = "0.0.34"
version = "0.0.35"

[[order.group]]
id = "heroku/procfile"
Expand Down

0 comments on commit 3ebdccb

Please sign in to comment.