From 4e84a2192fc036a68c5ce7b6c10659032a6c37d7 Mon Sep 17 00:00:00 2001 From: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:33:39 +0530 Subject: [PATCH] Update whats new for 1.5.15 (#19089) --- .../Modals/WhatsNewModal/whatsNewData.ts | 15 ++++++++++++++- 1 file changed, 14 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 7eb63e10b6c..38a60b830a9 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 @@ -1169,6 +1169,19 @@ To continue pursuing this objective, the application was completely refactored t }, { id: 55, + version: 'v1.5.15', + description: 'Released on 16th December 2024.', + features: [], + changeLogs: { + Improvements: ` +- **Minor**: Domain Policy Update to be non-system. +- **Fix**: Query builder state issue. +- **Fix**: Downloading of application logs. +`, + }, + }, + { + id: 56, version: 'v1.6.0', description: 'Released on 10th December 2024.', features: [ @@ -1311,7 +1324,7 @@ Since we are introducing the Auto Classification workflow, we are going to remov }, }, { - id: 56, + id: 57, version: 'v1.6.1', description: 'Released on 10th December 2024.', note: "In 1.6.1, Fixes tags listing for explore page on top of 1.6.0 release. Don't miss out the release highlights!",