docs-v2/data/notifications.yaml

23 lines
797 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.
2020-11-11 17:08:52 +00:00
- id: v2-ga
level: note
scope:
2020-11-11 17:08:52 +00:00
- /
message: |
2020-11-11 17:08:52 +00:00
### InfluxDB OSS 2.0 now generally available!
2020-11-11 17:08:52 +00:00
**InfluxDB OSS 2.0** is now generally available and ready for production use.
See the [InfluxDB OSS 2.0 release notes](/influxdb/v2.0/reference/release-notes/influxdb/).
2020-11-11 17:08:52 +00:00
For information about upgrading to InfluxDB OSS 2.0, see:
- [Upgrade from InfluxDB OSS 1.x to 2.0](/influxdb/v2.0/upgrade/v1-to-v2/)
- [Upgrade from InfluxDB 2.0 beta to InfluxDB 2.0](/influxdb/v2.0/upgrade/v2-beta-to-v2/)