Skip to content
Snippets Groups Projects
Unverified Commit c5dc89ca authored by Mark Goddard's avatar Mark Goddard Committed by GitHub
Browse files

Merge pull request #134 from markgoddard/kayobe-3.1.0

Add release notes & bump version for kayobe 3.1.0 release
parents abb6243d 0ca7049a
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,18 @@ In Development ...@@ -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 ...@@ -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
------------- -------------
......
...@@ -18,7 +18,7 @@ from setuptools import setup, find_packages ...@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment