From fe44401e50bce29c09e55d4dc3904f8eaf664f35 Mon Sep 17 00:00:00 2001 From: Manuel Fuchs Date: Wed, 21 Apr 2021 14:23:15 +0200 Subject: [PATCH 1/2] Update sf-fx-runtime-java to 0.1.3-ea --- buildpacks/jvm-function-invoker/buildpack.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildpacks/jvm-function-invoker/buildpack.toml b/buildpacks/jvm-function-invoker/buildpack.toml index f98ea489..67b2fb33 100644 --- a/buildpacks/jvm-function-invoker/buildpack.toml +++ b/buildpacks/jvm-function-invoker/buildpack.toml @@ -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.1-ea/sf-fx-runtime-java-runtime-0.1.1-ea-jar-with-dependencies.jar" -sha256 = "b30ba50b967944120da9262832ea89c403bfefb578efbf08196af725f5e94cd0" +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" [metadata.release] From c07970c4704bcafb73d34a14f73612d331293e90 Mon Sep 17 00:00:00 2001 From: Manuel Fuchs Date: Wed, 21 Apr 2021 14:25:06 +0200 Subject: [PATCH 2/2] Update CHANGELOG --- buildpacks/jvm-function-invoker/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildpacks/jvm-function-invoker/CHANGELOG.md b/buildpacks/jvm-function-invoker/CHANGELOG.md index 8b62fb25..a6530d94 100644 --- a/buildpacks/jvm-function-invoker/CHANGELOG.md +++ b/buildpacks/jvm-function-invoker/CHANGELOG.md @@ -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.3-ea` ## [0.2.4] 2021/04/08 ### Fixed