Skip to content

Commit 2aeca27

Browse files
robot-chartsweb-flowgoshander
authored
Release DataLens v2.4.2 (#348)
Co-authored-by: GitHub Release <> Co-authored-by: GitHub Actions <noreply@github.com> Co-authored-by: Georgy Malkov <malkovgv@yandex-team.ru>
1 parent 6a00345 commit 2aeca27

File tree

6 files changed

+30
-11
lines changed

6 files changed

+30
-11
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v2.4.2 (2025-07-10)
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.3038.0 -> 0.3049.0 ([full changelog](https://github.com/datalens-tech/datalens-ui/compare/v0.3038.0...v0.3049.0))
9+
- datalens-us: 0.358.0
10+
11+
### Bug fixes
12+
- **Charts**: Fix markup field in labels. [datalens-tech/datalens-ui#2637](https://github.com/datalens-tech/datalens-ui/pull/2637)
13+
- **Charts**: Fix order on the Polyline layer. [datalens-tech/datalens-ui#2646](https://github.com/datalens-tech/datalens-ui/pull/2646)
14+
- **Charts**: Fix menu items in mobile charts menu. [datalens-tech/datalens-ui#2647](https://github.com/datalens-tech/datalens-ui/pull/2647)
15+
16+
### Dependencies
17+
- **General components**: Fix rspack build in dev docker mode. [datalens-tech/datalens-ui#2659](https://github.com/datalens-tech/datalens-ui/pull/2659)
18+
19+
120
## v2.4.1 (2025-07-09)
221

322
### Image versions

docker-compose.dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ services:
117117
build:
118118
context: ./dev/nodejs
119119
args:
120-
- image=ghcr.io/datalens-tech/datalens-ui:0.3038.0
120+
- image=ghcr.io/datalens-tech/datalens-ui:0.3049.0
121121
tty: true
122122
ulimits:
123123
core: 0
@@ -193,7 +193,7 @@ services:
193193
build:
194194
context: ./dev/nodejs
195195
args:
196-
- image=ghcr.io/datalens-tech/datalens-ui:0.3038.0
196+
- image=ghcr.io/datalens-tech/datalens-ui:0.3049.0
197197
tty: true
198198
ulimits:
199199
core: 0

docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.3038.0
164+
image: ghcr.io/datalens-tech/datalens-ui:0.3049.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.3038.0
238+
image: ghcr.io/datalens-tech/datalens-ui:0.3049.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.1'
254+
RELEASE_VERSION: '2.4.2'
255255
#
256256
HC: ${HC:-0}
257257
HC_ENDPOINT: ${HC_ENDPOINT:-}

helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
# release version
3-
appVersion: 2.4.1
3+
appVersion: 2.4.2
44
name: datalens
55
description: DataLens Helm chart for Kubernetes
66
type: application

helm/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
registry:
22
url: 'ghcr.io/datalens-tech'
33
#
4-
release_version: '2.4.1'
4+
release_version: '2.4.2'
55
#
66
ingress:
77
ip: null
@@ -66,7 +66,7 @@ application:
6666
memory: 1024Mi
6767
ui:
6868
replicas: 1
69-
version: '0.3038.0'
69+
version: '0.3049.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.3038.0'
79+
version: '0.3049.0'
8080
resources:
8181
requests:
8282
cpu: 0.25

versions-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"authVersion": "0.21.0",
33
"backendVersion": "0.2282.0",
44
"metaManagerVersion": "0.40.0",
5-
"releaseVersion": "2.4.1",
6-
"uiVersion": "0.3038.0",
5+
"releaseVersion": "2.4.2",
6+
"uiVersion": "0.3049.0",
77
"usVersion": "0.358.0"
88
}

0 commit comments

Comments
 (0)