Skip to content

Commit

Permalink
Update meta-buildpacks for DockerHub migration (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax authored May 11, 2023
1 parent 8c0ee8f commit f841314
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions meta-buildpacks/java-function/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
* Upgraded `heroku/jvm-function-invoker` to `0.6.9`
* Upgraded `heroku/maven` to `1.0.5`

* Upgraded `heroku/jvm` to `1.0.10`
* Upgraded `heroku/maven` to `1.0.4`
* Upgraded `heroku/jvm-function-invoker` to `0.6.8`
* The buildpack now implements Buildpack API 0.9 instead of 0.8, and so requires `lifecycle` 0.15.x or newer. ([#491](https://github.com/heroku/buildpacks-jvm/pull/491))

## [0.3.43] 2023/04/24
* Upgraded `heroku/jvm` to `1.0.9`
Expand Down
6 changes: 3 additions & 3 deletions meta-buildpacks/java-function/buildpack.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
api = "0.8"
api = "0.9"

[buildpack]
id = "heroku/java-function"
Expand All @@ -18,11 +18,11 @@ version = "1.0.10"

[[order.group]]
id = "heroku/maven"
version = "1.0.5"
version = "1.0.4"

[[order.group]]
id = "heroku/jvm-function-invoker"
version = "0.6.9"
version = "0.6.8"

[metadata]
[metadata.release]
Expand Down
6 changes: 3 additions & 3 deletions meta-buildpacks/java-function/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
uri = "."

[[dependencies]]
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-jvm-buildpack@sha256:72c75a86bd47264aec475f302e881448c818a980dec2a2ec01c5d70e19983cd5"
uri = "docker://docker.io/heroku/buildpack-jvm@sha256:de28bad8801d2a55517184a17600a9bdd44c92755664944cf6cb9aa1cca36fc5"

[[dependencies]]
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-maven-buildpack@sha256:450ccbb49d5e81bda57ab32637cf9ba53fcd47a1b0af979ea8d090ed122f1cb1"
uri = "docker://docker.io/heroku/buildpack-maven@sha256:a4d8e60cf3047c04412081619a7c1c8146fa252115c93029a7ae34d699126fe7"

[[dependencies]]
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-jvm-function-invoker-buildpack@sha256:ed41c88bff972cdd3a58e0035c0c444a5aaaac4898a89287ca9f1ed6a2fa6635"
uri = "docker://docker.io/heroku/buildpack-jvm-function-invoker@sha256:93320793ed269c88e97c4f3cb8fb94479df7b6d5585d273be933c80b9936a16b"
3 changes: 2 additions & 1 deletion meta-buildpacks/java/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
* Upgraded `heroku/maven` to `1.0.5`
* Upgraded `heroku/maven` to `1.0.4`
* Upgraded `heroku/jvm` to `1.0.10`
* The buildpack now implements Buildpack API 0.9 instead of 0.8, and so requires `lifecycle` 0.15.x or newer. ([#491](https://github.com/heroku/buildpacks-jvm/pull/491))

## [0.6.9] 2023/04/24
* Upgraded `heroku/jvm` to `1.0.9`
Expand Down
4 changes: 2 additions & 2 deletions meta-buildpacks/java/buildpack.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
api = "0.8"
api = "0.9"

[buildpack]
id = "heroku/java"
Expand All @@ -19,7 +19,7 @@ version = "1.0.10"

[[order.group]]
id = "heroku/maven"
version = "1.0.5"
version = "1.0.4"

[[order.group]]
id = "heroku/procfile"
Expand Down
4 changes: 2 additions & 2 deletions meta-buildpacks/java/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
uri = "."

[[dependencies]]
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-jvm-buildpack@sha256:72c75a86bd47264aec475f302e881448c818a980dec2a2ec01c5d70e19983cd5"
uri = "docker://docker.io/heroku/buildpack-jvm@sha256:de28bad8801d2a55517184a17600a9bdd44c92755664944cf6cb9aa1cca36fc5"

[[dependencies]]
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-maven-buildpack@sha256:450ccbb49d5e81bda57ab32637cf9ba53fcd47a1b0af979ea8d090ed122f1cb1"
uri = "docker://docker.io/heroku/buildpack-maven@sha256:a4d8e60cf3047c04412081619a7c1c8146fa252115c93029a7ae34d699126fe7"

[[dependencies]]
uri = "docker://docker.io/heroku/procfile-cnb:2.0.0"
1 change: 0 additions & 1 deletion meta-buildpacks/scala/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
* Upgraded `heroku/sbt` to `1.0.1`
* Initial release
8 changes: 4 additions & 4 deletions meta-buildpacks/scala/buildpack.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
api = "0.8"
api = "0.9"

[buildpack]
id = "heroku/scala"
version = "0.0.1"
version = "1.0.0"
name = "Scala"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Official Heroku buildpack for Scala applications."
keywords = ["scala", "java"]
keywords = ["scala"]

[[buildpack.licenses]]
type = "BSD-3-Clause"
Expand All @@ -19,7 +19,7 @@ version = "1.0.10"

[[order.group]]
id = "heroku/sbt"
version = "1.0.1"
version = "1.0.0"

[[order.group]]
id = "heroku/procfile"
Expand Down
4 changes: 2 additions & 2 deletions meta-buildpacks/scala/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
uri = "."

[[dependencies]]
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-jvm-buildpack@sha256:bc58cd36e77a1b16709218782fd865df63d3f3c2d25785c8e4a36b381c83a435"
uri = "docker://docker.io/heroku/buildpack-jvm@sha256:de28bad8801d2a55517184a17600a9bdd44c92755664944cf6cb9aa1cca36fc5"

[[dependencies]]
#uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-sbt-buildpack@sha256:[NEED TO PUBLISH SBT BUILDPACK FIRST]"
uri = "docker://docker.io/heroku/buildpack-sbt@sha256:8f928df6e3cf2e8f350a494f0bd3bdfb9c8fb139dec082cee1cc96f71c9f9301"

[[dependencies]]
uri = "docker://docker.io/heroku/procfile-cnb:2.0.0"

0 comments on commit f841314

Please sign in to comment.