You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2020/10/03 05:42:36 UTC

[openwhisk-runtime-java] branch master updated: update changelog for 1.15.0 release (#114)

This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-java.git


The following commit(s) were added to refs/heads/master by this push:
     new 51b1543  update changelog for 1.15.0 release (#114)
51b1543 is described below

commit 51b1543865f44924e9693fa23a5fe7b3464e9eb5
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Sat Oct 3 01:42:25 2020 -0400

    update changelog for 1.15.0 release (#114)
---
 core/java8/CHANGELOG.md           | 2 +-
 core/java8actionloop/CHANGELOG.md | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/core/java8/CHANGELOG.md b/core/java8/CHANGELOG.md
index 06bac6d..f6d5a6c 100644
--- a/core/java8/CHANGELOG.md
+++ b/core/java8/CHANGELOG.md
@@ -19,7 +19,7 @@
 
 # Java 8 OpenWhisk Runtime Container
 
-## 1.15.0 (next release)
+## 1.15.0
   - Include latest security fixes with every build.
   - adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u262-b10_openj9-0.21.0
 
diff --git a/core/java8actionloop/CHANGELOG.md b/core/java8actionloop/CHANGELOG.md
index f475b0a..22810bc 100644
--- a/core/java8actionloop/CHANGELOG.md
+++ b/core/java8actionloop/CHANGELOG.md
@@ -19,9 +19,10 @@
 
 # Java 8 OpenWhisk Runtime Container
 
-## 1.15.0 (next release)
+## 1.15.0
   - Include latest security fixes with every build.
-  - adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u262-b10_openj9-0.21.0
+  - Adopt openjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u262-b10_openj9-0.21.0
+  - Build proxy using go 1.15 and openwhisk-runtime-go 1.16.0
 
 ## 1.14.0
   - Initial release of actionloop-based Java Action