~ubuntu-branches/ubuntu/saucy/python-cinderclient/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/source/releases.rst

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-06-27 13:32:14 UTC
  • Revision ID: package-import@ubuntu.com-20120627133214-n2gx1yxu97efvhg8
Tags: upstream-2012.2~f1~20120621.8
ImportĀ upstreamĀ versionĀ 2012.2~f1~20120621.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=============
 
2
Release notes
 
3
=============
 
4
 
 
5
2.5.8 (July 11, 2011)
 
6
=====================
 
7
* returns all public/private ips, not just first one
 
8
* better 'cinder list' search options
 
9
 
 
10
2.5.7 - 2.5.6 = minor tweaks
 
11
 
 
12
2.5.5 (June 21, 2011)
 
13
=====================
 
14
* zone-boot min/max instance count added thanks to comstud
 
15
* create for user added thanks to cerberus
 
16
* fixed tests
 
17
 
 
18
2.5.3 (June 15, 2011)
 
19
=====================
 
20
* ProjectID can be None for backwards compatability.
 
21
* README/docs updated for projectId thanks to usrleon
 
22
 
 
23
2.5.1 (June 10, 2011)
 
24
=====================
 
25
* ProjectID now part of authentication
 
26
 
 
27
2.5.0 (June 3, 2011)
 
28
=================
 
29
 
 
30
* better logging thanks to GridDynamics
 
31
 
 
32
2.4.4 (June 1, 2011)
 
33
=================
 
34
 
 
35
* added support for GET /servers with reservation_id (and /servers/detail)
 
36
 
 
37
2.4.3 (May 27, 2011)
 
38
=================
 
39
 
 
40
* added support for POST /zones/select (client only, not cmdline)
 
41
 
 
42
2.4 (March 7, 2011)
 
43
=================
 
44
 
 
45
* added Jacob Kaplan-Moss copyright notices to older/untouched files.
 
46
 
 
47
 
 
48
2.3 (March 2, 2011)
 
49
=================
 
50
 
 
51
* package renamed to python-cinderclient. Module to cinderclient
 
52
 
 
53
 
 
54
2.2 (March 1, 2011)
 
55
=================
 
56
 
 
57
* removed some license/copywrite notices from source that wasn't
 
58
  significantly changed.
 
59
 
 
60
 
 
61
2.1 (Feb 28, 2011)
 
62
=================
 
63
 
 
64
* shell renamed to cinder from cindertools
 
65
 
 
66
* license changed from BSD to Apache
 
67
 
 
68
2.0 (Feb 7, 2011)
 
69
=================
 
70
 
 
71
* Forked from https://github.com/jacobian/python-cloudservers
 
72
 
 
73
* Rebranded to python-cindertools
 
74
 
 
75
* Auth URL support
 
76
 
 
77
* New OpenStack specific commands added (pause, suspend, etc)
 
78
 
 
79
1.2 (August 15, 2010)
 
80
=====================
 
81
 
 
82
* Support for Python 2.4 - 2.7.
 
83
 
 
84
* Improved output of :program:`cloudservers ipgroup-list`.
 
85
 
 
86
* Made ``cloudservers boot --ipgroup <name>`` work (as well as ``--ipgroup
 
87
  <id>``).
 
88
 
 
89
1.1 (May 6, 2010)
 
90
=================
 
91
 
 
92
* Added a ``--files`` option to :program:`cloudservers boot` supporting
 
93
  the upload of (up to five) files at boot time.
 
94
 
 
95
* Added a ``--key`` option to :program:`cloudservers boot` to key the server
 
96
  with an SSH public key at boot time. This is just a shortcut for ``--files``,
 
97
  but it's a useful shortcut.
 
98
 
 
99
* Changed the default server image to Ubuntu 10.04 LTS.