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/17 13:39:31 UTC

[openwhisk-release] branch master updated: configs for php 1.18 and dotnet 1.17 (#419)

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 e488dd9  configs for php 1.18 and dotnet 1.17 (#419)
e488dd9 is described below

commit e488dd906b93f6bf8c133fc11d1c1467b259d740
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Wed May 17 09:39:26 2023 -0400

    configs for php 1.18 and dotnet 1.17 (#419)
---
 docs/release_instructions.md                 |  4 +---
 release-configs/runtime-dotnet-1.17.0.config | 15 +++++++++++++++
 release-configs/runtime-php-1.18.0.config    | 15 +++++++++++++++
 3 files changed, 31 insertions(+), 3 deletions(-)

diff --git a/docs/release_instructions.md b/docs/release_instructions.md
index d953fee..417aa30 100644
--- a/docs/release_instructions.md
+++ b/docs/release_instructions.md
@@ -237,9 +237,7 @@ It the vote is unsuccessful, correct whatever issues were raised and restart the
 
 After a successful vote, the release manager will commit the artifacts being released to the `openwhisk` subdir of the Apache dist svn.
 
-The [`upload_to_dist.sh`](../tools/upload_to_dist.sh) script automates the copy & svn add operations, but it assumes that every file found in the release candidate subdir should be released.
-
-If this is not true (e.g., multiple parallel release votes), then the upload must be performed manually.
+The [`upload_to_dist.sh`](../tools/upload_to_dist.sh) script automates the copy & svn add operations.
 
 ```sh
 ./upload_to_dist.sh ../release-configs/<MY_RELEASE_CONFIG>.json
diff --git a/release-configs/runtime-dotnet-1.17.0.config b/release-configs/runtime-dotnet-1.17.0.config
new file mode 100644
index 0000000..abc80e2
--- /dev/null
+++ b/release-configs/runtime-dotnet-1.17.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.17.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-dotnet"
+  ],
+  "openwhisk_runtime_dotnet": {
+    "name": "OpenWhisk Runtime Dotnet",
+    "hash": "f0f44661cb809f811d88607cd3e5d0064900185a",
+    "repository": "https://github.com/apache/openwhisk-runtime-dotnet.git",
+    "branch": "master"
+  }
+}
diff --git a/release-configs/runtime-php-1.18.0.config b/release-configs/runtime-php-1.18.0.config
new file mode 100644
index 0000000..7eb376b
--- /dev/null
+++ b/release-configs/runtime-php-1.18.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.18.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-php"
+  ],
+  "openwhisk_runtime_php": {
+    "name": "OpenWhisk Runtime PHP",
+    "hash": "af73c103811786aceb8d35590a468f69f61f2d24",
+    "repository": "https://github.com/apache/openwhisk-runtime-php.git",
+    "branch": "master"
+  }
+}