Skip to content

Commit

Permalink
Prepare for 0.12.0 release (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
tardieu authored Jan 13, 2020
1 parent 767971d commit 32686d8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@

# Changelog

## v0.12.0
* Running sequential compositions no longer requires the action runtime to
contain the `redis` and `uuid` modules.
* The `deploy` command supports additional options:
* `--logsize` and `--memory` to set limits for the conductor action,
* `--basic` and `--bearer` to control the authentication method,
* `--apiversion` to specify the API version of the target OpenWhisk instance.
* The `deploy` method supports passing through `httpOptions`.
* A workaround for Webpack has been implemented (dependency analysis of the
conductor code).
* The `openwhisk-client-js` module has been updated to version `3.20.0`.
* The documentation has been improved.

## v0.11.0
* Annotate conductor actions with the `provide-api-key` annotation.
Expand Down
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache OpenWhisk Composer
Copyright 2016-2019 The Apache Software Foundation
Copyright 2016-2020 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"license": "Apache-2.0",
"name": "openwhisk-composer",
"version": "0.11.0",
"version": "0.12.0",
"description": "Composer is a new programming model for composing cloud functions built on Apache OpenWhisk.",
"homepage": "https://github.com/apache/openwhisk-composer",
"main": "composer.js",
Expand Down

0 comments on commit 32686d8

Please sign in to comment.