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 2020/10/05 13:12:16 UTC

[openwhisk-release] branch revert-347-cli-110 created (now f984d63)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a change to branch revert-347-cli-110
in repository https://gitbox.apache.org/repos/asf/openwhisk-release.git.


      at f984d63  Revert "cli 1.1.0 release config file (#347)"

This branch includes the following new commits:

     new f984d63  Revert "cli 1.1.0 release config file (#347)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[openwhisk-release] 01/01: Revert "cli 1.1.0 release config file (#347)"

Posted by dg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch revert-347-cli-110
in repository https://gitbox.apache.org/repos/asf/openwhisk-release.git

commit f984d630e4b3e93b08662f585ea8fd65ae956a6e
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Mon Oct 5 09:09:39 2020 -0400

    Revert "cli 1.1.0 release config file (#347)"
    
    This reverts commit 379786d4c1327cea359e79cc717059fddf87cf36.
---
 release-configs/cli-1.1.0.json | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/release-configs/cli-1.1.0.json b/release-configs/cli-1.1.0.json
deleted file mode 100644
index 8f6dd31..0000000
--- a/release-configs/cli-1.1.0.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
-  "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"
-  }
-}