From commits-return-7059-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Fri Mar 29 19:30:12 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 48355180651 for ; Fri, 29 Mar 2019 20:30:12 +0100 (CET) Received: (qmail 19476 invoked by uid 500); 29 Mar 2019 19:30:11 -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 19453 invoked by uid 99); 29 Mar 2019 19:30:11 -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, 29 Mar 2019 19:30:11 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id DD88185B59; Fri, 29 Mar 2019 19:30:10 +0000 (UTC) Date: Fri, 29 Mar 2019 19:30:10 +0000 To: "commits@openwhisk.apache.org" Subject: [incubator-openwhisk-composer] branch master updated: New revision + changelog (#37) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155388781085.26885.11307349126191869943@gitbox.apache.org> From: dgrove@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-openwhisk-composer X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f916cb04d53278767e971f068ca6cfce8366690b X-Git-Newrev: 35fad149738691802bd37c6b6e4a5e9a7d72df3e X-Git-Rev: 35fad149738691802bd37c6b6e4a5e9a7d72df3e 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/incubator-openwhisk-composer.git The following commit(s) were added to refs/heads/master by this push: new 35fad14 New revision + changelog (#37) 35fad14 is described below commit 35fad149738691802bd37c6b6e4a5e9a7d72df3e Author: Olivier Tardieu AuthorDate: Fri Mar 29 15:30:06 2019 -0400 New revision + changelog (#37) Prepare for composer 0.11.0 release by updating package.json and ChangeLog --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04b9901..54e2b52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,13 @@ # Changelog + +## v0.11.0 +* Annotate conductor actions with the `provide-api-key` annotation. +* Add `--kind` and `--timeout` flags to `deploy` command. +* Add `--file` and `-o` flags to `compose` command. +* Update documentation. + ## v0.10.0 * Add new [parallel](docs/COMBINATORS.md#parallel) and diff --git a/package.json b/package.json index 11f9102..4afaaf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openwhisk-composer", - "version": "0.10.0", + "version": "0.11.0", "description": "Composer is a new programming model for composing cloud functions built on Apache OpenWhisk.", "homepage": "https://github.com/apache/incubator-openwhisk-composer", "main": "composer.js",