Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit c5dc89c

Browse files
authored
Merge pull request #134 from markgoddard/kayobe-3.1.0
Add release notes & bump version for kayobe 3.1.0 release
2 parents abb6243 + 0ca7049 commit c5dc89c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

doc/source/release-notes.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ In Development
88
Features
99
--------
1010

11+
Upgrade Notes
12+
-------------
13+
14+
Kayobe 3.1.0
15+
============
16+
17+
Kayobe 3.1.0 was released on 22nd February 2018 and is based on the Pike
18+
release of OpenStack.
19+
20+
Features
21+
--------
22+
1123
* Adds ``--interface-limit`` and ``--interface-description-limit`` arguments to
1224
the ``kayobe physical network configure`` command. These arguments allow
1325
configuration to be limited to a subset of switch interfaces.
@@ -46,6 +58,8 @@ Features
4658
* Adds support for deployment of storage hosts. These hosts should be added to
4759
the ``[storage]`` group.
4860
* Adds support for the tagging of ceph disks.
61+
* Adds support for post-deployment configuration of Grafana data sources and
62+
dashboards.
4963

5064
Upgrade Notes
5165
-------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
PROJECT = 'kayobe'
21-
VERSION = '3.0.0'
21+
VERSION = '3.1.0'
2222

2323
try:
2424
long_description = open('README.md', 'rt').read()

0 commit comments

Comments
 (0)