From fb6196066cdd5628c4cc31debdde81606c035e55 Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Wed, 27 May 2026 11:34:55 +0100 Subject: [PATCH 1/2] Ensure Pricing Features list is accurate fixes #5063 This update is based on the audit in FlowFuse/engineering#60 --- src/_data/featureCatalog.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/_data/featureCatalog.yaml b/src/_data/featureCatalog.yaml index 5e69132af9..048bbddb7e 100644 --- a/src/_data/featureCatalog.yaml +++ b/src/_data/featureCatalog.yaml @@ -686,7 +686,7 @@ sections: tags: [cloud, self-hosted] cloud: starter: - value: true + value: null pro: value: true enterprise: @@ -862,7 +862,7 @@ sections: pro: value: null enterprise: - value: true + value: "Requires Kubernetes" - id: performance label: Performance Monitoring @@ -1008,7 +1008,7 @@ sections: options: ["None", "HTTP Basic Auth"] pro: value: list - options: ["None", "HTTP Basic Auth", "FlowFuse Authentication"] + options: ["None", "HTTP Basic Auth"] enterprise: value: list options: ["None", "HTTP Basic Auth", "FlowFuse Authentication"] @@ -1251,7 +1251,7 @@ sections: starter: value: null pro: - value: null + value: true enterprise: value: true From aca7684d7ea355fe7b612a7807b8ff38ee7e7a71 Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Tue, 2 Jun 2026 15:10:41 +0100 Subject: [PATCH 2/2] Update src/_data/featureCatalog.yaml --- src/_data/featureCatalog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_data/featureCatalog.yaml b/src/_data/featureCatalog.yaml index 048bbddb7e..7d46eae78b 100644 --- a/src/_data/featureCatalog.yaml +++ b/src/_data/featureCatalog.yaml @@ -862,7 +862,7 @@ sections: pro: value: null enterprise: - value: "Requires Kubernetes" + value: true - id: performance label: Performance Monitoring