Skip to content

Commit

Permalink
Post-release updates: heroku/jvm 1.0.0 (#299)
Browse files Browse the repository at this point in the history
Co-authored-by: Malax <[email protected]>
  • Loading branch information
github-actions[bot] and Malax authored May 17, 2022
1 parent 432f63a commit 8001254
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 7 deletions.
2 changes: 2 additions & 0 deletions buildpacks/jvm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] 2022/05/17

* Re-implement buildpack using [libcnb.rs](https://github.com/Malax/libcnb.rs) ([#272](https://github.com/heroku/buildpacks-jvm/pull/272))
* Remove support for GPG signed OpenJDK binaries. This feature wasn't used and will be replaced by a unified solution across Heroku buildpacks. ([#272](https://github.com/heroku/buildpacks-jvm/pull/272))
* Remove support for the `JDK_BASE_URL` environment variable. It was deprecated in Jan 2021 and was slated for removal Oct 2021. ([#272](https://github.com/heroku/buildpacks-jvm/pull/272))
Expand Down
6 changes: 5 additions & 1 deletion buildpacks/jvm/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.6"

[buildpack]
id = "heroku/jvm"
version = "1.0.0"
version = "1.0.1"
name = "Heroku OpenJDK Buildpack"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Official Heroku buildpack for installing OpenJDK"
Expand All @@ -20,9 +20,13 @@ id = "heroku-20"
[[stacks]]
id = "io.buildpacks.stacks.bionic"

[metadata]

[metadata.heroku-metrics-agent]
url = "https://repo1.maven.org/maven2/com/heroku/agent/heroku-java-metrics-agent/3.14/heroku-java-metrics-agent-3.14.jar"
sha256 = "ad28a69907fb71b64549603065e4b7259ae9356989b054f6157ef289bbbfe4b6"

[metadata.release]

[metadata.release.docker]
repository = "public.ecr.aws/heroku-buildpacks/heroku-jvm-buildpack"
1 change: 1 addition & 0 deletions meta-buildpacks/java-function/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ 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` to `1.0.0`

## [0.3.29] 2022/03/24
* Upgraded `heroku/jvm` to `0.1.15`
Expand Down
2 changes: 1 addition & 1 deletion meta-buildpacks/java-function/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type = "BSD-3-Clause"

[[order.group]]
id = "heroku/jvm"
version = "0.1.15"
version = "1.0.0"

[[order.group]]
id = "heroku/maven"
Expand Down
2 changes: 1 addition & 1 deletion meta-buildpacks/java-function/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uri = "."

[[dependencies]]
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-jvm-buildpack@sha256:f276cb139a8a05e1c5821b4fbdc7aa224d74f9ff6d67a9d813fc8772b72faa5f"
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-jvm-buildpack@sha256:555fd66700d83bf4b098e4b2f4b87fd293fe11637f0e23610dd1d31f9c61d669"

[[dependencies]]
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-maven-buildpack@sha256:d4ba73c28e183b52bbac6e892877d28328ae1a5f1abdf9d1db55afb90da23ce5"
Expand Down
1 change: 1 addition & 0 deletions meta-buildpacks/java/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ 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` to `1.0.0`

## [0.3.16] 2022/03/24
* Upgraded `heroku/jvm` to `0.1.15`
Expand Down
2 changes: 1 addition & 1 deletion meta-buildpacks/java/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type = "BSD-3-Clause"

[[order.group]]
id = "heroku/jvm"
version = "0.1.15"
version = "1.0.0"

[[order.group]]
id = "heroku/maven"
Expand Down
2 changes: 1 addition & 1 deletion meta-buildpacks/java/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
uri = "."

[[dependencies]]
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-jvm-buildpack@sha256:f276cb139a8a05e1c5821b4fbdc7aa224d74f9ff6d67a9d813fc8772b72faa5f"
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-jvm-buildpack@sha256:555fd66700d83bf4b098e4b2f4b87fd293fe11637f0e23610dd1d31f9c61d669"

[[dependencies]]
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-maven-buildpack@sha256:d4ba73c28e183b52bbac6e892877d28328ae1a5f1abdf9d1db55afb90da23ce5"
Expand Down
2 changes: 1 addition & 1 deletion test/meta-buildpacks/java-function/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "Java Function"

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

[[order.group]]
id = "heroku/maven"
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 @@ -9,7 +9,7 @@ name = "Java"

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

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

0 comments on commit 8001254

Please sign in to comment.