diff --git a/doc/source/install.rst b/doc/source/install.rst index 07964f02..b3307114 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -15,9 +15,9 @@ InfluxDB-Grafana plugin: +----------------+-------------------------------------+ | Components | Version | +================+=====================================+ -| InfluxDB | v0.11.1 for Ubuntu (64-bit) | +| InfluxDB | v1.1 for Ubuntu (64-bit) | +----------------+-------------------------------------+ -| Grafana | v3.0.4 for Ubuntu (64-bit) | +| Grafana | v4.1.1 for Ubuntu (64-bit) | +----------------+-------------------------------------+ Install using the RPM file of the Fuel plugins catalog @@ -131,4 +131,4 @@ that file later on. [root@fuel ~]# fuel plugins --list id | name | version | package_version ---|----------------------|---------|---------------- - 1 | influxdb_grafana | 1.0.0 | 4.0.0 \ No newline at end of file + 1 | influxdb_grafana | 1.0.0 | 4.0.0 diff --git a/doc/source/release_notes.rst b/doc/source/release_notes.rst index b62344b2..6e4e2307 100644 --- a/doc/source/release_notes.rst +++ b/doc/source/release_notes.rst @@ -6,16 +6,32 @@ Release notes Version 1.0.0 +++++++++++++ -The StackLight InfluxDB-Grafana plugin 1.0.0 contains the following updates: +Breaking changes +'''''''''''''''' +Upgrade to InfluxDB 1.1 which drops the clustering support. InfluxDB is now +deployed in standalone mode on each node and only one instance receives the +datapoints at a given time and the other nodes will be used as failover in case +the first node dies. + +Features +'''''''' + +* Upgrade to Grafana 4.1.1 * Added an option to store the InfluxDB WAL in memory. This option is disabled by default. + +Fixes +''''' + * Updated the documentation to emphasize the need to use fast disks, such as SSDs. * Added support for wildcard SSL certificates. See `#1608665 `_. * Fixed the UI issue with the LDAP protocol radio button. See `#1599778 `_. +* Prevent co-installation with the Contrail plugin. + See `#1646550 `_. Version 0.10.0 ++++++++++++++ diff --git a/doc/source/requirements.rst b/doc/source/requirements.rst index 60d8217c..f4741c18 100644 --- a/doc/source/requirements.rst +++ b/doc/source/requirements.rst @@ -22,7 +22,7 @@ The StackLight InfluxDB-Grafana plugin 1.0.0 has the following requirements: | | sizeable production deployments it is strongly recommended to use a | | | disk capable of 1000+ IOPS like an SSD. | | | See the `InfluxDB Hardware Sizing Guide | -| | `_ | +| | `_ | | | for additional sizing information. | | | | | | It is highly recommended that you use a dedicated disk for your data |