Skip to content

Commit

Permalink
feat(ui): whats new update for 1.2.4 (#14573)
Browse files Browse the repository at this point in the history
* feat(ui): whats new update for 1.2.4

* update release date

(cherry picked from commit 684c727)
  • Loading branch information
chirag-madlani committed Jan 4, 2024
1 parent c439c9d commit f21c2a1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
`,
},
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit f21c2a1

Please sign in to comment.