Skip to content

Commit 0e9b0ea

Browse files
authored
prep for 1.16.0 release (#106)
1 parent 381eb0f commit 0e9b0ea

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

NOTICE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache OpenWhisk Runtime Python
2-
Copyright 2016-2020 The Apache Software Foundation
2+
Copyright 2016-2021 The Apache Software Foundation
33

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

core/python3ActionLoop/CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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+
# Python 3 OpenWhisk Runtime Container
21+
22+
## 1.16.0
23+
- Introduce tutorial to deploy python runtimes locally (#101)
24+
- Use 1.17.0 release of openwhisk-runtime-go (#98)
25+
- Remove Python2
26+
- Remove non-actionloop runtimes
27+
28+
## 1.15.0
29+
- Build proxy from 1.16.0 release of openwhisk-runtime-go
30+
- Update to golang:1.15 and buster. (#90)
31+
- Ambiguous name changed to python3ActionLoop (#89)
32+
- Updated Python runtimes to use "Action Loop" Proxy with new async handshake (#82)
33+

0 commit comments

Comments
 (0)