From 60a6475c65e16fedd280e03f06cba27831289737 Mon Sep 17 00:00:00 2001 From: David Grove Date: Fri, 7 Feb 2020 12:22:34 -0500 Subject: [PATCH] update CHANGELOG and NOTICE to prepare for release (#81) --- NOTICE.txt | 2 +- core/CHANGELOG.md | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index 908fd9ba..a59bdf56 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,5 +1,5 @@ Apache OpenWhisk Runtime Docker -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/CHANGELOG.md b/core/CHANGELOG.md index 691afffe..0912720c 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -19,13 +19,19 @@ # Apache OpenWhisk Docker Runtime Container -## Apache 1.13.0 (next release) +## 1.14.0 + - Support for __OW_ACTION_VERSION (openwhisk/4761) + +## 1.13.0-incubating Changes: - Update base python image to `python:3.6-alpine` - Update current directory for action to be root of zip - Update python dependencies gevent(`1.2.1`->`1.3.6`) and flask(`0.12`->`1.0.2`) -## 1.3.3 (Apache 1.12.0) +## 1.12.0-incubating + - First Apache incubator release + +## 1.3.3 Changes: - Update run handler to accept more environment variables [#55](https://github.com/apache/openwhisk-runtime-docker/pull/55)