Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
New release 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
sayoun committed Jun 14, 2017
1 parent 26c1181 commit ab3f6ad
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
=========

0.20
----

* Add support for python3.6
* Debian 8 is the new default VM image
* FR-SD3 is the new default datacenter
* Update 'gandi mail create' command to allow passing password as parameter
* Update 'gandi certificate create' command: duration is now limited to 2 years
* Update 'gandi ip create' command to fix bad units in help message
* Fixes #182: 'gandi disk create' will detect datacenter when creating a new VM disk
* Fixes #184: 'gandi disk list' can now filter for attach/detach state
* Fixes #192: 'gandi certificate info' now still works after 500 certificates
* Fixes #201: 'gandi certificate export' was duplicating intermediate certificate
* Fixes #211: 'gandi paas deploy' tests should work again when using git commands
* Fixes a bug with options not using corrected value when deprecated
* Update unixpipe module to remove usage of posix and non portable imports

0.19
----

Expand Down
2 changes: 1 addition & 1 deletion gandi/cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.19'
__version__ = '0.20'
18 changes: 18 additions & 0 deletions packages/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
gandicli (0.20) unstable; urgency=medium

* Add support for python3.6
* Debian 8 is the new default VM image
* FR-SD3 is the new default datacenter
* Update 'gandi mail create' command to allow passing password as parameter
* Update 'gandi certificate create' command: duration is now limited to 2 years
* Update 'gandi ip create' command to fix bad units in help message
* Fixes #182: 'gandi disk create' will detect datacenter when creating a new VM disk
* Fixes #184: 'gandi disk list' can now filter for attach/detach state
* Fixes #192: 'gandi certificate info' now still works after 500 certificates
* Fixes #201: 'gandi certificate export' was duplicating intermediate certificate
* Fixes #211: 'gandi paas deploy' tests should work again when using git commands
* Fixes a bug with options not using corrected value when deprecated
* Update unixpipe module to remove usage of posix and non portable imports

-- Dejan Filipovic <[email protected]> Wed, 14 Jun 2017 12:27:07 +0200

gandicli (0.19) unstable; urgency=medium

* Update create commands for namespaces: vm, paas, ip, disk, vlan, webacc
Expand Down
2 changes: 1 addition & 1 deletion packages/gandicli.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: gandicli
Version: 0.19
Version: 0.20
Release: 1%{?dist}
Summary: Gandi CLI as a service
Group: System Management
Expand Down

0 comments on commit ab3f6ad

Please sign in to comment.