From f70efb188c0d8d9de5c455fa37c60ee8bd64e95d Mon Sep 17 00:00:00 2001 From: Igor Zinovik Date: Wed, 9 Nov 2016 14:02:00 +0300 Subject: [PATCH] Bump plugin version to 3.0.1 * Bump plugin version to 3.0.1 * Update documentation and mention in release notes that plugin version 3.0.1 is compatible with Fuel 9.1 Change-Id: Ibba9cb5297774d9e4c7cf3767e000f68998a1bb7 --- doc/user/conf.py | 4 ++-- doc/user/index.rst | 4 ++-- doc/user/source/release-notes.rst | 4 ++++ metadata.yaml | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/doc/user/conf.py b/doc/user/conf.py index 47f1e5c..ab2ac13 100644 --- a/doc/user/conf.py +++ b/doc/user/conf.py @@ -51,9 +51,9 @@ copyright = u'2016, Mirantis Inc.' # built documents. # # The short X.Y version. -version = '3.0.0' +version = '3.0.1' # The full version, including alpha/beta/rc tags. -release = '3.0-3.0.0-1' +release = '3.0-3.0.1-1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/user/index.rst b/doc/user/index.rst index 016604e..54070e3 100644 --- a/doc/user/index.rst +++ b/doc/user/index.rst @@ -14,8 +14,8 @@ The plugin supports VMware NSX 6.1.3, 6.1.4, 6.2.1. Plugin versions: -* 3.x.x series is compatible with Fuel 9.0. Tests were performed on the plugin - v3.0 with VMware NSX 6.2.0 and vCenter 5.5. +* 3.x.x series is compatible with Fuel 9.0 and 9.1. Tests were performed on the + plugin v3.0 with VMware NSX 6.2.0 and vCenter 5.5. * 2.x.x series is compatible with Fuel 8.0. Tests were performed on the plugin v2.0 with VMware NSX 6.2.0 and vCenter 5.5. diff --git a/doc/user/source/release-notes.rst b/doc/user/source/release-notes.rst index ad1ec1a..55b4fdd 100644 --- a/doc/user/source/release-notes.rst +++ b/doc/user/source/release-notes.rst @@ -1,6 +1,10 @@ Release notes ============= +Release notes for Fuel NSXv plugin 3.0.1: + + * Plugin is compatible with Fuel 9.1. + Release notes for Fuel NSXv plugin 3.0.0: * Plugin is compatible with Fuel 9.0. diff --git a/metadata.yaml b/metadata.yaml index edfffc6..a421584 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -3,7 +3,7 @@ name: nsxv # Human-readable name for your plugin title: NSXv plugin # Plugin version -version: 3.0.0 +version: 3.0.1 # Description description: NSXv plugin for Fuel allows to integrate Mirantis OpenStack with VMware NSXv network virtualization platform. # Required fuel version