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/10/03 05:49:51 UTC

[openwhisk-runtime-swift] branch master updated: update changelogs for 1.15.0 release (#123)

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 508a622  update changelogs for 1.15.0 release (#123)
508a622 is described below

commit 508a622d0477100ac6e40b28c8f9526b8009c0b2
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Sat Oct 3 01:49:41 2020 -0400

    update changelogs for 1.15.0 release (#123)
---
 core/swift42Action/CHANGELOG.md | 3 ++-
 core/swift51Action/CHANGELOG.md | 4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/core/swift42Action/CHANGELOG.md b/core/swift42Action/CHANGELOG.md
index da7363d..89bbdbb 100644
--- a/core/swift42Action/CHANGELOG.md
+++ b/core/swift42Action/CHANGELOG.md
@@ -20,7 +20,8 @@
 # Apache OpenWhisk Swift 4.2 Runtime Container
 
 ## 1.15.0
-  - Move from golang:1.12 to golang:1.15 to build the runtime proxy.
+  - 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)
 
 ## 1.14.0
   - Support for __OW_ACTION_VERSION (openwhisk/4761)
diff --git a/core/swift51Action/CHANGELOG.md b/core/swift51Action/CHANGELOG.md
index 0a58825..a4fe92d 100644
--- a/core/swift51Action/CHANGELOG.md
+++ b/core/swift51Action/CHANGELOG.md
@@ -20,7 +20,9 @@
 # Apache OpenWhisk Swift 5.1 Runtime Container
 
 ## 1.15.0
-  - Move from golang:1.12 to golang:1.15 to build the runtime proxy.
+  - 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)
+  - Build proxy from openwhisk-runtime-go 1.16.0 release (#122)
 
 ## 1.14.0
  - Initial Release