Merge pull request #134 from markgoddard/kayobe-3.1.0

Add release notes & bump version for kayobe 3.1.0 release
This commit is contained in:
Mark Goddard 2018-02-27 16:24:32 +00:00 committed by GitHub
commit c5dc89cac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View File

@ -8,6 +8,18 @@ In Development
Features Features
-------- --------
Upgrade Notes
-------------
Kayobe 3.1.0
============
Kayobe 3.1.0 was released on 22nd February 2018 and is based on the Pike
release of OpenStack.
Features
--------
* Adds ``--interface-limit`` and ``--interface-description-limit`` arguments to * Adds ``--interface-limit`` and ``--interface-description-limit`` arguments to
the ``kayobe physical network configure`` command. These arguments allow the ``kayobe physical network configure`` command. These arguments allow
configuration to be limited to a subset of switch interfaces. configuration to be limited to a subset of switch interfaces.
@ -46,6 +58,8 @@ Features
* Adds support for deployment of storage hosts. These hosts should be added to * Adds support for deployment of storage hosts. These hosts should be added to
the ``[storage]`` group. the ``[storage]`` group.
* Adds support for the tagging of ceph disks. * Adds support for the tagging of ceph disks.
* Adds support for post-deployment configuration of Grafana data sources and
dashboards.
Upgrade Notes Upgrade Notes
------------- -------------

View File

@ -18,7 +18,7 @@ from setuptools import setup, find_packages
PROJECT = 'kayobe' PROJECT = 'kayobe'
VERSION = '3.0.0' VERSION = '3.1.0'
try: try:
long_description = open('README.md', 'rt').read() long_description = open('README.md', 'rt').read()