From 1640cf088ad5222a8efdf9d8187bd253645d03ed Mon Sep 17 00:00:00 2001 From: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Date: Mon, 28 Apr 2025 20:45:34 +0530 Subject: [PATCH] add whats new for 1.6.11 --- .../Modals/WhatsNewModal/whatsNewData.ts | 32 ++++++++++++++++++- 1 file changed, 31 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 d12cc8be2d1..806e6854995 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 @@ -17,7 +17,7 @@ import incidentManagerSampleData from '../../../assets/img/incidentManagerSample import profilerConfigPage from '../../../assets/img/profilerConfigPage.png'; import collateIcon from '../../../assets/svg/ic-collate.svg'; -export const COOKIE_VERSION = 'VERSION_1_6_8'; // To be changed with each release. +export const COOKIE_VERSION = 'VERSION_1_6_11'; // 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 @@ -1724,4 +1724,34 @@ Since we are introducing the Auto Classification workflow, we are going to remov `, }, }, + { + id: 65, + version: 'v1.6.9', + description: 'Released on 17th April 2025.', + features: [], + changeLogs: { + Fixes: `- Made Fields immutable for Applications. + `, + }, + }, + { + id: 66, + version: 'v1.6.10', + description: 'Released on 23rd April 2025.', + features: [], + changeLogs: { + Fixes: `- Use Subset of Permissions for add delete Users in teams. + `, + }, + }, + { + id: 67, + version: 'v1.6.11', + description: 'Released on 28th April 2025.', + features: [], + changeLogs: { + Fixes: `- Fixed isOwner permission issue for domains and dataProducts. + `, + }, + }, ];