From 8492e2909c39c8eb336b631376d3b0bb720fc83b Mon Sep 17 00:00:00 2001 From: Shrushti Polekar Date: Thu, 10 Jul 2025 12:38:21 +0530 Subject: [PATCH] chore(ui): Update whats new for 1.8.3 (#22262) * update whats new for 1.8.3 * minor update --- .../Modals/WhatsNewModal/whatsNewData.ts | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts b/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts index cc33a77cbe3..2b7f8514153 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts +++ b/openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts @@ -16,7 +16,7 @@ import collateIcon from '../../../assets/svg/ic-collate.svg'; import { CarousalData } from './FeaturesCarousel.interface'; -export const COOKIE_VERSION = 'VERSION_1_8_2'; // To be changed with each release. +export const COOKIE_VERSION = 'VERSION_1_8_3'; // To be changed with each release. // for youtube video make isImage = false and path = {video embed id} // embed:- youtube video => share => click on embed and take {url with id} from it @@ -1086,4 +1086,18 @@ Coupled with existing SAML/OIDC SSO, SCIM rounds out a turn-key identity stack `, }, }, + { + id: 77, + version: 'v1.8.3', + description: 'Released on 10th July 2025.', + features: [], + changeLogs: { + Improvements: `- Improve tab labels for better readability. +- Improved German ui translations.`, + Fixes: `- Databricks default schema issue. +- Fix ElasticSearchSink and OpenSearchSink. +- Fix Promtheus endpoint. +- Removed debug test.`, + }, + }, ];