Skip to content

Commit 9fc46e4

Browse files
authored
Merge pull request #832 from devtron-labs/feat/sync-canary-progress
feat: sync canary progress
2 parents 4064c82 + 00d7138 commit 9fc46e4

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.18.0",
3+
"version": "1.18.1",
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
@@ -184,6 +184,11 @@ export interface customEnv {
184184
* @default false
185185
*/
186186
FEATURE_GROUPED_APP_LIST_FILTERS_ENABLE?: boolean
187+
/**
188+
* Show rollout progress if true, else canary step count in status
189+
* @default true
190+
*/
191+
FEATURE_CANARY_ROLLOUT_PROGRESS_ENABLE?: boolean
187192
}
188193
declare global {
189194
interface Window {

0 commit comments

Comments
 (0)