Skip to content

Commit

Permalink
feat(ui): whats new content for 1.4.7 (#17312)
Browse files Browse the repository at this point in the history
(cherry picked from commit f0fd643)
  • Loading branch information
chirag-madlani committed Aug 6, 2024
1 parent cd2ba5a commit def0274
Showing 1 changed file with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ import profilerConfigPage from '../../../assets/img/profilerConfigPage.png';
import tagCategoryImg from '../../../assets/img/TagCategory.png';
import collateIcon from '../../../assets/svg/ic-collate.svg';

export const LATEST_VERSION_ID = 31;
export const LATEST_VERSION_ID = 32;

export const COOKIE_VERSION = 'VERSION_1_4_6'; // To be changed with each release.
export const COOKIE_VERSION = 'VERSION_1_4_7'; // 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
Expand Down Expand Up @@ -1814,4 +1814,13 @@ API:
- Fixed Ingestion Pipeline alert URL`,
},
},
{
id: 32,
version: 'v1.4.7',
description: `Released on 7th August 2024.`,
features: [],
changeLogs: {
Improvements: `- Resolved issue with Azure login related to email principal claims.`,
},
},
];

0 comments on commit def0274

Please sign in to comment.