You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2020/08/11 03:59:53 UTC

[openwhisk-package-alarms] branch master updated: prep for 2.2.0 release (#220)

This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-package-alarms.git


The following commit(s) were added to refs/heads/master by this push:
     new aebcae7  prep for 2.2.0 release (#220)
aebcae7 is described below

commit aebcae787e3bfd2c1cec9026159597a978e02d84
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Mon Aug 10 23:59:39 2020 -0400

    prep for 2.2.0 release (#220)
    
    + update CHANGELOG
    + bump base node version to 10.21.0
---
 CHANGELOG.md | 7 +++++++
 Dockerfile   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index da7a5b7..50be0b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,13 @@
 
 # Changelog
 
+## 2.2.0
+* NodeJS version: 10.21.0
+* Handle URL params gently (#219)
+* Add missing npm install. (#218)
+* Fix can't update strict (#217)
+* Make get the strict value correctly when using wsk trigger to get (#216)
+
 ## 2.1.0
 
 * NodeJS version: 10.20.1
diff --git a/Dockerfile b/Dockerfile
index 6ae46f2..ad24213 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:10.20.1
+FROM node:10.21.0
 
 # only package.json
 ADD package.json /