docs-v2/data/notifications.yaml

20 lines
636 B
YAML
Raw Normal View History

# 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: rc-upgrade
level: warn
scope:
- /influxdb/v2.0/
message: |
### InfluxDB OSS 2.0 release candidate
**InfluxDB OSS v2.0.rc** includes **breaking changes** that require a manual
2020-09-11 03:09:34 +00:00
upgrade from all alpha and beta versions. For information, see:
[Upgrade to InfluxDB OSS v2.0.rc](/influxdb/v2.0/reference/upgrading/rc-upgrade-guide/)