Skip to content

Commit

Permalink
Merge pull request #76 from heroku/create-pull-request/patch-5rbfwe6
Browse files Browse the repository at this point in the history
Post-release updates: heroku/jvm-function-invoker 0.2.5
  • Loading branch information
Malax authored Apr 21, 2021
2 parents f2ee773 + 902cddb commit 953389c
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.5] 2021/04/21
### Changed
* Updated function runtime to `0.1.3-ea`

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.5"
version = "0.2.6"
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.5`

## [0.3.5] 2021/04/08
* Upgraded `heroku/jvm-function-invoker` to `0.2.4`
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.2"

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

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

[[dependencies]]
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-jvm-function-invoker-buildpack@sha256:ab6494cedd18735bee2e611f77b75d789df3859d16fe2ae059846eb50b55f9a5"
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-jvm-function-invoker-buildpack@sha256:38ebec138a6fa0124764f30aec33c1aac97ed47dc664b722ad79d4f0d7645729"
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.3"

[[order.group]]
id = "heroku/jvm-function-invoker"
version = "0.2.5"
version = "0.2.6"

0 comments on commit 953389c

Please sign in to comment.