dde74ebfdc
Monasca now supports InfluxDB 1.7, the current version provided by Kolla. We no longer need to build an old version for Monasca. Depends-On: https://review.opendev.org/#/c/658330 Change-Id: I5a86405901139d643172835acb89f55b14bfedbf
13 lines
573 B
YAML
13 lines
573 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Monasca now supports InfluxDB 1.7.x, the default version provided by Kolla.
|
|
Monasca users can follow the InfluxDB upgrade notes in the guide:
|
|
https://docs.influxdata.com/influxdb/v1.7/administration/upgrading/
|
|
security:
|
|
- In prior versions of InfluxDB, including 1.3.x, InfluxDB incorrectly
|
|
ignored tag names starting with a leading underscore. In Monasca
|
|
this broke tenant isolation because queries containing
|
|
`where _tenant_id = 'some_id'` where not scoped to the tenant_id.
|
|
Upgrading to InfluxDB 1.7.x solves this issue.
|