chore: add v1.6.1 feature flag (#484)

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

View File

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