Skip to content

fix: added note about broken git-sync creds in Airflow #671

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/ROOT/pages/release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down