diff --git a/doc/source/conf.py b/doc/source/conf.py index 460a93d..306aa07 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -59,7 +59,7 @@ copyright = u'2016, 6WIND SA.' # The short 1.0-1.0.0-1 version. version = '3.0' # 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/source/installation.rst b/doc/source/installation.rst index 4410308..2c82d3d 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -67,19 +67,19 @@ Installing 6WIND Virtual Accelerator Plugin #. Copy the downloaded rpm to the Fuel Master node: :: - scp 6wind-virtual-accelerator-3.0-3.0.0-1.noarch.rpm :/tmp/ + scp 6wind-virtual-accelerator-3.0-3.0.1-1.noarch.rpm :/tmp/ #. Log into the Fuel Master node and install the plugin :: ssh - fuel plugins --install /tmp/6wind-virtual-accelerator-3.0-3.0.0-1.noarch.rpm + fuel plugins --install /tmp/6wind-virtual-accelerator-3.0-3.0.1-1.noarch.rpm #. Now verify that the plugin is correctly installed :: fuel plugins - 3 | 6wind-virtual-accelerator | 3.0.0 | 4.0.0 + 3 | 6wind-virtual-accelerator | 3.0.1 | 4.0.0 .. diff --git a/doc/source/release_notes.rst b/doc/source/release_notes.rst index b755b9e..9e65104 100644 --- a/doc/source/release_notes.rst +++ b/doc/source/release_notes.rst @@ -1,6 +1,14 @@ Release Notes ============= +Version 3.0.1 +------------- + +* Support for Fuel 9.1 +* Plugin configuration moved to Settings/Compute section +* Removed option to enable/disable ipset for neutron security groups +* Added option to enable/disable neutron security groups + Version 3.0.0 ------------- diff --git a/metadata.yaml b/metadata.yaml index 04f0533..af7f5dd 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -6,7 +6,7 @@ name: 6wind-virtual-accelerator # Human-readable name for your plugin title: 6WIND Virtual Accelerator Fuel plugin # Plugin version -version: '3.0.0' +version: '3.0.1' # Description description: Enable use of 6WIND Virtual Accelerator plugin for Neutron # Required Fuel version