Skip to content

Commit ae6ada8

Browse files
authored
update CHANGELOG and NOTICE to prepare for release (#107)
1 parent 785aab7 commit ae6ada8

3 files changed

Lines changed: 32 additions & 1 deletion

File tree

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache OpenWhisk Runtime Java
2-
Copyright 2016-2019 The Apache Software Foundation
2+
Copyright 2016-2020 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

core/java8/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919

2020
# Java 8 OpenWhisk Runtime Container
2121

22+
## 1.14.0
23+
- Support for __OW_ACTION_VERSION (openwhisk/4761)
24+
- adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u222-b10_openj9-0.15.1
25+
26+
## 1.13.0-incubating
27+
- jdk x86_64-ubuntu-jdk8u181-b13_openj9-0.9.0
28+
2229
## 1.1.4
2330
Changes:
2431
- 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/)

core/java8actionloop/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!--
2+
#
3+
# Licensed to the Apache Software Foundation (ASF) under one or more
4+
# contributor license agreements. See the NOTICE file distributed with
5+
# this work for additional information regarding copyright ownership.
6+
# The ASF licenses this file to You under the Apache License, Version 2.0
7+
# (the "License"); you may not use this file except in compliance with
8+
# the License. You may obtain a copy of the License at
9+
#
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# Unless required by applicable law or agreed to in writing, software
13+
# distributed under the License is distributed on an "AS IS" BASIS,
14+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
# See the License for the specific language governing permissions and
16+
# limitations under the License.
17+
#
18+
-->
19+
20+
# Java 8 OpenWhisk Runtime Container
21+
22+
## 1.14.0
23+
- Initial release of actionloop-based Java Action
24+
- adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u222-b10_openj9-0.15.1

0 commit comments

Comments
 (0)