From 230c4ec1f66ad673f12cf7387eb4e49db49806c9 Mon Sep 17 00:00:00 2001 From: sayoun Date: Mon, 11 Sep 2017 17:55:31 +0200 Subject: [PATCH] New release 0.21 --- CHANGES.rst | 25 +++++++++++++++++++++++++ gandi/cli/__init__.py | 2 +- packages/debian/changelog | 26 ++++++++++++++++++++++++++ packages/gandicli.spec | 2 +- 4 files changed, 53 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 445e0941..6e55062f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,31 @@ Changelog ========= +0.21 +---- + +* 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 + 0.20 ---- diff --git a/gandi/cli/__init__.py b/gandi/cli/__init__.py index eabbb67e..4c5936f0 100644 --- a/gandi/cli/__init__.py +++ b/gandi/cli/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.20' +__version__ = '0.21' diff --git a/packages/debian/changelog b/packages/debian/changelog index 6ea181de..61ef54df 100644 --- a/packages/debian/changelog +++ b/packages/debian/changelog @@ -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 Mon, 11 Sep 2017 15:43:03 +0200 + gandicli (0.20) unstable; urgency=medium * Add support for python3.6 diff --git a/packages/gandicli.spec b/packages/gandicli.spec index 2d606605..c5a529f1 100644 --- a/packages/gandicli.spec +++ b/packages/gandicli.spec @@ -1,5 +1,5 @@ Name: gandicli -Version: 0.20 +Version: 0.21 Release: 1%{?dist} Summary: Gandi CLI as a service Group: System Management