Skip to content

Commit 7d68162

Browse files
robot-chartsweb-flowMarginy605
authored
Release DataLens v2.4.1 (#345)
* DataLens release v2.4.1 * update docker-compose.base.yaml and helm/values.yaml * Update CHANGELOG.md --------- Co-authored-by: GitHub Release <> Co-authored-by: GitHub Actions <noreply@github.com> Co-authored-by: Elena Martynova <marginy@yandex-team.ru>
1 parent 13181a1 commit 7d68162

File tree

4 files changed

+28
-8
lines changed

4 files changed

+28
-8
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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

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.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:-}

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.0'
4+
release_version: '2.4.1'
55
#
66
ingress:
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

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.0",
6-
"uiVersion": "0.3029.0",
5+
"releaseVersion": "2.4.1",
6+
"uiVersion": "0.3038.0",
77
"usVersion": "0.358.0"
88
}

0 commit comments

Comments
 (0)