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.18
Browse files Browse the repository at this point in the history
  • Loading branch information
sayoun committed Feb 25, 2016
1 parent 69e1309 commit 9e01227
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,21 @@
Changelog
=========

0.18
----

* Update 'gandi paas update' command: --upgrade parameter is now a boolean flag
* Update 'gandi deploy' command:
- new '--remote' and '--branch' options
- better handling of case when git configuration is not configured as expected
- will try and use the gandi remote by default to extract deploy url
- will deploy the branch master by default
- will fallback to guessing the Simple Hosting remote from git configuration
of the branch to deploy
- improve error message when unable to execute
* Update VM spin up timeout to 5min (from 2min) for bigger VM.
* Add more unittests.

0.17
----

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

__version__ = '0.17'
__version__ = '0.18'
16 changes: 16 additions & 0 deletions packages/debian/changelog
@@ -1,3 +1,19 @@
gandicli (0.18) unstable; urgency=medium

* Update 'gandi paas update' command: --upgrade parameter is now a boolean flag
* Update 'gandi deploy' command:
- new '--remote' and '--branch' options
- better handling of case when git configuration is not configured as expected
- will try and use the gandi remote by default to extract deploy url
- will deploy the branch master by default
- will fallback to guessing the Simple Hosting remote from git configuration
of the branch to deploy
- improve error message when unable to execute
* Update VM spin up timeout to 5min (from 2min) for bigger VM.
* Add more unittests.

-- Dejan Filipovic <sayoun@gandi.net> Thu, 25 Feb 2016 18:13:35 +0100

gandicli (0.17) unstable; urgency=medium

* Gandi CLI now supports python3.5
Expand Down
2 changes: 1 addition & 1 deletion packages/gandicli.spec
@@ -1,5 +1,5 @@
Name: gandicli
Version: 0.17
Version: 0.18
Release: 1%{?dist}
Summary: Gandi CLI as a service
Group: System Management
Expand Down

0 comments on commit 9e01227

Please sign in to comment.