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

Add release notes & bump version for kayobe 3.1.0 release #134

Merged
merged 2 commits into from
Feb 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions doc/source/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ In Development
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
--------

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we missing the post deploy configuration of Grafana?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we are.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

* Adds ``--interface-limit`` and ``--interface-description-limit`` arguments to
the ``kayobe physical network configure`` command. These arguments allow
configuration to be limited to a subset of switch interfaces.
Expand Down Expand Up @@ -46,6 +58,8 @@ Features
* Adds support for deployment of storage hosts. These hosts should be added to
the ``[storage]`` group.
* Adds support for the tagging of ceph disks.
* Adds support for post-deployment configuration of Grafana data sources and
dashboards.

Upgrade Notes
-------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


PROJECT = 'kayobe'
VERSION = '3.0.0'
VERSION = '3.1.0'

try:
long_description = open('README.md', 'rt').read()
Expand Down