From 1ee09b545a135eca1b3fd3560749af6f11843e11 Mon Sep 17 00:00:00 2001 From: Colin Casey Date: Tue, 5 Dec 2023 11:11:57 -0400 Subject: [PATCH 1/2] Update Java functions runtime to 1.1.6 [W-13579117](https://gus.lightning.force.com/a07EE00001TdTe7YAF) --- buildpacks/jvm-function-invoker/CHANGELOG.md | 4 ++++ buildpacks/jvm-function-invoker/buildpack.toml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/buildpacks/jvm-function-invoker/CHANGELOG.md b/buildpacks/jvm-function-invoker/CHANGELOG.md index 2fab9a34..6313f2a4 100644 --- a/buildpacks/jvm-function-invoker/CHANGELOG.md +++ b/buildpacks/jvm-function-invoker/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Updated function runtime to 1.1.6 + ## [4.0.1] - 2023-12-04 ### Changed diff --git a/buildpacks/jvm-function-invoker/buildpack.toml b/buildpacks/jvm-function-invoker/buildpack.toml index e4a99fc1..94541c5e 100644 --- a/buildpacks/jvm-function-invoker/buildpack.toml +++ b/buildpacks/jvm-function-invoker/buildpack.toml @@ -15,8 +15,8 @@ type = "BSD-3-Clause" id = "*" [metadata.runtime] -url = "https://repo1.maven.org/maven2/com/salesforce/functions/sf-fx-runtime-java-runtime/1.1.5/sf-fx-runtime-java-runtime-1.1.5-jar-with-dependencies.jar" -sha256 = "721da3c59ec01eba36e2c7f43d505bcb8f0289a3a5c64938f0a3ac623acd87b3" +url = "https://repo1.maven.org/maven2/com/salesforce/functions/sf-fx-runtime-java-runtime/1.1.6/sf-fx-runtime-java-runtime-1.1.6-jar-with-dependencies.jar" +sha256 = "0995f1597508e150a65fe395f90945c4b8ea1b75dca2b3a759fa224ef587bf10" [metadata.release] image = { repository = "docker.io/heroku/buildpack-jvm-function-invoker" } From 9edad42fb2ccea33ca9e11925ece5f9183b9d4c4 Mon Sep 17 00:00:00 2001 From: Colin Casey Date: Tue, 5 Dec 2023 11:13:04 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- buildpacks/jvm-function-invoker/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/jvm-function-invoker/CHANGELOG.md b/buildpacks/jvm-function-invoker/CHANGELOG.md index 6313f2a4..b7e97755 100644 --- a/buildpacks/jvm-function-invoker/CHANGELOG.md +++ b/buildpacks/jvm-function-invoker/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Updated function runtime to 1.1.6 +- Updated function runtime to 1.1.6 ([#622](https://github.com/heroku/buildpacks-jvm/pull/622)) ## [4.0.1] - 2023-12-04