Skip to content

Commit

Permalink
Post-release updates: heroku/jvm-function-invoker 0.4.0 (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: edmorley <[email protected]>
  • Loading branch information
github-actions[bot] and edmorley authored Jul 28, 2021
1 parent 5fb0645 commit 553d6cd
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.4.0] 2021/07/28
* Revert all changes from `0.3.0`
* Updated function runtime to `1.0.0` again

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.4.0"
version = "0.4.1"
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.4.0`
* Upgraded `heroku/jvm` to `0.1.7`

## [0.3.13] 2021/07/16
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.4"

[[order.group]]
id = "heroku/jvm-function-invoker"
version = "0.3.0"
version = "0.4.0"

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

[[dependencies]]
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-jvm-function-invoker-buildpack@sha256:6a5fde772dd6f6d2971903af8de15a024bba6879bb93d4976c65de27698066d0"
uri = "docker://public.ecr.aws/r2f9u0w4/heroku-jvm-function-invoker-buildpack@sha256:b54124c39d96f5813748d0e5c86c23ecdf989423e2c914f422671831020472e2"
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.5"

[[order.group]]
id = "heroku/jvm-function-invoker"
version = "0.4.0"
version = "0.4.1"

0 comments on commit 553d6cd

Please sign in to comment.