File tree Expand file tree Collapse file tree 4 files changed +28
-8
lines changed
Expand file tree Collapse file tree 4 files changed +28
-8
lines changed Original file line number Diff line number Diff line change 1+ ## v2.4.1 (2025-07-09)
2+
3+ ### Image versions
4+ - datalens-auth: 0.21.0
5+ - datalens-control-api: 0.2282.0
6+ - datalens-data-api: 0.2282.0
7+ - datalens-meta-manager: 0.40.0
8+ - datalens-ui: 0.3029.0 -> 0.3038.0 ([ full changelog] ( https://github.com/datalens-tech/datalens-ui/compare/v0.3029.0...v0.3038.0 ) )
9+ - datalens-us: 0.358.0
10+
11+ ### New features
12+ - ** Dashboards** : Add hint for titles in dashbords. [ datalens-tech/datalens-ui #2603 ] ( https://github.com/datalens-tech/datalens-ui/pull/2603 )
13+
14+ ### Bug fixes
15+ - ** Charts** : Replaced "Measure Names" with "Column Names" for QL charts. [ datalens-tech/datalens-ui #2630 ] ( https://github.com/datalens-tech/datalens-ui/pull/2630 )
16+ - ** Auth** : Add env to disable signup. [ datalens-tech/datalens-ui #2635 ] ( https://github.com/datalens-tech/datalens-ui/pull/2635 )
17+ - ** Auth** : Update invalid password message. [ datalens-tech/datalens-ui #2638 ] ( https://github.com/datalens-tech/datalens-ui/pull/2638 )
18+ - ** Dashboards** : Fix markdown content in title hints. [ datalens-tech/datalens-ui #2642 ] ( https://github.com/datalens-tech/datalens-ui/pull/2642 )
19+
20+
121## v2.4.0 (2025-07-07)
222
323### Image versions
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ services:
161161 #
162162 ui-api :
163163 container_name : datalens-ui-api
164- image : ghcr.io/datalens-tech/datalens-ui:0.3029 .0
164+ image : ghcr.io/datalens-tech/datalens-ui:0.3038 .0
165165 environment :
166166 APP_MODE : api
167167 APP_ENV : production
@@ -235,7 +235,7 @@ services:
235235 #
236236 ui :
237237 container_name : datalens-ui
238- image : ghcr.io/datalens-tech/datalens-ui:0.3029 .0
238+ image : ghcr.io/datalens-tech/datalens-ui:0.3038 .0
239239 environment :
240240 APP_MODE : full
241241 APP_ENV : production
@@ -251,7 +251,7 @@ services:
251251 #
252252 US_MASTER_TOKEN : ${US_MASTER_TOKEN:-us-master-token}
253253 #
254- RELEASE_VERSION : ' 2.4.0 '
254+ RELEASE_VERSION : ' 2.4.1 '
255255 #
256256 HC : ${HC:-0}
257257 HC_ENDPOINT : ${HC_ENDPOINT:-}
Original file line number Diff line number Diff line change 11registry :
22 url : ' ghcr.io/datalens-tech'
33#
4- release_version : ' 2.4.0 '
4+ release_version : ' 2.4.1 '
55#
66ingress :
77 ip : null
@@ -66,7 +66,7 @@ application:
6666 memory : 1024Mi
6767 ui :
6868 replicas : 1
69- version : ' 0.3029 .0'
69+ version : ' 0.3038 .0'
7070 resources :
7171 requests :
7272 cpu : 0.25
@@ -76,7 +76,7 @@ application:
7676 memory : 512Mi
7777 ui_api :
7878 replicas : 1
79- version : ' 0.3029 .0'
79+ version : ' 0.3038 .0'
8080 resources :
8181 requests :
8282 cpu : 0.25
Original file line number Diff line number Diff line change 22 "authVersion" : " 0.21.0" ,
33 "backendVersion" : " 0.2282.0" ,
44 "metaManagerVersion" : " 0.40.0" ,
5- "releaseVersion" : " 2.4.0 " ,
6- "uiVersion" : " 0.3029 .0" ,
5+ "releaseVersion" : " 2.4.1 " ,
6+ "uiVersion" : " 0.3038 .0" ,
77 "usVersion" : " 0.358.0"
88}
You can’t perform that action at this time.
0 commit comments