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 89551fa  release configs for php 1.20 and python 1.19 (#428)
89551fa is described below

commit 89551fae4ca87893e18f1341fae496c70aac575d
Author: David Grove <[email protected]>
AuthorDate: Wed Feb 7 13:37:41 2024 -0500

    release configs for php 1.20 and python 1.19 (#428)
---
 release-configs/runtime-php-1.20.0.config    | 15 +++++++++++++++
 release-configs/runtime-python-1.19.0.config | 15 +++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/release-configs/runtime-php-1.20.0.config 
b/release-configs/runtime-php-1.20.0.config
new file mode 100644
index 0000000..c327956
--- /dev/null
+++ b/release-configs/runtime-php-1.20.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.20.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-php"
+  ],
+  "openwhisk_runtime_php": {
+    "name": "OpenWhisk Runtime PHP",
+    "hash": "0b932618be21a9ba88732f23f34d79895b7b360d",
+    "repository": "https://github.com/apache/openwhisk-runtime-php.git";,
+    "branch": "master"
+  }
+}
diff --git a/release-configs/runtime-python-1.19.0.config 
b/release-configs/runtime-python-1.19.0.config
new file mode 100644
index 0000000..ee92a98
--- /dev/null
+++ b/release-configs/runtime-python-1.19.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.19.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-python"
+  ],
+  "openwhisk_runtime_python": {
+    "name": "OpenWhisk Runtime Python",
+    "hash": "944d7a840f0622d4c09827a8d6339d95245bcb3f",
+    "repository": "https://github.com/apache/openwhisk-runtime-python.git";,
+    "branch": "master"
+  }
+}

Reply via email to