You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2020/10/13 13:50:07 UTC

[openwhisk] branch master updated: mark python:2 kind as deprecated (#4996)

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 80ed6d1  mark python:2 kind as deprecated (#4996)
80ed6d1 is described below

commit 80ed6d1b754a31875b9771f69ab2343b1d883629
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Tue Oct 13 09:41:59 2020 -0400

    mark python:2 kind as deprecated (#4996)
---
 ansible/files/runtimes.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/files/runtimes.json b/ansible/files/runtimes.json
index 573d376..86fbdb1 100644
--- a/ansible/files/runtimes.json
+++ b/ansible/files/runtimes.json
@@ -79,7 +79,7 @@
                     "name": "python2action",
                     "tag": "1.13.0-incubating"
                 },
-                "deprecated": false,
+                "deprecated": true,
                 "attached": {
                     "attachmentName": "codefile",
                     "attachmentType": "text/plain"