Skip to content

Commit 6e6db8b

Browse files
authored
prepare for 1.14.0 release (#83)
* use dockerskeleton:1.14.0 as base for pythonAction * release prep: update NOTICE and CHANGELOG
1 parent f6fba22 commit 6e6db8b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache OpenWhisk Runtime Python
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/pythonAction/CHANGELOG.md

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

2020
# Python 3 OpenWhisk Runtime Container
2121

22+
## 1.14.0
23+
- Update base image to openwhisk/dockerskeleton:1.14.0
24+
- Support for __OW_ACTION_VERSION (openwhisk/4761)
25+
2226
## 1.0.3
2327
Changes:
2428
- Update base image to openwhisk/dockerskeleton:1.3.3

core/pythonAction/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

1818
# Dockerfile for python actions, overrides and extends ActionRunner from actionProxy
19-
FROM openwhisk/dockerskeleton:nightly
19+
FROM openwhisk/dockerskeleton:1.14.0
2020

2121
RUN apk add --no-cache \
2222
bzip2-dev \

0 commit comments

Comments
 (0)