From 2e18d8106a3305b8cd8fc56499986b95caef0cc6 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Mon, 7 Oct 2024 16:58:28 +0200 Subject: [PATCH] fix: added note about broken git-sync creds in Airflow --- 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 92a4d217c..35e0f9316 100644 --- a/modules/ROOT/pages/release-notes.adoc +++ b/modules/ROOT/pages/release-notes.adoc @@ -113,6 +113,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.