diff --git a/package-lock.json b/package-lock.json index 96559fedb..6f625182f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@devtron-labs/devtron-fe-common-lib", - "version": "4.0.4", + "version": "4.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@devtron-labs/devtron-fe-common-lib", - "version": "4.0.4", + "version": "4.0.5", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 62f595ad2..fcae80a0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devtron-labs/devtron-fe-common-lib", - "version": "4.0.4", + "version": "4.0.5", "description": "Supporting common component library", "type": "module", "main": "dist/index.js", diff --git a/src/Pages-Devtron-2.0/Shared/Routes/routes.ts b/src/Pages-Devtron-2.0/Shared/Routes/routes.ts index 68735bbd7..d934bc467 100644 --- a/src/Pages-Devtron-2.0/Shared/Routes/routes.ts +++ b/src/Pages-Devtron-2.0/Shared/Routes/routes.ts @@ -288,6 +288,11 @@ export const BASE_ROUTES = { ROOT: 'cluster-env', MANAGE_CATEGORIES: 'manage-categories', }, + NODE_AUTOSCALER: { + ROOT: 'node-autoscaler', + CREATE_PROFILE: 'create-profile', + EDIT_PROFILE: 'edit/:profileId', + }, DOCKER: 'docker', PROJECTS: 'projects', AUTH: { diff --git a/src/index.ts b/src/index.ts index 676540a79..2ded316da 100644 --- a/src/index.ts +++ b/src/index.ts @@ -190,6 +190,10 @@ export interface customEnv { FEATURE_ATHENA_DEBUG_MODE_ENABLE?: boolean /** Org ID for grafana */ GRAFANA_ORG_ID?: number + /** + * @default false + */ + FEATURE_NODE_AUTOSCALER_ENABLE?: boolean } declare global {