You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2021/08/05 17:13:42 UTC

[openwhisk-runtime-python] branch master updated: prep for 1.17.0 release (#115)

This is an automated email from the ASF dual-hosted git repository.

rabbah 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 16c6081  prep for 1.17.0 release (#115)
16c6081 is described below

commit 16c608107beee74078eaf47c82a1db4e24602b38
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Aug 5 13:13:35 2021 -0400

    prep for 1.17.0 release (#115)
---
 core/{python3Action => }/CHANGELOG.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/core/python3Action/CHANGELOG.md b/core/CHANGELOG.md
similarity index 90%
rename from core/python3Action/CHANGELOG.md
rename to core/CHANGELOG.md
index 0dbefe9..2862518 100644
--- a/core/python3Action/CHANGELOG.md
+++ b/core/CHANGELOG.md
@@ -19,10 +19,10 @@
 
 # Python 3 OpenWhisk Runtime Container
 
-# to include
- - Use 1.17.1 of openwhisk-runtime-go to support symlinks in zips (required for virtualenvs)
- - Support for python-3.9
- - Support for generating actions with virtualenvs resolving requirements.txt
+## 1.17.0
+ - Build actionloop from 1.16@1.18.0 (#113)
+ - Support for python-3.9 (#111)
+ - Support for generating actions with virtualenvs resolving requirements.txt (#111)
 
 ## 1.16.0
   - Introduce tutorial to deploy python runtimes locally (#101)