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/06 23:35:52 UTC

[openwhisk-release] branch master updated: config files for Aug 2021 runtime wave (#396)

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 7ba3cb0  config files for Aug 2021 runtime wave (#396)
7ba3cb0 is described below

commit 7ba3cb0af01377d472fbe5b0f3a548030346eda5
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri Aug 6 19:35:47 2021 -0400

    config files for Aug 2021 runtime wave (#396)
---
 release-configs/runtime-dotnet-1.16.0.config | 15 ++++++++++
 release-configs/runtime-nodejs-1.19.0.config | 15 ++++++++++
 release-configs/runtime-rust-1.3.0.config    | 15 ++++++++++
 release-configs/runtimes-jpprs-1.17.0.config | 43 ++++++++++++++++++++++++++++
 4 files changed, 88 insertions(+)

diff --git a/release-configs/runtime-dotnet-1.16.0.config b/release-configs/runtime-dotnet-1.16.0.config
new file mode 100644
index 0000000..bb6cd0f
--- /dev/null
+++ b/release-configs/runtime-dotnet-1.16.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.16.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-dotnet"
+  ],
+  "openwhisk_runtime_dotnet": {
+    "name": "OpenWhisk Runtime Dotnet",
+    "hash": "8de8f3145e4e2ddc70e06c334cc1bbaca1b46829",
+    "repository": "https://github.com/apache/openwhisk-runtime-dotnet.git",
+    "branch": "master"
+  }
+}
diff --git a/release-configs/runtime-nodejs-1.19.0.config b/release-configs/runtime-nodejs-1.19.0.config
new file mode 100644
index 0000000..d07f232
--- /dev/null
+++ b/release-configs/runtime-nodejs-1.19.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.19.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-nodejs"
+  ],
+  "openwhisk_runtime_nodejs": {
+    "name": "OpenWhisk Runtime Node.js",
+    "hash": "501b4c497e2c747397ba009ffa85240adecae30c ",
+    "repository": "https://github.com/apache/openwhisk-runtime-nodejs.git",
+    "branch": "master"
+  }
+}
diff --git a/release-configs/runtime-rust-1.3.0.config b/release-configs/runtime-rust-1.3.0.config
new file mode 100644
index 0000000..3660095
--- /dev/null
+++ b/release-configs/runtime-rust-1.3.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.3.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-rust"
+  ],
+  "openwhisk_runtime_rust": {
+    "name": "OpenWhisk Runtime Rust",
+    "hash": "26dda157bfd72e31d64c101bbf06cc1c34df64b1",
+    "repository": "https://github.com/apache/openwhisk-runtime-rust.git",
+    "branch": "master"
+  }
+}
diff --git a/release-configs/runtimes-jpprs-1.17.0.config b/release-configs/runtimes-jpprs-1.17.0.config
new file mode 100644
index 0000000..883a85f
--- /dev/null
+++ b/release-configs/runtimes-jpprs-1.17.0.config
@@ -0,0 +1,43 @@
+{
+  "versioning": {
+    "version": "1.17.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": "224d1c505d8b86ce61bc8589d5ddbd2f77f078f5",
+    "repository": "https://github.com/apache/openwhisk-runtime-java.git",
+    "branch": "master"
+  },
+  "openwhisk_runtime_php": {
+    "name": "OpenWhisk Runtime PHP",
+    "hash": "d664667735f5fbd32f0ec65cea58348393af4ed5",
+    "repository": "https://github.com/apache/openwhisk-runtime-php.git",
+    "branch": "master"
+  },
+  "openwhisk_runtime_python": {
+    "name": "OpenWhisk Runtime Python",
+    "hash": "16c608107beee74078eaf47c82a1db4e24602b38",
+    "repository": "https://github.com/apache/openwhisk-runtime-python.git",
+    "branch": "master"
+  },
+  "openwhisk_runtime_ruby": {
+    "name": "OpenWhisk Runtime Ruby",
+    "hash": "a6bb6a78cc0bd0e54912b4638dfa02844118bad7 ",
+    "repository": "https://github.com/apache/openwhisk-runtime-ruby.git",
+    "branch": "master"
+  },
+  "openwhisk_runtime_swift": {
+    "name": "OpenWhisk Runtime Swift",
+    "hash": "60fb30cbd17f967736b4309d17f706ff26279e2f",
+    "repository": "https://github.com/apache/openwhisk-runtime-swift.git",
+    "branch": "master"
+  }
+}