Skip to content

Commit

Permalink
Release ausroller 0.3.0
Browse files Browse the repository at this point in the history
* Release version 0.3.0 with following improvements:
 - Ausroller logo! Run 'ausroller --help' for the full glory.
 - Added support for horizontalpodaustoscaler (hpa)
   and statefulsets
 - Add warning about different kubernetes server and client version.
 - Improve logging
  • Loading branch information
Matthias Schmitz committed May 23, 2017
1 parent 27ed5c9 commit 5eb2d3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,11 @@ source ausroller/bin/activate

#### Install ausroller using pip:
```
pip install git+https://github.com/endocode/ausroller
pip install git+https://github.com/endocode/ausroller@0.3.0
```

Remove the version number to install the latest version from the master branch.

Ausroller needs a configuration file to read the path to the "rollout" git repository from.
It looks for $HOME/.ausroller.ini by default but the path to the ausroller.ini
can be overwritten on command line: ``` ausroller [...] -c /etc/ausroller.ini```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='ausroller',
version='0.3.0-alpha',
version='0.3.0',
description='Deploy applications to kubernetes clusters',
long_description=long_description,

Expand Down

0 comments on commit 5eb2d3a

Please sign in to comment.