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 2023/05/31 12:06:57 UTC

[openwhisk-release] branch master updated: config for runtime-python-1.18.0 (#422)

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 dd1948c  config for runtime-python-1.18.0 (#422)
dd1948c is described below

commit dd1948cdc4ded66a831102e51ce94c723450aa89
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Wed May 31 08:06:51 2023 -0400

    config for runtime-python-1.18.0 (#422)
---
 release-configs/runtime-python-1.18.0.config | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/release-configs/runtime-python-1.18.0.config b/release-configs/runtime-python-1.18.0.config
new file mode 100644
index 0000000..4d568b9
--- /dev/null
+++ b/release-configs/runtime-python-1.18.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.18.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-python"
+  ],
+  "openwhisk_runtime_python": {
+    "name": "OpenWhisk Runtime Python",
+    "hash": "3ed072dd761241ea0e9647fecbaf9b4f4e393f43",
+    "repository": "https://github.com/apache/openwhisk-runtime-python.git",
+    "branch": "master"
+  }
+}