From eef61c7955bb902c860c4df5d720805e144018d8 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Thu, 22 Feb 2018 15:48:07 +0000 Subject: [PATCH 1/2] Add release notes & bump version for kayobe 3.1.0 release This release is based on the OpenStack Pike release. --- doc/source/release-notes.rst | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/source/release-notes.rst b/doc/source/release-notes.rst index fbecf0378..6346bbefb 100644 --- a/doc/source/release-notes.rst +++ b/doc/source/release-notes.rst @@ -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 +-------- + * 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. diff --git a/setup.py b/setup.py index 145c17402..0c33d9db8 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ from setuptools import setup, find_packages PROJECT = 'kayobe' -VERSION = '3.0.0' +VERSION = '3.1.0' try: long_description = open('README.md', 'rt').read() From 0ca7049adb4b941a1b180c5177a01527ce7796b7 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Tue, 27 Feb 2018 16:09:49 +0000 Subject: [PATCH 2/2] Add release note for Grafana post-deployment config --- doc/source/release-notes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/release-notes.rst b/doc/source/release-notes.rst index 6346bbefb..c6a50c52f 100644 --- a/doc/source/release-notes.rst +++ b/doc/source/release-notes.rst @@ -58,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 -------------