From commits-return-7310-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Wed May 8 09:09:52 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id E142C180630 for ; Wed, 8 May 2019 11:09:51 +0200 (CEST) Received: (qmail 20698 invoked by uid 500); 8 May 2019 09:09:51 -0000 Mailing-List: contact commits-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list commits@openwhisk.apache.org Received: (qmail 20689 invoked by uid 99); 8 May 2019 09:09:51 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 May 2019 09:09:51 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 37A6C872A3; Wed, 8 May 2019 09:09:51 +0000 (UTC) Date: Wed, 08 May 2019 09:09:51 +0000 To: "commits@openwhisk.apache.org" Subject: [incubator-openwhisk-deploy-kube] branch master updated: Adding Node.js v12 to kube deployments (#459) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155730659114.26920.16066931855415640641@gitbox.apache.org> From: jamesthomas@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-openwhisk-deploy-kube X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: caba286eeb8f316b35a2a9c0f3933c8aa957875f X-Git-Newrev: cbc1ec7cac2de4162434e2136f5bc089b67f791e X-Git-Rev: cbc1ec7cac2de4162434e2136f5bc089b67f791e X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. jamesthomas pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git The following commit(s) were added to refs/heads/master by this push: new cbc1ec7 Adding Node.js v12 to kube deployments (#459) cbc1ec7 is described below commit cbc1ec7cac2de4162434e2136f5bc089b67f791e Author: James Thomas AuthorDate: Wed May 8 10:09:46 2019 +0100 Adding Node.js v12 to kube deployments (#459) --- helm/openwhisk/runtimes.json | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json index 8a66680..571b7d4 100644 --- a/helm/openwhisk/runtimes.json +++ b/helm/openwhisk/runtimes.json @@ -7,7 +7,7 @@ "image": { "prefix": "openwhisk", "name": "nodejs6action", - "tag": "c173d64" + "tag": "ab224ab" }, "deprecated": false, "attached": { @@ -27,7 +27,7 @@ "image": { "prefix": "openwhisk", "name": "action-nodejs-v8", - "tag": "c173d64" + "tag": "ab224ab" }, "deprecated": false, "attached": { @@ -41,7 +41,21 @@ "image": { "prefix": "openwhisk", "name": "action-nodejs-v10", - "tag": "c173d64" + "tag": "ab224ab" + }, + "deprecated": false, + "attached": { + "attachmentName": "codefile", + "attachmentType": "text/plain" + } + }, + { + "kind": "nodejs:12", + "default": false, + "image": { + "prefix": "openwhisk", + "name": "action-nodejs-v12", + "tag": "ab224ab" }, "deprecated": false, "attached": {