Skip to content

Commit

Permalink
Merge pull request #49 from heroku/create-pull-request/patch-a18j6fc
Browse files Browse the repository at this point in the history
Post-release updates: heroku/jvm-function-invoker 0.2.3
  • Loading branch information
Malax authored Feb 23, 2021
2 parents 4e66211 + b4957e6 commit 06e46b9
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 @@ -4,6 +4,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.3] 2021/02/23

## [0.2.2] 2021/02/04
### Added
* Support for the `PORT` environment variable at runtime for setting the HTTP port
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.3"
version = "0.2.4"
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.3`
* Upgraded `heroku/jvm` to `0.1.4`

## [0.3.2] 2021/02/04
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 @@ -20,7 +20,7 @@ version = "0.2.1"

[[order.group]]
id = "heroku/jvm-function-invoker"
version = "0.2.2"
version = "0.2.3"

[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:9628a7b72926
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-maven-buildpack@sha256:7bff54457286a9a36dbcaec77ab041d61c2e1a47741d459c3457e429f6d2f268"

[[dependencies]]
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-jvm-function-invoker-buildpack@sha256:c03202df687b82e4ce708ca4400babeb214181091438d1bc42192bca2959e3c0"
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-jvm-function-invoker-buildpack@sha256:15839c34479c67c35783f68893f6e67bfc953701de3bb0e80d09b6d0ff8e102f"
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.2"

[[order.group]]
id = "heroku/jvm-function-invoker"
version = "0.2.3"
version = "0.2.4"

0 comments on commit 06e46b9

Please sign in to comment.