This repository has been archived by the owner on Jul 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
53 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
__version__ = '0.20' | ||
__version__ = '0.21' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,29 @@ | ||
gandicli (0.21) unstable; urgency=medium | ||
|
||
* Add new 'gandi disk migrate' command | ||
* Update 'gandi setup' command to ask for apikey for REST API | ||
* Handle deprecated images | ||
- Add a warning during 'gandi vm create' command | ||
- Display a * before image labels on 'gandi vm create' help | ||
- Display a /!\ DEPRECATED on 'gandi vm images' command | ||
* Fixes #220: gandi record update issues | ||
- Do not cast to int the id of the record, use the retrieve value | ||
- Handle both record syntax with 'IN' or not when parsing | ||
- Delete created zone if record.update call fail from xmlrpc API | ||
* Fixes #219: Can't remove disk snapshot profile | ||
* vm: delete: Fix delete when we reach the list limit | ||
- Fixed a bug when deleting a vm that wasn't listed in the first 500 results | ||
of gandi.iaas.list. | ||
* Fix issue when updating disk kernel with a kernel from another datacenter | ||
- CLI was proposing only kernels available on datacenter 1, but some kernels | ||
are available only on other datacenters, so we list everything for --kernel | ||
parameters, and for disk update command we add a new check if this kernel is | ||
available for this disk on this datacenter. | ||
* Add epilog to help messages to notify user about man documentation | ||
* Add one new verbose level for dumping data | ||
|
||
-- Dejan Filipovic <[email protected]> Mon, 11 Sep 2017 15:43:03 +0200 | ||
|
||
gandicli (0.20) unstable; urgency=medium | ||
|
||
* Add support for python3.6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters