20 lines
550 B
YAML
20 lines
550 B
YAML
# Notification data structure
|
|
#
|
|
# - id: unqiue ID for notification, cannot start with digit, no spaces, a-z and 0-9
|
|
# level: note or warn
|
|
# scope:
|
|
# - list of URL paths to show notification on, no scope shows everywhere
|
|
# message: |
|
|
# Markdown message content.
|
|
|
|
- id: rc1-upgrade
|
|
level: warn
|
|
scope:
|
|
- /influxdb/v2.0/
|
|
message: |
|
|
### Breaking changes in v2.0 rc.1
|
|
|
|
InfluxDB v2.0 rc.1 includes breaking changes that require a manual upgrade
|
|
from beta-16 and older. For information, see:
|
|
|
|
[Upgrade to v2.0 rc.1](#) |