mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-14 05:31:44 +00:00
add v1.4.2 feature flag
Signed-off-by: andy.lee <andy.lee@suse.com> (cherry picked from commit e8f282395e443ea68ec0229724ccafe8b6f51899)
This commit is contained in:
parent
cc8532ff99
commit
7c761b2829
@ -25,7 +25,7 @@ const featuresV133 = [
|
|||||||
|
|
||||||
// https://github.com/harvester/dashboard/releases/tag/v1.4.0
|
// https://github.com/harvester/dashboard/releases/tag/v1.4.0
|
||||||
const featuresV140 = [
|
const featuresV140 = [
|
||||||
...featuresV132,
|
...featuresV133,
|
||||||
'cpuPinning',
|
'cpuPinning',
|
||||||
'usbPassthrough',
|
'usbPassthrough',
|
||||||
'volumeEncryption',
|
'volumeEncryption',
|
||||||
@ -35,15 +35,19 @@ const featuresV140 = [
|
|||||||
'improveMaintenanceMode',
|
'improveMaintenanceMode',
|
||||||
];
|
];
|
||||||
|
|
||||||
// TODO: add v1.4.1 official release note
|
// https://github.com/harvester/dashboard/releases/tag/v1.4.1
|
||||||
// https://github.com/harvester/dashboard/releases/tag/v1.4.1-rc1
|
|
||||||
const featuresV141 = [
|
const featuresV141 = [
|
||||||
...featuresV140
|
...featuresV140
|
||||||
];
|
];
|
||||||
|
|
||||||
|
// TODO: add v1.4.2 official release note
|
||||||
|
const featuresV142 = [
|
||||||
|
...featuresV141
|
||||||
|
];
|
||||||
|
|
||||||
// TODO: add v1.5.0 official release note
|
// TODO: add v1.5.0 official release note
|
||||||
const featuresV150 = [
|
const featuresV150 = [
|
||||||
...featuresV141
|
...featuresV142
|
||||||
];
|
];
|
||||||
|
|
||||||
export const RELEASE_FEATURES = {
|
export const RELEASE_FEATURES = {
|
||||||
@ -53,5 +57,6 @@ export const RELEASE_FEATURES = {
|
|||||||
'v1.3.3': featuresV133,
|
'v1.3.3': featuresV133,
|
||||||
'v1.4.0': featuresV140,
|
'v1.4.0': featuresV140,
|
||||||
'v1.4.1': featuresV141,
|
'v1.4.1': featuresV141,
|
||||||
|
'v1.4.2': featuresV142,
|
||||||
'v1.5.0': featuresV150
|
'v1.5.0': featuresV150
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user