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 2021/05/17 20:29:48 UTC

[openwhisk-runtime-swift] branch master updated: prepare for 1.16.0 release (#138)

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-runtime-swift.git


The following commit(s) were added to refs/heads/master by this push:
     new 3be6fe1  prepare for 1.16.0 release (#138)
3be6fe1 is described below

commit 3be6fe1289c5b9d72664c11ee990b85e251f81a3
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Mon May 17 16:29:21 2021 -0400

    prepare for 1.16.0 release (#138)
---
 NOTICE.txt                      | 2 +-
 core/swift42Action/CHANGELOG.md | 3 +++
 core/swift51Action/CHANGELOG.md | 3 +++
 core/swift53Action/CHANGELOG.md | 2 +-
 4 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index de6fcf7..a08f7fc 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache OpenWhisk Runtime Swift
-Copyright 2016-2020 The Apache Software Foundation
+Copyright 2016-2021 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/core/swift42Action/CHANGELOG.md b/core/swift42Action/CHANGELOG.md
index 89bbdbb..e8da936 100644
--- a/core/swift42Action/CHANGELOG.md
+++ b/core/swift42Action/CHANGELOG.md
@@ -19,6 +19,9 @@
 
 # Apache OpenWhisk Swift 4.2 Runtime Container
 
+## 1.16.0
+  - Use 1.17.0 release of openwhisk-runtime-go
+
 ## 1.15.0
   - Move from golang:1.12 to golang:1.15 to build the runtime proxy. (#121)
   - Build proxy from openwhisk-runtime-go 1.16.0 release (#122)
diff --git a/core/swift51Action/CHANGELOG.md b/core/swift51Action/CHANGELOG.md
index a4fe92d..333225a 100644
--- a/core/swift51Action/CHANGELOG.md
+++ b/core/swift51Action/CHANGELOG.md
@@ -19,6 +19,9 @@
 
 # Apache OpenWhisk Swift 5.1 Runtime Container
 
+## 1.16.0
+  - Use 1.17.0 release of openwhisk-runtime-go
+
 ## 1.15.0
   - Update Swift 5.1 image to Swift 5.1.5 (#120)
   - Move from golang:1.12 to golang:1.15 to build the runtime proxy (#121)
diff --git a/core/swift53Action/CHANGELOG.md b/core/swift53Action/CHANGELOG.md
index 932bd52..993d894 100644
--- a/core/swift53Action/CHANGELOG.md
+++ b/core/swift53Action/CHANGELOG.md
@@ -19,5 +19,5 @@
 
 # Apache OpenWhisk Swift 5.3 Runtime Container
 
-## NEXT RELEASE
+## 1.16.0
  - Initial Release