Skip to content

Commit

Permalink
Merge pull request #100 from heroku/create-pull-request/patch-pmns2ei
Browse files Browse the repository at this point in the history
Post-release updates: heroku/jvm-function-invoker 0.2.8
  • Loading branch information
Malax authored May 17, 2021
2 parents d0fa72c + b231f71 commit 5c3a9aa
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions buildpacks/jvm-function-invoker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ 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]

## [0.2.8] 2021/05/17
### Changed
* `SF_FX_REMOTE_DEBUG` was renamed to `DEBUG_PORT` and also species the port on with the JDWP agent will listen on.
* Updated function runtime to `0.2.1`
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/jvm-function-invoker/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.4"

[buildpack]
id = "heroku/jvm-function-invoker"
version = "0.2.8"
version = "0.2.9"
name = "JVM Function Invoker"
clear-env = true
homepage = "https://github.com/heroku/buildpacks-jvm"
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-function-invoker` to `0.2.8`

## [0.3.8] 2021/05/05
* Upgraded `heroku/maven` to `0.2.3`
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 @@ -22,7 +22,7 @@ version = "0.2.3"

[[order.group]]
id = "heroku/jvm-function-invoker"
version = "0.2.7"
version = "0.2.8"

[metadata]

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 @@ -8,4 +8,4 @@ uri = "docker://public.ecr.aws/r2f9u0w4/heroku-jvm-buildpack@sha256:b46824bb8a03
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-maven-buildpack@sha256:d334bb25a535eb64c3ce92f0ec81a45bdaf59139667b01d79bc7b9852ad7a181"

[[dependencies]]
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-jvm-function-invoker-buildpack@sha256:59caf15fbcb48aac941ffa752061f1a4623aa91b56eb3a4a875172ed3398da1d"
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-jvm-function-invoker-buildpack@sha256:9d609ebf6285f328263a7e8d91727269f85079111e4d607e1e61dcf34e5807ae"
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 @@ -17,4 +17,4 @@ version = "0.2.4"

[[order.group]]
id = "heroku/jvm-function-invoker"
version = "0.2.8"
version = "0.2.9"

0 comments on commit 5c3a9aa

Please sign in to comment.