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/09/27 15:23:42 UTC

[openwhisk-cli] branch master updated: prep for 1.1.0 release (#491)

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-cli.git


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

commit d4307b767c69a36ee824ada959edb3454b239d1d
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Sun Sep 27 11:23:30 2020 -0400

    prep for 1.1.0 release (#491)
    
    * update changelog
    * update end year in notice file
---
 CHANGELOG.md | 13 +++++++++++++
 NOTICE.txt   |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6680c21..adbac00 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,19 @@
 
 # Changelog
 
+## v1.1.0
+  * Upgrade all Go dependencies to latest (#490)
+  * Migrated to using go mod to manage dependencies (#489)
+  * Upgrade travis to go 1.15
+  * Support passing del annotation (#488)
+  * Add an overwrite flag to "package bind" (#474)
+  * Trigger parameter issue (#479)
+  * remove test for download of iOS SDK (#478)
+  * build binary test artifacts (#477)
+  * Update test file (#463)
+  * Fix regex for log stripping. (#462)
+  * Ensure that the pollSince is greater than Activation start time (#461)
+
 ## v1.0.0
   * Allow log stripping to tolerate a missing stream identifier. (#444)
   * Add --logs options on activation get to return stripped logs as a convenience. (#445)
diff --git a/NOTICE.txt b/NOTICE.txt
index 2716dd6..caee469 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache OpenWhisk Command-line Interface (CLI)
-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/).