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 2021/05/18 00:39:43 UTC

[openwhisk] 01/03: deprecate nodejs:10 kind

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

commit 64cd96438374a5ad0e71582aeaae26490f8cdd22
Author: David Grove <gr...@us.ibm.com>
AuthorDate: Tue May 11 13:57:29 2021 -0400

    deprecate nodejs:10 kind
---
 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 d47e653..9045798 100644
--- a/ansible/files/runtimes.json
+++ b/ansible/files/runtimes.json
@@ -22,7 +22,7 @@
                     "name": "action-nodejs-v10",
                     "tag": "nightly"
                 },
-                "deprecated": false,
+                "deprecated": true,
                 "attached": {
                     "attachmentName": "codefile",
                     "attachmentType": "text/plain"