Skip to content

Commit

Permalink
Post-release updates: heroku/jvm 1.0.8 (#446)
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 Mar 31, 2023
1 parent 98fa257 commit 113b5a0
Show file tree
Hide file tree
Showing 10 changed files with 11 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.8] 2023/03/31

* Add support for `SKIP_HEROKU_JVM_METRICS_AGENT_INSTALLATION` environment variable. When set to `true`, the installation of the [Heroku JVM metrics agent](https://github.com/heroku/heroku-java-metrics-agent) will be skipped. ([#444](https://github.com/heroku/buildpacks-jvm/pull/444))
* Update [Heroku JVM metrics agent](https://github.com/heroku/heroku-java-metrics-agent) to the most recent version, `4.0.1`. This is a backwards compatible version bump. ([#445](https://github.com/heroku/buildpacks-jvm/pull/445))

Expand Down
2 changes: 1 addition & 1 deletion buildpacks/jvm/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.8"

[buildpack]
id = "heroku/jvm"
version = "1.0.8"
version = "1.0.9"
name = "Heroku OpenJDK Buildpack"
homepage = "https://github.com/heroku/buildpacks-jvm"
description = "Official Heroku buildpack for installing OpenJDK"
Expand Down
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.8`

## [0.3.41] 2023/03/23
* Upgraded `heroku/jvm` to `1.0.7`
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 = "1.0.7"
version = "1.0.8"

[[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:4205f979d382faf466b8c7edfe93db62eb794071f3f52382368dad58d85405ea"
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-jvm-buildpack@sha256:e40909134f5efa47f62d8db401f972cfa65dce83414b66d5a63fca9d08fefb6c"

[[dependencies]]
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-maven-buildpack@sha256:450ccbb49d5e81bda57ab32637cf9ba53fcd47a1b0af979ea8d090ed122f1cb1"
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.8`

## [0.6.7] 2023/03/23
* Upgraded `heroku/jvm` to `1.0.7`
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 = "1.0.7"
version = "1.0.8"

[[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:4205f979d382faf466b8c7edfe93db62eb794071f3f52382368dad58d85405ea"
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-jvm-buildpack@sha256:e40909134f5efa47f62d8db401f972cfa65dce83414b66d5a63fca9d08fefb6c"

[[dependencies]]
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-maven-buildpack@sha256:450ccbb49d5e81bda57ab32637cf9ba53fcd47a1b0af979ea8d090ed122f1cb1"
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.8"
version = "1.0.9"

[[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.8"
version = "1.0.9"

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

0 comments on commit 113b5a0

Please sign in to comment.