Skip to content

Commit 074fc5f

Browse files
committed
Merge branch 'main' into feat/segregate-logs
2 parents 81e8645 + 24aca7e commit 074fc5f

File tree

4 files changed

+5
-3
lines changed

4 files changed

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

src/Pages/ResourceBrowser/ResourceBrowser.Types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export interface ApiResourceGroupType {
2626
gvk: GVKType
2727
namespaced: boolean
2828
isGrouped?: boolean
29+
shortNames?: string[] | null
2930
}
3031

3132
export interface ApiResourceType {

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export interface customEnv {
7373
ORGANIZATION_NAME?: string
7474
FEATURE_SCOPED_VARIABLE_ENVIRONMENT_LIST_ENABLE?: boolean
7575
FEATURE_STEP_WISE_LOGS_ENABLE?: boolean
76+
FEATURE_IMAGE_PROMOTION_ENABLE?: boolean
7677
}
7778
declare global {
7879
interface Window {

0 commit comments

Comments
 (0)