From 98ef6e76140d6ad660880415eec31b6160cdc06e Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 30 Jul 2024 17:36:38 +0200 Subject: [PATCH 1/3] Update version in antora.yml to 24.7.0 --- antora.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/antora.yml b/antora.yml index 3d9439389..76433a45f 100644 --- a/antora.yml +++ b/antora.yml @@ -1,5 +1,5 @@ name: home -version: "nightly" +version: "24.7" title: Stackable Documentation nav: - modules/ROOT/nav1.adoc @@ -14,7 +14,7 @@ nav: - modules/ROOT/nav3.adoc # this is for the extra bits at the end of the menu # The prerelease setting affects version sorting. # Set to 'true' for nightly and false otherwise. -prerelease: true +prerelease: false # The attributes below are specific to this component and version # https://docs.antora.org/antora/latest/component-attributes/#hard-set asciidoc: @@ -22,7 +22,7 @@ asciidoc: # Keep this version in line with the 'version' key above # The versions for the CRD docs are either 'nightly' or # a full major.minor.patch version like 23.7.1 - crd-docs-version: "nightly" + crd-docs-version: "24.7.0" # Whether this version is already end of life. # If true, a banner will be displayed informing the user. end-of-life: false From ac7e258cfd0ba35d66355f14fa2c321038eebc80 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy <1712947+adwk67@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:22:49 +0200 Subject: [PATCH 2/3] fix: add note about gitsync creds issue in Airflow (#670) --- modules/ROOT/pages/release-notes.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/ROOT/pages/release-notes.adoc b/modules/ROOT/pages/release-notes.adoc index 182da5e16..06483053d 100644 --- a/modules/ROOT/pages/release-notes.adoc +++ b/modules/ROOT/pages/release-notes.adoc @@ -112,6 +112,8 @@ The following are selected product features provided by new versions available i * Apache Airflow: support for modularized DAGs +NOTE: There is currently a known problem with using git-sync credentials in 24.7. This has been corrected in https://github.com/stackabletech/airflow-operator/pull/489[this] PR and the fix is available in the nightly build and will be released in the next version. + * Apache Druid: support for specifying and loading additional extensions * Apache HBase: support for exporting snapshots to S3. The HBase image now depends on the Hadoop image and the required AWS JARs are copied from there to the HBase image. See the xref:hbase:usage-guide/security.adoc#snapshot-export[documentation] for more information. From e39b385243428003e41719304e15090843ca4da3 Mon Sep 17 00:00:00 2001 From: Techassi Date: Thu, 27 Nov 2025 10:34:04 +0100 Subject: [PATCH 3/3] chore: Mark as EOL --- antora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora.yml b/antora.yml index 76433a45f..cffb01fad 100644 --- a/antora.yml +++ b/antora.yml @@ -25,7 +25,7 @@ asciidoc: crd-docs-version: "24.7.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}"