You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ch...@apache.org on 2014/05/06 01:42:24 UTC

[1/3] git commit: Update HEAD to version 5.1.0 following release of 5.1.0

Repository: cloudstack-cloudmonkey
Updated Branches:
  refs/heads/master fc5d85da2 -> cbebdb92c


Update HEAD to version 5.1.0 following release of 5.1.0


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/5d7e9f10
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/tree/5d7e9f10
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/diff/5d7e9f10

Branch: refs/heads/master
Commit: 5d7e9f103af5deeb08d34b68f3a3203bfb4561e3
Parents: fc5d85d
Author: Chiradeep Vittal <ch...@apache.org>
Authored: Mon May 5 14:36:29 2014 -0700
Committer: Chiradeep Vittal <ch...@apache.org>
Committed: Mon May 5 14:36:29 2014 -0700

----------------------------------------------------------------------
 cloudmonkey/config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/5d7e9f10/cloudmonkey/config.py
----------------------------------------------------------------------
diff --git a/cloudmonkey/config.py b/cloudmonkey/config.py
index 7123969..6f043d4 100644
--- a/cloudmonkey/config.py
+++ b/cloudmonkey/config.py
@@ -16,7 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-__version__ = "5.0.0"
+__version__ = "5.1.0"
 __description__ = "Command Line Interface for Apache CloudStack"
 __maintainer__ = "The Apache CloudStack Team"
 __maintaineremail__ = "dev@cloudstack.apache.org"


[3/3] git commit: Update dates in LICENSE and NOTICE

Posted by ch...@apache.org.
Update dates in LICENSE and NOTICE


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/cbebdb92
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/tree/cbebdb92
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/diff/cbebdb92

Branch: refs/heads/master
Commit: cbebdb92c0c05d502c7f0f3b32753985f62b69de
Parents: 62b427f
Author: Chiradeep Vittal <ch...@apache.org>
Authored: Mon May 5 16:41:52 2014 -0700
Committer: Chiradeep Vittal <ch...@apache.org>
Committed: Mon May 5 16:41:52 2014 -0700

----------------------------------------------------------------------
 LICENSE | 2 +-
 NOTICE  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/cbebdb92/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index 20092be..a7de6c3 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2013 The Apache Software Foundation
+Copyright (c) 2014 The Apache Software Foundation
 
 
                                  Apache License

http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/cbebdb92/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index f9e95f9..9a34d61 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache CloudStack CloudMonkey
-Copyright 2012 The Apache Software Foundation
+Copyright 2014 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).


[2/3] git commit: CHANGES updated with 5.1.0 info

Posted by ch...@apache.org.
CHANGES updated with 5.1.0 info


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/62b427fa
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/tree/62b427fa
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/diff/62b427fa

Branch: refs/heads/master
Commit: 62b427fa4c62bdedfe2702eac1a00ecd2a201442
Parents: 5d7e9f1
Author: Chiradeep Vittal <ch...@apache.org>
Authored: Mon May 5 16:40:48 2014 -0700
Committer: Chiradeep Vittal <ch...@apache.org>
Committed: Mon May 5 16:40:48 2014 -0700

----------------------------------------------------------------------
 CHANGES | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/62b427fa/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 54f2e32..3cddb52 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,19 @@
 Apache CloudStack CloudMonkey Changelog
 ---------------------------------------
 
+Version 5.1.0
+=============
+This release includes
+ - support for using username and password instead of / in addition to api key and secret key
+ - Usage of signature version 3 for the api signing process. This reduces the chance of API replay attacks
+ - cleanup based on reporting from PEP8 and Flake8
+If you upgrade from 5.0, then cloudmonkey will ask you to update your config file (~/.cloudmonkey/config)
+Under the [user], you can add
+username =
+password =
+Under the [server], you can add
+expires = 600
+
 Version 5.0.0
 =============
 This is the first release of CloudMonkey independent from the Apache CloudStack core orchestration engine. The release