Skip to content

Commit

Permalink
Post-release updates: heroku/jvm-function-invoker 0.5.3 (#168)
Browse files Browse the repository at this point in the history
Co-authored-by: doriskwan <[email protected]>
  • Loading branch information
github-actions[bot] and doriskwan authored Sep 29, 2021
1 parent cfe3e21 commit 0e2e710
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.5.3] 2021/09/29
* Updated function runtime to `1.0.2`
* Update buildpack API version from `0.4` to `0.5`
* Update `libcnb` and `libherokubuildpack` to new major versions
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.5"

[buildpack]
id = "heroku/jvm-function-invoker"
version = "0.5.3"
version = "0.5.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.5.3`

## [0.3.19] 2021/09/29

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.5"

[[order.group]]
id = "heroku/jvm-function-invoker"
version = "0.5.2"
version = "0.5.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/heroku-buildpacks/heroku-jvm-buildpack@sha256:c9b
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-maven-buildpack@sha256:a44e26cb65427da9734ddca81973a7809e732d8f3fe8b3cc5ad247d95df21a26"

[[dependencies]]
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-jvm-function-invoker-buildpack@sha256:a358b25816d03ce210f7aaf068ea0dae34053421b8e857cd5da2809745626c55"
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-jvm-function-invoker-buildpack@sha256:5416033870971ca98ae92565a9331b0e5fa8d95b65cb5d7be068f98773ddb129"
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.6"

[[order.group]]
id = "heroku/jvm-function-invoker"
version = "0.5.3"
version = "0.5.4"

0 comments on commit 0e2e710

Please sign in to comment.