From commits-return-8166-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Fri Oct 11 14:52:39 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 42457180656 for ; Fri, 11 Oct 2019 16:52:39 +0200 (CEST) Received: (qmail 52263 invoked by uid 500); 11 Oct 2019 14:52:38 -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 52247 invoked by uid 99); 11 Oct 2019 14:52:38 -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; Fri, 11 Oct 2019 14:52:38 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 7414C811C0; Fri, 11 Oct 2019 14:52:38 +0000 (UTC) Date: Fri, 11 Oct 2019 14:52:38 +0000 To: "commits@openwhisk.apache.org" Subject: [openwhisk-release] branch master updated: release config used for openwhisk-runtime-go-1.14.0 (#306) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157080555840.21809.4291170123940424972@gitbox.apache.org> From: dgrove@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: openwhisk-release X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4d946c9a15383fce379411171f49deb6561f09c2 X-Git-Newrev: 59acf3f2c2325bdddf313fd48ef8795020843c7d X-Git-Rev: 59acf3f2c2325bdddf313fd48ef8795020843c7d 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. dgrove pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openwhisk-release.git The following commit(s) were added to refs/heads/master by this push: new 59acf3f release config used for openwhisk-runtime-go-1.14.0 (#306) 59acf3f is described below commit 59acf3f2c2325bdddf313fd48ef8795020843c7d Author: David Grove AuthorDate: Fri Oct 11 10:52:33 2019 -0400 release config used for openwhisk-runtime-go-1.14.0 (#306) --- release-configs/runtime-go-1.14.0.config | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/release-configs/runtime-go-1.14.0.config b/release-configs/runtime-go-1.14.0.config new file mode 100644 index 0000000..52a49f2 --- /dev/null +++ b/release-configs/runtime-go-1.14.0.config @@ -0,0 +1,15 @@ +{ + "versioning": { + "version": "1.14.0", + "pre_release_version": "rc1" + }, + "RepoList": [ + "openwhisk-runtime-go" + ], + "openwhisk_runtime_go": { + "name": "OpenWhisk Runtime Go", + "hash": "0b06732ed2876190f5d7e42334164061b4dadbd6", + "repository": "https://github.com/apache/openwhisk-runtime-go.git", + "branch": "master" + } +}