Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
New release 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
sayoun committed May 13, 2015
1 parent 94de27b commit baa2367
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gandi/cli/__init__.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.13'
__version__ = '0.14'
25 changes: 25 additions & 0 deletions packages/debian/changelog
@@ -1,3 +1,28 @@
gandicli (0.14) unstable; urgency=medium

* New 'certstore' namespace to manage certificates in webaccs.
* New command 'gandi vhost update' to activate ssl on the vhost.
* Update 'gandi vhost create' and 'gandi vhost update' commands
to handle hosted certificates.
* Update 'gandi paas create' command to handle hosted certificates.
* Update 'gandi webacc create' and add to handle hosted certificates.
* Update 'gandi paas info' command:
- add new --stat parameter, which will display cached page statistic
based on the last 24 hours.
- add snapshotprofile information to output.
* Update 'gandi oper list' command to add filter on step type.
* Update 'gandi paas update' command to allow deleting an existing
snapshotprofile.
* Update 'gandi status' command to also display current incidents not
attached to a specific service.
* Fixes #132
* Fixes #131
* Fixes #130
* Fixes #120
* Fixes error message when API is not reachable.

-- Dejan Filipovic <sayoun@gandi.net> Wed, 13 May 2015 18:32:49 +0200

gandicli (0.13) unstable; urgency=medium

* New 'webacc' namespace for managing web accelerators for virtual machines.
Expand Down
2 changes: 1 addition & 1 deletion packages/gandicli.spec
@@ -1,5 +1,5 @@
Name: gandicli
Version: 0.13
Version: 0.14
Release: 1%{?dist}
Summary: Gandi CLI as a service
Group: System Management
Expand Down

0 comments on commit baa2367

Please sign in to comment.