From 195b8c1f7df488ce40f43a534e3a3fe0752d8b6e Mon Sep 17 00:00:00 2001
From: Greg Dubicki <566632+gdubicki@users.noreply.github.com>
Date: Tue, 19 Sep 2023 13:40:29 +0200
Subject: [PATCH] It works on PuppetDB 8.x, except 8.1.0
https://github.com/voxpupuli/puppetboard/issues/921
https://github.com/puppetlabs/puppetdb/issues/3866
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4dbb721c..9d34ab6c 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,8 @@ See [more screenshots here](#more-screenshots).
## Requirements
-* PuppetDB v. 5.2-7.*
+* PuppetDB v. 5.2-8.*
+ * (**Note**: PuppetDB 8.1.0 is not supported because of [this bug](https://github.com/puppetlabs/puppetdb/issues/3866). Please update to 8.1.1.)
* Python 3.8-3.11 or Docker
## Installation