From f35ba02c1bb988f474e01e1428f409ba03bbce91 Mon Sep 17 00:00:00 2001 From: david-leifker <114954101+david-leifker@users.noreply.github.com> Date: Mon, 21 Jul 2025 13:36:18 -0500 Subject: [PATCH] v0.3.12.4-acryl release notes (#14149) Co-authored-by: Pedro Silva --- .../managed-datahub/release-notes/v_0_3_12.md | 30 +++++++++++++++++-- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/docs/managed-datahub/release-notes/v_0_3_12.md b/docs/managed-datahub/release-notes/v_0_3_12.md index 4c8882bf3e..be2560b4be 100644 --- a/docs/managed-datahub/release-notes/v_0_3_12.md +++ b/docs/managed-datahub/release-notes/v_0_3_12.md @@ -13,14 +13,37 @@ This contains detailed release notes, but there's also an [announcement blog pos #### Recommended Versions - **CLI/SDK**: 1.1.0.2 -- **Remote Executor**: v0.3.12-acryl (recommended) / v0.3.11.1-acryl (minimum) +- **Remote Executor**: v0.3.12.4-acryl (recommended) / v0.3.11.1-acryl (minimum) - **On-Prem Versions**: - - **Helm**: 1.5.52 - - **API Gateway**: 0.5.2 + - **Helm**: 1.5.60 + - **API Gateway**: 0.5.3 - **Actions**: 0.0.13 ## Release Changelog +### v0.3.12.4 + +Required Version: + +- **Helm**: 1.5.60 + +Product: + +- Highlighted queries are no longer filtered by time +- Fix incorrect/missing closing parenthesis in links generated by AI +- Show data product urns when subscribing +- Disable onboarding cards based on privileges +- Fix pagination in embedded search components +- Use embedded executor pool as default if global default unset + +Platform: + +- Fix `datahub-metadata-sharing` now respects the default CLI version +- Fix `datahub-forms-notifications` now respects the default CLI version +- Fix reindex for clusters with zone requirements, set helm value `global.elasticsearch.index.upgrade.reindexOptimizationEnabled` to `false` +- Add configuration in system update job for opensearch clusters with zone awareness enabled +- Extend access token validation to account for actor + ### v0.3.12.3 This is a maintenance release for the `acryl-datahub-cloud SDK` including all of the changes from v0.3.12.2 along with the following fixes: @@ -105,6 +128,7 @@ This release includes all changes up to and including DataHub Core v1.1.0. ## Known Issues +- `datahub-forms-notifications` - Requires `executor-coordinator` version `v0.3.12-acryl` or greater. - Remote executor versions older than `v0.3.11.1-acryl` will not work with this release. If you're on an older version, please reach out to your DataHub representative - there may be some workarounds. - There are two issues with the remote executor that the DataHub team is triaging: (1) for system ingestion sources, sometimes they do not get executed as expected if their schedule is repeatedly changed and (2) in rare cases, the remote executor may stop responding to new requests. In both cases, restarting the remote executor resolves the issue. - The "remote automations" feature does not yet work. Automations must run with the default "DataHub embedded" executor. Note that remote automations is a specific capability of the remote executor; remote ingestion and observability are not affected.