From 2aff6982a0ba0f5b659fdc59cb8bb726cf908519 Mon Sep 17 00:00:00 2001 From: obfuscurity Date: Tue, 29 Nov 2016 14:08:51 -0500 Subject: [PATCH] elaborate on ceres and link to new ceres doc --- docs/releases/0_10_0.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/releases/0_10_0.rst b/docs/releases/0_10_0.rst index 6583b8cf9..ff1a6d429 100644 --- a/docs/releases/0_10_0.rst +++ b/docs/releases/0_10_0.rst @@ -4,7 +4,9 @@ =========================== *TBD* -Graphite 0.10.0 is now available for usage. This marks the first release of Graphite's main line in many years. There are two new *optional* components available: Carbonate, a suite of tools for managing and rebalancing Whisper files, and Ceres, an experimental new time-series database intended to supplant Whisper in a future release. +Graphite 0.10.0 is now available for usage. This marks the first release of Graphite's main line in many years. There are two new *optional* components available: Carbonate, a suite of tools for managing and rebalancing Whisper files, and Ceres, an experimental new time-series database. + +Most users will only need to install the Graphite-Web, Carbon, and Whisper components. Advanced users may choose to run :doc:`Ceres <../ceres>` in staging or development environments to become familiar with its design and operating characteristics. Source bundles are available from GitHub: @@ -23,6 +25,7 @@ Graphite can also be installed from `PyPI `_ via * http://pypi.python.org/pypi/carbonate/ * http://pypi.python.org/pypi/ceres/ + Upgrading --------- Graphite-Web requires Python 2.6 or newer and Django version 1.9. Carbon requires Twisted version 13.2 or newer. There are a number of new features in this release, but we've been careful to avoid any behaviorial regressions in the default settings files. You'll want to review the new Graphite-Web and Carbon service options in the ``local_settings.py.example`` and ``carbon.conf.example`` files, respectively, before merging those into your production configurations.