mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
Add 1.4.3 feature flag
Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
parent
7e5ee04637
commit
2255bd4f69
@ -40,13 +40,19 @@ const featuresV141 = [
|
||||
...featuresV140
|
||||
];
|
||||
|
||||
// https://github.com/harvester/dashboard/releases/tag/v1.4.2
|
||||
const featuresV142 = [
|
||||
...featuresV141,
|
||||
'refreshIntervalInSecond',
|
||||
'allowEmptySnapshotClassName'
|
||||
];
|
||||
|
||||
// TODO: add v1.5.0 official release note
|
||||
// https://github.com/harvester/dashboard/releases/tag/v1.4.3-rc1
|
||||
const featuresV143 = [
|
||||
...featuresV142,
|
||||
];
|
||||
|
||||
// https://github.com/harvester/harvester-ui-extension/releases/tag/v1.5.0
|
||||
const featuresV150 = [
|
||||
...featuresV142
|
||||
];
|
||||
@ -59,5 +65,6 @@ export const RELEASE_FEATURES = {
|
||||
'v1.4.0': featuresV140,
|
||||
'v1.4.1': featuresV141,
|
||||
'v1.4.2': featuresV142,
|
||||
'v1.4.3': featuresV143,
|
||||
'v1.5.0': featuresV150
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user