From b9577536626a6e5047d0f8d76e620901393e9824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20N=C3=A6sbye=20Christensen?= Date: Wed, 18 Oct 2017 12:14:28 +0200 Subject: [PATCH] Update README, addressing #421 and #412 (#422) * remove mentioning of stability and youth * Add mentioning of PuppetDB 5 * specify PuppetDB 3 through 5 --- README.rst | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/README.rst b/README.rst index dd80a9d..b2fb262 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ functionality of `Puppet Dashboard`_. Puppetboard relies on the `pypuppetdb`_ library to fetch data from PuppetDB and is built with the help of the `Flask`_ microframework. -As of version 0.1.0 and higher, Puppetboard **requires** PuppetDB 3. +As of version 0.1.0 and higher, Puppetboard **requires** PuppetDB 3. Version 0.3.0 has been tested with PuppetDB versions 3 through 5. .. _pypuppetdb: https://pypi.python.org/pypi/pypuppetdb .. _PuppetDB: http://docs.puppetlabs.com/puppetdb/latest/index.html @@ -25,7 +25,7 @@ As of version 0.1.0 and higher, Puppetboard **requires** PuppetDB 3. At the current time of writing, Puppetboard supports the following Python versions: * Python 2.6 * Python 2.7 - + * Python 3.6 .. image:: screenshots/overview.png :alt: View of a node :width: 1024 @@ -34,18 +34,6 @@ At the current time of writing, Puppetboard supports the following Python versio .. contents:: -Word of caution -=============== - -Puppetboard is very, very young but it works fairly well. - -That being said a lot of the code is very experimental, just trying -to figure out what works and what not, what we need to do different -and what features we need on the PuppetDB side of things. - -As such you should be at least comfortable handling a few errors -this might throw at you. - Installation ============