chore: add v1.7.1 feature flag (#701)

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2026-01-30 15:11:08 +08:00 committed by GitHub
parent 20bee39a6c
commit 730c68bf14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,8 @@ const FEATURE_FLAGS = {
'l2VlanTrunkMode',
'kubevirtMigration',
'hotplugNic'
]
],
'v1.7.1': [],
};
const generateFeatureFlags = () => {