chore: add v1.6.1 and v1.7.0 feature flags (#483)

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2025-08-27 15:50:17 +08:00 committed by GitHub
parent db398ecad3
commit 56b4b46b5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,9 @@ const FEATURE_FLAGS = {
'cpuMemoryHotplug',
'cdiSettings',
'vmCloneRunStrategy',
]
],
'v1.6.1': [],
'v1.7.0': []
};
const generateFeatureFlags = () => {