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-python.git
The following commit(s) were added to refs/heads/master by this push:
new 6e6db8b prepare for 1.14.0 release (#83)
6e6db8b is described below
commit 6e6db8b7c7cfe9273f54e0aa1e81d2c7c2214538
Author: David Grove <[email protected]>
AuthorDate: Wed Feb 12 09:37:16 2020 -0500
prepare for 1.14.0 release (#83)
* use dockerskeleton:1.14.0 as base for pythonAction
* release prep: update NOTICE and CHANGELOG
---
NOTICE.txt | 2 +-
core/pythonAction/CHANGELOG.md | 4 ++++
core/pythonAction/Dockerfile | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NOTICE.txt b/NOTICE.txt
index 93bfe11..d6a6abb 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
Apache OpenWhisk Runtime Python
-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/pythonAction/CHANGELOG.md b/core/pythonAction/CHANGELOG.md
index 2da185c..0bf8234 100644
--- a/core/pythonAction/CHANGELOG.md
+++ b/core/pythonAction/CHANGELOG.md
@@ -19,6 +19,10 @@
# Python 3 OpenWhisk Runtime Container
+## 1.14.0
+ - Update base image to openwhisk/dockerskeleton:1.14.0
+ - Support for __OW_ACTION_VERSION (openwhisk/4761)
+
## 1.0.3
Changes:
- Update base image to openwhisk/dockerskeleton:1.3.3
diff --git a/core/pythonAction/Dockerfile b/core/pythonAction/Dockerfile
index 4c37679..4ac8cc2 100644
--- a/core/pythonAction/Dockerfile
+++ b/core/pythonAction/Dockerfile
@@ -16,7 +16,7 @@
#
# Dockerfile for python actions, overrides and extends ActionRunner from
actionProxy
-FROM openwhisk/dockerskeleton:nightly
+FROM openwhisk/dockerskeleton:1.14.0
RUN apk add --no-cache \
bzip2-dev \