You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2022/05/18 01:29:10 UTC

[openwhisk-runtime-go] branch master updated: update changelog and notice to prep for 1.19 release (#168)

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/openwhisk-runtime-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 3bc6401  update changelog and notice to prep for 1.19 release (#168)
3bc6401 is described below

commit 3bc6401a4d4dd197a065f2e374c07b68111c3841
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Tue May 17 21:29:07 2022 -0400

    update changelog and notice to prep for 1.19 release (#168)
---
 CHANGES.md | 12 +++++-------
 NOTICE.txt |  2 +-
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index da040e4..a436d50 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -16,13 +16,11 @@
 # limitations under the License.
 #
 -->
-# future release
-- Add support for go 1.18
-- Add Zip support for the runtimes [#164](https://github.com/apache/openwhisk-runtime-go/pull/164)
-- go-delve/delve/cmd/dlv Fix [#163](https://github.com/apache/openwhisk-runtime-go/pull/163)
--  Golang compilescript will now work with python 3 aswell as continue to work with Python 2 [#160](https://github.com/apache/openwhisk-runtime-go/pull/160)
-- Add support for go 1.17 [#157](https://github.com/apache/openwhisk-runtime-go/pull/157)
-- Automatically include go1.15.x and go1.16.x updates. [#154](https://github.com/apache/openwhisk-runtime-go/pull/154))
+# 1.19.0
+- Add support for go 1.18 and go 1.17
+- Drop support for go 1.13 and go 1.15
+- Add Zip support for the runtimes (#164)
+- Golang compilescript works with both Python 3 and Python 2 (#160)
 
 # 1.18.0
 - Added support for go 1.16 (#149)
diff --git a/NOTICE.txt b/NOTICE.txt
index 42967be..5b20864 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache OpenWhisk Runtime Go
-Copyright 2016-2021 The Apache Software Foundation
+Copyright 2016-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).