Skip to content

Commit cd856a7

Browse files
authored
Merge pull request #831 from devtron-labs/feat/canary-rollout-progress
feat: add flag for canary rollout progress
2 parents 08009cf + 0afcd6f commit cd856a7

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-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.17.1",
3+
"version": "1.17.2",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@ export interface customEnv {
178178
* @default true
179179
*/
180180
FEATURE_INTERNET_CONNECTIVITY_ENABLE?: boolean
181+
/**
182+
* Show rollout progress if true, else canary step count in status
183+
* @default true
184+
*/
185+
FEATURE_CANARY_ROLLOUT_PROGRESS_ENABLE?: boolean
181186
}
182187
declare global {
183188
interface Window {

0 commit comments

Comments
 (0)