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

dgrove 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 ae6ada8  update CHANGELOG and NOTICE to prepare for release (#107)
ae6ada8 is described below

commit ae6ada8f383896787bc90507cf72ce2d9e7f7dfd
Author: David Grove <[email protected]>
AuthorDate: Fri Feb 7 12:25:37 2020 -0500

    update CHANGELOG and NOTICE to prepare for release (#107)
---
 NOTICE.txt                        |  2 +-
 core/java8/CHANGELOG.md           |  7 +++++++
 core/java8actionloop/CHANGELOG.md | 24 ++++++++++++++++++++++++
 3 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index 96cc3b4..5c9d113 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache OpenWhisk Runtime Java
-Copyright 2016-2019 The Apache Software Foundation
+Copyright 2016-2020 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/core/java8/CHANGELOG.md b/core/java8/CHANGELOG.md
index 970771c..df5ad90 100644
--- a/core/java8/CHANGELOG.md
+++ b/core/java8/CHANGELOG.md
@@ -19,6 +19,13 @@
 
 # Java 8 OpenWhisk Runtime Container
 
+## 1.14.0
+  - Support for __OW_ACTION_VERSION (openwhisk/4761)
+  - adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u222-b10_openj9-0.15.1
+
+## 1.13.0-incubating
+  - jdk x86_64-ubuntu-jdk8u181-b13_openj9-0.9.0
+
 ## 1.1.4
 Changes:
 - Update jdk 
adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u212-b04_openj9-0.14.2 
[jdk8u181-b13_openj9-0.9.0](https://hub.docker.com/r/adoptopenjdk/openjdk8-openj9/tags/)
diff --git a/core/java8actionloop/CHANGELOG.md 
b/core/java8actionloop/CHANGELOG.md
new file mode 100644
index 0000000..1b5f24f
--- /dev/null
+++ b/core/java8actionloop/CHANGELOG.md
@@ -0,0 +1,24 @@
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+-->
+
+# Java 8 OpenWhisk Runtime Container
+
+## 1.14.0
+  - Initial release of actionloop-based Java Action
+  - adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u222-b10_openj9-0.15.1

Reply via email to