Skip to content

Commit

Permalink
Post-release updates: heroku/jvm-function-invoker 0.6.6 (#399)
Browse files Browse the repository at this point in the history
Co-authored-by: colincasey <[email protected]>
  • Loading branch information
github-actions[bot] and colincasey authored Nov 30, 2022
1 parent 0b938d2 commit bcd1c99
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.6.6] 2022/11/30
* Update `sf-fx-runtime-java` from `1.1.1` to `1.1.2`. ([#398](https://github.com/heroku/buildpacks-jvm/pull/398))

## [0.6.5] 2022/10/20
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.8"

[buildpack]
id = "heroku/jvm-function-invoker"
version = "0.6.6"
version = "0.6.7"
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.6.6`

## [0.3.37] 2022/10/20
* Upgraded `heroku/jvm-function-invoker` to `0.6.5`
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 = "1.0.3"

[[order.group]]
id = "heroku/jvm-function-invoker"
version = "0.6.5"
version = "0.6.6"

[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:69c
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-maven-buildpack@sha256:450ccbb49d5e81bda57ab32637cf9ba53fcd47a1b0af979ea8d090ed122f1cb1"

[[dependencies]]
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-jvm-function-invoker-buildpack@sha256:67f35cbd83a7e2f7c1b3422498678d061e12f24d6a1a9bac62b645525584bf80"
uri = "docker://public.ecr.aws/heroku-buildpacks/heroku-jvm-function-invoker-buildpack@sha256:d41b865b910715069aa1db1dc300a2e0e454c5fa34955bcacb6508bf94e3f997"
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 = "1.0.4"

[[order.group]]
id = "heroku/jvm-function-invoker"
version = "0.6.6"
version = "0.6.7"

0 comments on commit bcd1c99

Please sign in to comment.