From 2f8dc63f39f1dad3b71c766aa66a1f21c5a6c4f4 Mon Sep 17 00:00:00 2001 From: Techassi Date: Fri, 25 Jul 2025 10:59:04 +0200 Subject: [PATCH] chore: Set 24.3 to end of life --- antora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora.yml b/antora.yml index 91173f6b8..2eb748416 100644 --- a/antora.yml +++ b/antora.yml @@ -24,7 +24,7 @@ asciidoc: crd-docs-version: "24.3.0" # Whether this version is already end of life. # If true, a banner will be displayed informing the user. - end-of-life: false + end-of-life: true # use the attributes below to link to the CRD docs crd-docs-base-url: "https://crds.stackable.tech" crd-docs: "{crd-docs-base-url}/{crd-docs-version}"