From commits-return-8140-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Thu Oct 3 14:38:08 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 B6FA918065B for ; Thu, 3 Oct 2019 16:38:07 +0200 (CEST) Received: (qmail 12681 invoked by uid 500); 3 Oct 2019 14:38:07 -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 12670 invoked by uid 99); 3 Oct 2019 14:38:07 -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; Thu, 03 Oct 2019 14:38:07 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id C0952890A3; Thu, 3 Oct 2019 14:38:06 +0000 (UTC) Date: Thu, 03 Oct 2019 14:38:06 +0000 To: "commits@openwhisk.apache.org" Subject: [openwhisk-runtime-go] branch master updated: reorder CHANGES.md to put most recent release at top (#107) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157011348672.8328.2363159136979872648@gitbox.apache.org> From: msciabarra@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: openwhisk-runtime-go X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0786f305478d62abf0bd1447c3c972e400211519 X-Git-Newrev: 11913dff13b650b933b4697e7169b408cff26575 X-Git-Rev: 11913dff13b650b933b4697e7169b408cff26575 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. msciabarra pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-go.git The following commit(s) were added to refs/heads/master by this push: new 11913df reorder CHANGES.md to put most recent release at top (#107) 11913df is described below commit 11913dff13b650b933b4697e7169b408cff26575 Author: David Grove AuthorDate: Thu Oct 3 10:38:01 2019 -0400 reorder CHANGES.md to put most recent release at top (#107) * reorder CHANGES.md to put most recent release at top * synchronize internal version number with external release number --- CHANGES.md | 18 +++++++++--------- README.md | 4 ++-- openwhisk/version.go | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 66fc0c9..1167bd4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,11 +16,10 @@ # limitations under the License. # --> -# ActionLoop v1.0.1 -- embedded file type detection -- now showing the commend -- librdkafka in golang image -- showing version numbuer with -debug +# 1.14.0 +- Removed the -incubation +- Now all runtimes use source release so no more actionloop-v2, renamed to actionloop-base +- upgraded to go 1.12.9 and 1.11.13 # Actionloop v2 Versioning @@ -36,7 +35,8 @@ ActionLoop for Scripting Languages - You can initalize multiple times when debugging - Removed gogradle plugin, now building directly with go -# Deincubation -- Removed the -incubation -- Now all runtimes use source release so no more actionloop-v2, renamed to actionloop-base -- upgraded to go 1.12.9 and 1.11.13 +# ActionLoop v1.0.1 +- embedded file type detection +- now showing the commend +- librdkafka in golang image +- showing version numbuer with -debug diff --git a/README.md b/README.md index ada9041..960d0a2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0) [![Join Slack](https://img.shields.io/badge/join-slack-9B69A0.svg)](http://slack.openwhisk.org/) -This repository containst both the OpenWhisk runtime for Golang Actions, as well as a runtime for Generic executables. +This repository contains both the OpenWhisk runtime for Golang Actions, as well as a runtime for Generic executables. - If you are in a hurry, check the [examples](examples/EXAMPLES.md) - Writing Actions for the runtime in [Golang](docs/ACTION.md#golang) @@ -41,7 +41,7 @@ This repository containst both the OpenWhisk runtime for Golang Actions, as well # Change Log -[CHANGES.md](Here.) +[CHANGES.md](CHANGES.md) # License [Apache 2.0](LICENSE.txt) diff --git a/openwhisk/version.go b/openwhisk/version.go index 7b9a646..2bc050c 100644 --- a/openwhisk/version.go +++ b/openwhisk/version.go @@ -17,4 +17,4 @@ package openwhisk // Version number - internal -var Version = "2.1" +var Version = "1.14.0"