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/04/16 17:38:37 UTC

[openwhisk-release] branch master updated: configs for: rust 1.2, java 1.16, python 1.16, ruby 1.16 (#385)

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 9adb242  configs for: rust 1.2, java 1.16, python 1.16, ruby 1.16 (#385)
9adb242 is described below

commit 9adb24294702bed08c68bd0bcb0d36566b9c7846
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri Apr 16 13:38:28 2021 -0400

    configs for: rust 1.2, java 1.16, python 1.16, ruby 1.16 (#385)
---
 release-configs/runtime-rust-1.2.0.config  | 15 +++++++++++++++
 release-configs/runtimes-jpr-1.16.0.config | 29 +++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/release-configs/runtime-rust-1.2.0.config b/release-configs/runtime-rust-1.2.0.config
new file mode 100644
index 0000000..68c34ea
--- /dev/null
+++ b/release-configs/runtime-rust-1.2.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.2.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-rust"
+  ],
+  "openwhisk_runtime_rust": {
+    "name": "OpenWhisk Runtime Rust",
+    "hash": "89a6381f22da364dba8a26d6bc983e4e01310759",
+    "repository": "https://github.com/apache/openwhisk-runtime-rust.git",
+    "branch": "master"
+  }
+}
diff --git a/release-configs/runtimes-jpr-1.16.0.config b/release-configs/runtimes-jpr-1.16.0.config
new file mode 100644
index 0000000..69332c5
--- /dev/null
+++ b/release-configs/runtimes-jpr-1.16.0.config
@@ -0,0 +1,29 @@
+{
+  "versioning": {
+    "version": "1.16.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-java",
+    "openwhisk-runtime-python",
+    "openwhisk-runtime-ruby"
+  ],
+  "openwhisk_runtime_java": {
+    "name": "OpenWhisk Runtime Java",
+    "hash": "a23100707ca84924edb61f00e4576d32c43e3ed1",
+    "repository": "https://github.com/apache/openwhisk-runtime-java.git",
+    "branch": "master"
+  },
+  "openwhisk_runtime_python": {
+    "name": "OpenWhisk Runtime Python",
+    "hash": "0e9b0ea53bb32911eccba0bdc2a748c9e7153080",
+    "repository": "https://github.com/apache/openwhisk-runtime-python.git",
+    "branch": "master"
+  },
+  "openwhisk_runtime_ruby": {
+    "name": "OpenWhisk Runtime Ruby",
+    "hash": "3b8742b455a77f1a12684629877190d3dee192a0",
+    "repository": "https://github.com/apache/openwhisk-runtime-ruby.git",
+    "branch": "master"
+  }
+}