You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2020/10/09 14:19:39 UTC

[openwhisk-release] branch master updated: runtime release configs (#350)

This is an automated email from the ASF dual-hosted git repository.

dgrove 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 436f59a  runtime release configs (#350)
436f59a is described below

commit 436f59addece8f374dd4fadfc9ecfbdc59ca5b7b
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri Oct 9 10:19:29 2020 -0400

    runtime release configs (#350)
---
 release-configs/runtime-rust-1.1.0.config    | 15 ++++++++++
 release-configs/runtimes-jpprs-1.15.0.config | 43 ++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/release-configs/runtime-rust-1.1.0.config b/release-configs/runtime-rust-1.1.0.config
new file mode 100644
index 0000000..7993259
--- /dev/null
+++ b/release-configs/runtime-rust-1.1.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.1.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-rust"
+  ],
+  "openwhisk_runtime_rust": {
+    "name": "OpenWhisk Runtime Rust",
+    "hash": "7413669ee28596210dfa468408d7ef2975c984a3",
+    "repository": "https://github.com/apache/openwhisk-runtime-rust.git",
+    "branch": "master"
+  }
+}
diff --git a/release-configs/runtimes-jpprs-1.15.0.config b/release-configs/runtimes-jpprs-1.15.0.config
new file mode 100644
index 0000000..51669f1
--- /dev/null
+++ b/release-configs/runtimes-jpprs-1.15.0.config
@@ -0,0 +1,43 @@
+{
+  "versioning": {
+    "version": "1.15.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-java", 
+    "openwhisk-runtime-php", 
+    "openwhisk-runtime-python", 
+    "openwhisk-runtime-ruby", 
+    "openwhisk-runtime-swift"
+  ],
+  "openwhisk_runtime_java": {
+    "name": "OpenWhisk Runtime Java",
+    "hash": "accb33ca0a552e2153c4218ad54178ba7241b910",
+    "repository": "https://github.com/apache/openwhisk-runtime-java.git",
+    "branch": "master"
+  },
+  "openwhisk_runtime_php": {
+    "name": "OpenWhisk Runtime PHP",
+    "hash": "861611663629ff0246ca87d926c5aa53f4e62866",
+    "repository": "https://github.com/apache/openwhisk-runtime-php.git",
+    "branch": "master"
+  },
+  "openwhisk_runtime_python": {
+    "name": "OpenWhisk Runtime Python",
+    "hash": "95f1358cbd27847ee7e67ece6ec294837ae522c3",
+    "repository": "https://github.com/apache/openwhisk-runtime-python.git",
+    "branch": "master"
+  },
+  "openwhisk_runtime_ruby": {
+    "name": "OpenWhisk Runtime Ruby",
+    "hash": "98a23d47d890923c9187ee77e7b95d7d6a07d8e3",
+    "repository": "https://github.com/apache/openwhisk-runtime-ruby.git",
+    "branch": "master"
+  },
+  "openwhisk_runtime_swift": {
+    "name": "OpenWhisk Runtime Swift",
+    "hash": "508a622d0477100ac6e40b28c8f9526b8009c0b2",
+    "repository": "https://github.com/apache/openwhisk-runtime-swift.git",
+    "branch": "master"
+  }
+}