Update release notes for 1.0

Change-Id: I1f5a44216037da3aa565f996ad7cb723cbb9e69e
(cherry picked from commit c80b49f60c)
This commit is contained in:
Swann Croiset 2017-01-20 11:45:46 +01:00
parent 5c8208d9a1
commit 8e692d7583
3 changed files with 21 additions and 5 deletions

View File

@ -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
1 | influxdb_grafana | 1.0.0 | 4.0.0

View File

@ -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 <https://bugs.launchpad.net/lma-toolchain/+bug/1608665>`_.
* Fixed the UI issue with the LDAP protocol radio button. See
`#1599778 <https://bugs.launchpad.net/lma-toolchain/+bug/1599778>`_.
* Prevent co-installation with the Contrail plugin.
See `#1646550 <https://bugs.launchpad.net/lma-toolchain/+bug/1646550>`_.
Version 0.10.0
++++++++++++++

View File

@ -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 |
| | <https://docs.influxdata.com/influxdb/v0.10/guides/hardware_sizing/>`_ |
| | <https://docs.influxdata.com/influxdb/v1.1/guides/hardware_sizing/>`_ |
| | for additional sizing information. |
| | |
| | It is highly recommended that you use a dedicated disk for your data |