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/02 15:13:34 UTC

[openwhisk-release] branch master updated: config for openwhisk-runtime-go 1.18 (#395)

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


The following commit(s) were added to refs/heads/master by this push:
     new b2f1ee4  config for openwhisk-runtime-go 1.18 (#395)
b2f1ee4 is described below

commit b2f1ee4e0ce3bcab2ce1f04e98269f655ce12070
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Mon Aug 2 11:13:27 2021 -0400

    config for openwhisk-runtime-go 1.18 (#395)
    
    * update actionloop-based runtimes list
    
    update list of actionloop runtimes
    
    * config for runtime-go 1.18.0
---
 docs/release_instructions.md             |  6 ++++--
 release-configs/runtime-go-1.18.0.config | 15 +++++++++++++++
 2 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/docs/release_instructions.md b/docs/release_instructions.md
index c007f5e..febac37 100644
--- a/docs/release_instructions.md
+++ b/docs/release_instructions.md
@@ -388,13 +388,15 @@ The current list of "actionloop" based Dockerfiles is:
 - openwhisk-runtime-php/core/php7.3Action/Dockerfile
 - openwhisk-runtime-php/core/php7.4Action/Dockerfile
 - openwhisk-runtime-php/core/php8.0Action/Dockerfile
-- openwhisk-runtime-python/core/python3ActionLoop/Dockerfile
-- openwhisk-runtime-python/core/python3AiActionLoop/Dockerfile
+- openwhisk-runtime-python/core/python36AiAction/Dockerfile
+- openwhisk-runtime-python/core/python39Action/Dockerfile
+- openwhisk-runtime-python/core/python3Action/Dockerfile
 - openwhisk-runtime-ruby/core/ruby2.6ActionLoop/Dockerfile
 - openwhisk-runtime-rust/core/rust1.34/Dockerfile
 - openwhisk-runtime-swift/core/swift42Action/Dockerfile
 - openwhisk-runtime-swift/core/swift51Action/Dockerfile
 - openwhisk-runtime-swift/core/swift53Action/Dockerfile
+- openwhisk-runtime-swift/core/swift54Action/Dockerfile
 
 If you released a new version of `openwhisk-runtime-docker`, then you need to update tag information in the Dockerfiles of `openwhisk-runtime-python`.
 
diff --git a/release-configs/runtime-go-1.18.0.config b/release-configs/runtime-go-1.18.0.config
new file mode 100644
index 0000000..1433241
--- /dev/null
+++ b/release-configs/runtime-go-1.18.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.18.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-go"
+  ],
+  "openwhisk_runtime_go": {
+    "name": "OpenWhisk Runtime Go",
+    "hash": "41d627a91fa11244ad4879c9c5e5858590d49cb8",
+    "repository": "https://github.com/apache/openwhisk-runtime-go.git",
+    "branch": "master"
+  }
+}