Skip to content

Commit

Permalink
Merge pull request #81 from heroku/malax/update-function-invoker
Browse files Browse the repository at this point in the history
Update function invoker to 0.1.4-ea
  • Loading branch information
Malax authored Apr 29, 2021
2 parents 01cdac6 + 39660db commit dd0040f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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]
### Changed
* Updated function runtime to `0.1.4-ea`

## [0.2.5] 2021/04/21
### Changed
Expand Down
4 changes: 2 additions & 2 deletions buildpacks/jvm-function-invoker/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ id = "io.buildpacks.stacks.bionic"
[metadata]

[metadata.runtime]
url = "https://repo1.maven.org/maven2/com/salesforce/functions/sf-fx-runtime-java-runtime/0.1.3-ea/sf-fx-runtime-java-runtime-0.1.3-ea-jar-with-dependencies.jar"
sha256 = "97997191cdb544d6c985a879cb597c11943506b5fd5fec28b7257bfaa1e3de22"
url = "https://repo1.maven.org/maven2/com/salesforce/functions/sf-fx-runtime-java-runtime/0.1.4-ea/sf-fx-runtime-java-runtime-0.1.4-ea-jar-with-dependencies.jar"
sha256 = "e367a60a126e223f781efa4b2dbfc90e325bc974ccd77302a903c334fb44d66c"

[metadata.release]

Expand Down

0 comments on commit dd0040f

Please sign in to comment.