chore: add v1.8.1 v1.9.0 feature flags (#792)

* chore: add v1.8.1 and v1.9.0 feature flags

Signed-off-by: Andy Lee <andy.lee@suse.com>

* chore: bump to v1.9.0-dev

Signed-off-by: Andy Lee <andy.lee@suse.com>

---------

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2026-04-13 14:08:44 +08:00 committed by GitHub
parent 81ad827829
commit fb78f24fdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "harvester-ui-extension",
"version": "1.8.0-rc5",
"version": "1.9.0-dev",
"private": false,
"engines": {
"node": ">=20.0.0"

View File

@ -67,6 +67,8 @@ const FEATURE_FLAGS = {
'rwxNetworkSetting',
'createPVCWithDataVolume'
],
'v1.8.1': [],
'v1.9.0': [],
};
const generateFeatureFlags = () => {

View File

@ -1,7 +1,7 @@
{
"name": "harvester",
"description": "Rancher UI Extension for Harvester",
"version": "1.8.0-rc5",
"version": "1.9.0-dev",
"private": false,
"rancher": {
"annotations": {