diff --git a/doc/source/conf.py b/doc/source/conf.py index 27fdbc9..a79884e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -8,8 +8,8 @@ master_doc = 'index' project = u'The StackLight Elasticsearch-Kibana Plugin for Fuel' copyright = u'2016, Mirantis Inc.' -version = '0.10' -release = '0.10.0' +version = '1.0' +release = '1.0.0' exclude_patterns = [] diff --git a/doc/source/install.rst b/doc/source/install.rst index b8227bc..13c072f 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -43,7 +43,7 @@ from the Fuel plugins' catalog: .. code-block:: console - [root@home ~]# scp elasticsearch_kibana-0.10-0.10.0-0.noarch.rpm \ + [root@home ~]# scp elasticsearch_kibana-1.0-1.0.0-0.noarch.rpm \ root@: #. Install the plugin using the `Fuel Plugins CLI @@ -51,7 +51,7 @@ from the Fuel plugins' catalog: .. code-block:: console - [root@fuel ~]# fuel plugins --install elasticsearch_kibana-0.10-0.10.0-0.noarch.rpm + [root@fuel ~]# fuel plugins --install elasticsearch_kibana-1.0-1.0.0-0.noarch.rpm #. Verify that the plugin is installed correctly: @@ -60,7 +60,7 @@ from the Fuel plugins' catalog: [root@fuel ~]# fuel plugins --list id | name | version | package_version ---|----------------------|----------|---------------- - 1 | elasticsearch_kibana | 0.10.0 | 4.0.0 + 1 | elasticsearch_kibana | 1.0.0 | 4.0.0 Install from source @@ -136,10 +136,10 @@ file directly on the Fuel Master node not to copy that file later on. .. code-block:: console [root@fuel ~]# fuel plugins --list - id | name | version | package_version - ---|----------------------|----------|---------------- - 1 | elasticsearch_kibana | 0.10.0 | 4.0.0 + id | name | version | package_version + ---|----------------------|---------|---------------- + 1 | elasticsearch_kibana | 1.0.0 | 4.0.0 .. raw:: latex - \pagebreak \ No newline at end of file + \pagebreak diff --git a/doc/source/limitations.rst b/doc/source/limitations.rst index 2953b68..01497e1 100644 --- a/doc/source/limitations.rst +++ b/doc/source/limitations.rst @@ -3,7 +3,7 @@ Limitations =========== -The StackLight Elasticsearch-Kibana plugin 0.10.0 has the following +The StackLight Elasticsearch-Kibana plugin 1.0.0 has the following limitations: * Currently, the maximum size of an Elasticsearch cluster that can be diff --git a/doc/source/release_notes.rst b/doc/source/release_notes.rst index 7a8f80a..3dcbb0c 100644 --- a/doc/source/release_notes.rst +++ b/doc/source/release_notes.rst @@ -3,6 +3,9 @@ Release notes ============= +Version 1.0.0 +------------- + Version 0.10.0 -------------- diff --git a/doc/source/requirements.rst b/doc/source/requirements.rst index 8e0726a..bfc6b3a 100644 --- a/doc/source/requirements.rst +++ b/doc/source/requirements.rst @@ -3,7 +3,7 @@ Requirements ============ -The StackLight Elasticsearch-Kibana Plugin 0.10.0 has the following +The StackLight Elasticsearch-Kibana Plugin 1.0.0 has the following requirements: +------------------------+------------------------------------------------------------------------------------------+ diff --git a/metadata.yaml b/metadata.yaml index 11c1f44..38360c8 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -3,7 +3,7 @@ name: elasticsearch_kibana # Human-readable name for your plugin title: The StackLight Elasticsearch-Kibana Server Plugin # Plugin version -version: '0.10.0' +version: '1.0.0' # Description description: Deploy Elasticsearch and the Kibana web interface. # Required fuel version