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/08/04 13:48:48 UTC

[openwhisk-runtime-ruby] branch master updated: prep for 1.17.0 release (#64)

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


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

commit a6bb6a78cc0bd0e54912b4638dfa02844118bad7
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Wed Aug 4 09:48:41 2021 -0400

    prep for 1.17.0 release (#64)
---
 core/ruby2.5Action/CHANGELOG.md      | 4 ++++
 core/ruby2.6ActionLoop/CHANGELOG.txt | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/core/ruby2.5Action/CHANGELOG.md b/core/ruby2.5Action/CHANGELOG.md
index fd67a9c..e087480 100644
--- a/core/ruby2.5Action/CHANGELOG.md
+++ b/core/ruby2.5Action/CHANGELOG.md
@@ -19,6 +19,10 @@
 
 # Ruby 2.5 OpenWhisk Runtime Container
 
+## 1.17.0
+  - Build actionloop from 1.16@1.18.0 (#63)
+  - Resolve akka versions explicitly. (#62, #61)
+
 ## 1.16.0
   - Use 1.17.0 release of openwhisk-runtime-go (#52)
   - Install the latest security fixes with every image build.
diff --git a/core/ruby2.6ActionLoop/CHANGELOG.txt b/core/ruby2.6ActionLoop/CHANGELOG.txt
index 6a99d06..7c888e5 100644
--- a/core/ruby2.6ActionLoop/CHANGELOG.txt
+++ b/core/ruby2.6ActionLoop/CHANGELOG.txt
@@ -19,6 +19,10 @@
 
 # Ruby 2.6 OpenWhisk Runtime Container
 
+## 1.17.0
+  - Build actionloop from 1.16@1.18.0 (#63)
+  - Resolve akka versions explicitly. (#62, #61)
+
 ## 1.16.0
   - Use 1.17.0 release of openwhisk-runtime-go (#52)
   - Install latest security fixes with every image build.