Skip to content

Commit 276dea9

Browse files
authored
Merge pull request #397 from devtron-labs/feat/swap-traffic
feat: add feature flag for traffic swapping
2 parents f9ce8ed + 3123df5 commit 276dea9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.3.0-patch-4",
3+
"version": "1.3.0-patch-5",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ export interface customEnv {
9494
FEATURE_PROMO_EMBEDDED_BUTTON_TEXT?: string
9595
FEATURE_PROMO_EMBEDDED_MODAL_TITLE?: string
9696
FEATURE_PROMO_EMBEDDED_IFRAME_URL?: string
97+
FEATURE_SWAP_TRAFFIC_ENABLE?: boolean
9798
FEATURE_BULK_RESTART_WORKLOADS_FROM_RB: string
9899
FEATURE_RB_SYNC_CLUSTER_ENABLE?: boolean
99100
FEATURE_DEFAULT_MERGE_STRATEGY?: OverrideMergeStrategyType

0 commit comments

Comments
 (0)