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 2020/10/03 05:22:07 UTC

[openwhisk-release] branch master updated: cli 1.1.0 release config file (#347)

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 379786d  cli 1.1.0 release config file (#347)
379786d is described below

commit 379786d4c1327cea359e79cc717059fddf87cf36
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Sat Oct 3 01:22:00 2020 -0400

    cli 1.1.0 release config file (#347)
---
 release-configs/cli-1.1.0.json | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/release-configs/cli-1.1.0.json b/release-configs/cli-1.1.0.json
new file mode 100644
index 0000000..8f6dd31
--- /dev/null
+++ b/release-configs/cli-1.1.0.json
@@ -0,0 +1,29 @@
+{
+  "versioning": {
+    "version": "1.1.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-cli",
+    "openwhisk-client-go",
+    "openwhisk-wskdeploy"
+  ],
+  "openwhisk_cli": {
+    "name": "OpenWhisk Command-line Interface (CLI)",
+    "hash": "d4307b767c69a36ee824ada959edb3454b239d1d",
+    "repository": "https://github.com/apache/openwhisk-cli.git",
+    "branch": "master"
+  },
+  "openwhisk_client_go": {
+    "name": "OpenWhisk Client Go",
+    "hash": "49c58e00354d315ce82766c785c69193df0514e8",
+    "repository": "https://github.com/apache/openwhisk-client-go.git",
+    "branch": "master"
+  },
+  "openwhisk_wskdeploy": {
+    "name": "OpenWhisk Wskdeploy",
+    "hash": "757241c475c20a6d8bd07a3e528dc8303512a26f",
+    "repository": "https://github.com/apache/openwhisk-wskdeploy.git",
+    "branch": "master"
+  }
+}