Mitaka Series Release Notes¶
0.14.1¶
Upgrade Notes¶
Option ‘version’ is replaced by ‘plugin-version’ option.
Bug Fixes¶
Option ‘version’ is a global option, which is used for getting the client version. So there were problems with the OpenStack client, when we specified ‘version’ of the plugin, but OSC treated that as a request for getting the current client version. Hence, to fix this problem, ‘version’ is replaced by ‘plugin-version’. Related bug 1565775.
0.12.0¶
New Features¶
Automatically generated documentation for saharaclient API was added.
Automatically generated documentation for saharaclient CLI was added.
New CLI as part of the openstackclient was implemented.
Now shares can be edited on an existing cluster.
Deprecation Notes¶
Old CLI is deprecated and will not be maintained.
[bug 1519510] Support of python 2.6 was dropped.
[bug 1526170] Support of python 3.3 was dropped.
Bug Fixes¶
[bug 1534050] Now object’s fields can be unset with
update
calls.
[bug 1508406] Now
description
andextra
parameters of jobscreate
method are optional.
[bug 1506448] Now
mains
,libs
anddescription
parameters of jobscreate
method are optional.
[bug 1507966] Now input_id, output_id, configs parameters of job executions create method are optional.
[bug 1500790] Now tags can be added and removed simultaneously in one call.
[bug 1510470] Now
desc
parameter ofupdate_image
is optional.
[bug 1499697] Now node group templates can be created and updated with
volume_mount_prefix
parameter.
Other Notes¶
Start using reno to manage release notes.