Skip to content

Commit 1640cf0

Browse files
committed
add whats new for 1.6.11
1 parent dc08c61 commit 1640cf0

File tree

1 file changed

+31
-1
lines changed
  • openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal

1 file changed

+31
-1
lines changed

openmetadata-ui/src/main/resources/ui/src/components/Modals/WhatsNewModal/whatsNewData.ts

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import incidentManagerSampleData from '../../../assets/img/incidentManagerSample
1717
import profilerConfigPage from '../../../assets/img/profilerConfigPage.png';
1818
import collateIcon from '../../../assets/svg/ic-collate.svg';
1919

20-
export const COOKIE_VERSION = 'VERSION_1_6_8'; // To be changed with each release.
20+
export const COOKIE_VERSION = 'VERSION_1_6_11'; // To be changed with each release.
2121

2222
// for youtube video make isImage = false and path = {video embed id}
2323
// 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
17241724
`,
17251725
},
17261726
},
1727+
{
1728+
id: 65,
1729+
version: 'v1.6.9',
1730+
description: 'Released on 17th April 2025.',
1731+
features: [],
1732+
changeLogs: {
1733+
Fixes: `- Made Fields immutable for Applications.
1734+
`,
1735+
},
1736+
},
1737+
{
1738+
id: 66,
1739+
version: 'v1.6.10',
1740+
description: 'Released on 23rd April 2025.',
1741+
features: [],
1742+
changeLogs: {
1743+
Fixes: `- Use Subset of Permissions for add delete Users in teams.
1744+
`,
1745+
},
1746+
},
1747+
{
1748+
id: 67,
1749+
version: 'v1.6.11',
1750+
description: 'Released on 28th April 2025.',
1751+
features: [],
1752+
changeLogs: {
1753+
Fixes: `- Fixed isOwner permission issue for domains and dataProducts.
1754+
`,
1755+
},
1756+
},
17271757
];

0 commit comments

Comments
 (0)