feat(ui): whats new update for 1.2.4 (#14573)

* feat(ui): whats new update for 1.2.4

* update release date
This commit is contained in:
Chirag Madlani 2024-01-04 14:02:45 +05:30 committed by GitHub
parent 7fdff15648
commit 684c727e16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 4 deletions

View File

@ -19,9 +19,9 @@ import ingestionFramework from '../../../assets/img/IngestionFramework.png';
import tagCategoryImg from '../../../assets/img/TagCategory.png';
import collateIcon from '../../../assets/svg/ic-collate.svg';
export const LATEST_VERSION_ID = 20;
export const LATEST_VERSION_ID = 21;
export const COOKIE_VERSION = 'VERSION_1_2_3'; // To be changed with each release.
export const COOKIE_VERSION = 'VERSION_1_2_4'; // 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
@ -1129,4 +1129,24 @@ export const WHATS_NEW = [
`,
},
},
{
id: 21,
version: 'v1.2.4',
description: 'Released on 5th Jan 2024.',
features: [],
changeLogs: {
Changes: `- To ensure a reliable Glossary Term Approval process, the Owner/Creator of the glossary term cannot be a Reviewer of that term.
- Long glossary term names are truncated.
`,
Improvements: `- Fixed a redirecting issue with the Glossary page.
- Fixed an issue with Tasks for the Dashboard charts.
- Fixed an issue with Profiler ingestion.
- Fixed an issue with the Version page.
- Fixed an issue with Connection details.
- Fixed an issue with loading the Custom Property page.
- Fixed an issue with Search Indexing.
- Security fixes have been made.
`,
},
},
];

View File

@ -11,8 +11,7 @@
* limitations under the License.
*/
export const OMD_REPOSITORY_LINK =
'https://github.com/open-metadata/OpenMetadata?pk_campaign=om_start_us&pk_source=OpenMetadata&pk_medium=start_us';
export const OMD_REPOSITORY_LINK = 'https://star-us.open-metadata.org/';
export const WORKFLOWS_PROFILER_DOCS =
'https://docs.open-metadata.org/connectors/ingestion/workflows/profiler';