Skip to content

Commit 891bc2f

Browse files
committed
chore: bump version to 1.23.3 and remove ENABLE_RESTART_WORKLOAD flag
1 parent 5a13ef0 commit 891bc2f

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

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

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export interface customEnv {
5555
HIDE_EXCLUDE_INCLUDE_GIT_COMMITS?: boolean
5656
ENABLE_BUILD_CONTEXT?: boolean
5757
CLAIR_TOOL_VERSION?: string
58-
ENABLE_RESTART_WORKLOAD?: boolean
5958
ENABLE_SCOPED_VARIABLES?: boolean
6059
DEFAULT_CI_TRIGGER_TYPE_MANUAL: boolean
6160
ANNOUNCEMENT_BANNER_MSG?: string

0 commit comments

Comments
 (0)