From ac34e2f55ad6102ccd08674fea2f0dd328ac2c5e Mon Sep 17 00:00:00 2001 From: Techassi Date: Thu, 24 Jul 2025 15:49:55 +0200 Subject: [PATCH] docs: Fix supported versions (cherry-pick) Apache HBase 2.6.2 is the LTS version and 2.6.1 was deprecated in SDP 25.7.0. This is cherry-picked from e3ad7c0 (#684). --- docs/modules/hbase/partials/supported-versions.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/hbase/partials/supported-versions.adoc b/docs/modules/hbase/partials/supported-versions.adoc index 1b349117..6c635205 100644 --- a/docs/modules/hbase/partials/supported-versions.adoc +++ b/docs/modules/hbase/partials/supported-versions.adoc @@ -2,5 +2,5 @@ // This is a separate file, since it is used by both the direct HBase-Operator documentation, and the overarching // Stackable Platform documentation. -- 2.6.1 (LTS) -- 2.6.2 +- 2.6.2 (LTS) +- 2.6.1 (Deprecated)