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 d611846  configs for rest of September 2024 runtime release wave (#434)
d611846 is described below

commit d6118469bfda28a9b40fb961cd63d88da709efe3
Author: David Grove <[email protected]>
AuthorDate: Tue Oct 1 09:36:59 2024 -0400

    configs for rest of September 2024 runtime release wave (#434)
---
 release-configs/runtime-java-1.20.0.config   | 15 +++++++++++++++
 release-configs/runtime-php-1.21.0.config    | 15 +++++++++++++++
 release-configs/runtime-python-1.20.0.config | 15 +++++++++++++++
 release-configs/runtime-swift-1.19.0.config  | 15 +++++++++++++++
 4 files changed, 60 insertions(+)

diff --git a/release-configs/runtime-java-1.20.0.config 
b/release-configs/runtime-java-1.20.0.config
new file mode 100644
index 0000000..538a3c1
--- /dev/null
+++ b/release-configs/runtime-java-1.20.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.20.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-java"
+  ],
+  "openwhisk_runtime_java": {
+    "name": "OpenWhisk Runtime Java",
+    "hash": "f2f67db117c6cd3695493439c35e8aa39391d2d5",
+    "repository": "https://github.com/apache/openwhisk-runtime-java.git";,
+    "branch": "master"
+  }
+}
diff --git a/release-configs/runtime-php-1.21.0.config 
b/release-configs/runtime-php-1.21.0.config
new file mode 100644
index 0000000..8906d4c
--- /dev/null
+++ b/release-configs/runtime-php-1.21.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.21.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-php"
+  ],
+  "openwhisk_runtime_php": {
+    "name": "OpenWhisk Runtime PHP",
+    "hash": "ca8a68313f466ed5f797594fda477b1437fcac8f",
+    "repository": "https://github.com/apache/openwhisk-runtime-php.git";,
+    "branch": "master"
+  }
+}
diff --git a/release-configs/runtime-python-1.20.0.config 
b/release-configs/runtime-python-1.20.0.config
new file mode 100644
index 0000000..9502867
--- /dev/null
+++ b/release-configs/runtime-python-1.20.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.20.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-python"
+  ],
+  "openwhisk_runtime_python": {
+    "name": "OpenWhisk Runtime Python",
+    "hash": "b85d85642155bf39ccbce4c3b490d587f2029178",
+    "repository": "https://github.com/apache/openwhisk-runtime-python.git";,
+    "branch": "master"
+  }
+}
diff --git a/release-configs/runtime-swift-1.19.0.config 
b/release-configs/runtime-swift-1.19.0.config
new file mode 100644
index 0000000..750424e
--- /dev/null
+++ b/release-configs/runtime-swift-1.19.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.19.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-swift"
+  ],
+  "openwhisk_runtime_swift": {
+    "name": "OpenWhisk Runtime Swift",
+    "hash": "599672b55986a9caf0bd28a1f08cc4e33f597fbd",
+    "repository": "https://github.com/apache/openwhisk-runtime-swift.git";,
+    "branch": "master"
+  }
+}

Reply via email to