mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-13 16:46:59 +00:00
chore(ui): Update whats new for 1.8.3 (#22262)
* update whats new for 1.8.3 * minor update
This commit is contained in:
parent
738810c76a
commit
8492e2909c
@ -16,7 +16,7 @@
|
|||||||
import collateIcon from '../../../assets/svg/ic-collate.svg';
|
import collateIcon from '../../../assets/svg/ic-collate.svg';
|
||||||
import { CarousalData } from './FeaturesCarousel.interface';
|
import { CarousalData } from './FeaturesCarousel.interface';
|
||||||
|
|
||||||
export const COOKIE_VERSION = 'VERSION_1_8_2'; // To be changed with each release.
|
export const COOKIE_VERSION = 'VERSION_1_8_3'; // To be changed with each release.
|
||||||
|
|
||||||
// for youtube video make isImage = false and path = {video embed id}
|
// 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
|
// embed:- youtube video => share => click on embed and take {url with id} from it
|
||||||
@ -1086,4 +1086,18 @@ Coupled with existing SAML/OIDC SSO, SCIM rounds out a turn-key identity stack
|
|||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 77,
|
||||||
|
version: 'v1.8.3',
|
||||||
|
description: 'Released on 10th July 2025.',
|
||||||
|
features: [],
|
||||||
|
changeLogs: {
|
||||||
|
Improvements: `- Improve tab labels for better readability.
|
||||||
|
- Improved German ui translations.`,
|
||||||
|
Fixes: `- Databricks default schema issue.
|
||||||
|
- Fix ElasticSearchSink and OpenSearchSink.
|
||||||
|
- Fix Promtheus endpoint.
|
||||||
|
- Removed debug test.`,
|
||||||
|
},
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user