Skip to content

Commit 13181a1

Browse files
robot-chartsweb-flowMarginy605
authored
Release DataLens v2.4.0 (#343)
* DataLens release v2.4.0 * update docker-compose.base.yaml and helm/values.yaml * Update CHANGELOG.md * 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 ecfb9d9 commit 13181a1

File tree

4 files changed

+48
-17
lines changed

4 files changed

+48
-17
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## v2.4.0 (2025-07-07)
2+
3+
### Image versions
4+
- datalens-auth: 0.20.0 -> 0.21.0 ([full changelog](https://github.com/datalens-tech/datalens-auth/compare/v0.20.0...v0.21.0))
5+
- datalens-control-api: 0.2282.0
6+
- datalens-data-api: 0.2282.0
7+
- datalens-meta-manager: 0.35.0 -> 0.40.0 ([full changelog](https://github.com/datalens-tech/datalens-meta-manager/compare/v0.35.0...v0.40.0))
8+
- datalens-ui: 0.2983.0 -> 0.3029.0 ([full changelog](https://github.com/datalens-tech/datalens-ui/compare/v0.2983.0...v0.3029.0))
9+
- datalens-us: 0.352.0 -> 0.358.0 ([full changelog](https://github.com/datalens-tech/datalens-us/compare/v0.352.0...v0.358.0))
10+
11+
### New features
12+
- **Deploy**: Add full TLS support for PostgreSQL and Temporal services [datalens-tech/datalens#340](https://github.com/datalens-tech/datalens/pull/340)
13+
- **Deploy**: Add optional CPU limits to Helm chart [datalens-tech/datalens#337](https://github.com/datalens-tech/datalens/pull/337)
14+
- **Auth**: Add env to disable signup [datalens-tech/datalens-auth#52](https://github.com/datalens-tech/datalens-auth/pull/52)
15+
- **Charts**: Remove extra part of path in possible preview chart url. [datalens-tech/datalens-ui#2583](https://github.com/datalens-tech/datalens-ui/pull/2583)
16+
- **Dashboards**: Save connections for selectors pasted inside the selectors dialog. [datalens-tech/datalens-ui#2590](https://github.com/datalens-tech/datalens-ui/pull/2590)
17+
- **Dashboards**: Add dash undo redo. [datalens-tech/datalens-ui#2613](https://github.com/datalens-tech/datalens-ui/pull/2613)
18+
- **Datasets**: Row selection in Dataset table by Shift key. [datalens-tech/datalens-ui#2611](https://github.com/datalens-tech/datalens-ui/pull/2611)
19+
20+
### Bug fixes
21+
- **Charts**: Fix null value in bar-cell. [datalens-tech/datalens-ui#2584](https://github.com/datalens-tech/datalens-ui/pull/2584)
22+
- **Charts**: Fix params lost in redirect from /preview/:source/:id. [datalens-tech/datalens-ui#2594](https://github.com/datalens-tech/datalens-ui/pull/2594)
23+
- **Dashboards**: Fix dash spacings. [datalens-tech/datalens-ui#2620](https://github.com/datalens-tech/datalens-ui/pull/2620)
24+
- **Dashboards**: Fix anchor fade color in fixed header. [datalens-tech/datalens-ui#2621](https://github.com/datalens-tech/datalens-ui/pull/2621)
25+
26+
### Dependencies
27+
- **General components**: Up @gravity-ui/nodekit to 2.4.1 and up @gravity-ui/expresskit to 2.4.0 with spanId support. [datalens-tech/datalens-ui#2581](https://github.com/datalens-tech/datalens-ui/pull/2581)
28+
- **General components**: Update @gravity-ui/app-builder from 0.26.0 to 0.28.0. [datalens-tech/datalens-ui#2586](https://github.com/datalens-tech/datalens-ui/pull/2586)
29+
- **General components**: Update yup to 1.6.1. [datalens-tech/datalens-ui#2628](https://github.com/datalens-tech/datalens-ui/pull/2628)
30+
31+
132
## v2.3.0 (2025-06-20)
233

334
### Image versions

docker-compose.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ services:
131131
#
132132
us:
133133
container_name: datalens-us
134-
image: ghcr.io/datalens-tech/datalens-us:0.352.0
134+
image: ghcr.io/datalens-tech/datalens-us:0.358.0
135135
environment:
136136
APP_INSTALLATION: opensource
137137
APP_ENV: prod
@@ -161,7 +161,7 @@ services:
161161
#
162162
ui-api:
163163
container_name: datalens-ui-api
164-
image: ghcr.io/datalens-tech/datalens-ui:0.2983.0
164+
image: ghcr.io/datalens-tech/datalens-ui:0.3029.0
165165
environment:
166166
APP_MODE: api
167167
APP_ENV: production
@@ -176,7 +176,7 @@ services:
176176
#
177177
meta-manager:
178178
container_name: datalens-meta-manager
179-
image: ghcr.io/datalens-tech/datalens-meta-manager:0.35.0
179+
image: ghcr.io/datalens-tech/datalens-meta-manager:0.40.0
180180
environment:
181181
APP_INSTALLATION: opensource
182182
APP_ENV: prod
@@ -207,7 +207,7 @@ services:
207207
#
208208
auth:
209209
container_name: datalens-auth
210-
image: ghcr.io/datalens-tech/datalens-auth:0.20.0
210+
image: ghcr.io/datalens-tech/datalens-auth:0.21.0
211211
environment:
212212
APP_INSTALLATION: opensource
213213
APP_ENV: prod
@@ -235,7 +235,7 @@ services:
235235
#
236236
ui:
237237
container_name: datalens-ui
238-
image: ghcr.io/datalens-tech/datalens-ui:0.2983.0
238+
image: ghcr.io/datalens-tech/datalens-ui:0.3029.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.3.0'
254+
RELEASE_VERSION: '2.4.0'
255255
#
256256
HC: ${HC:-0}
257257
HC_ENDPOINT: ${HC_ENDPOINT:-}

helm/values.yaml

Lines changed: 6 additions & 6 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.3.0'
4+
release_version: '2.4.0'
55
#
66
ingress:
77
ip: null
@@ -66,7 +66,7 @@ application:
6666
memory: 1024Mi
6767
ui:
6868
replicas: 1
69-
version: '0.2983.0'
69+
version: '0.3029.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.2983.0'
79+
version: '0.3029.0'
8080
resources:
8181
requests:
8282
cpu: 0.25
@@ -86,7 +86,7 @@ application:
8686
memory: 512Mi
8787
us:
8888
replicas: 1
89-
version: '0.352.0'
89+
version: '0.358.0'
9090
resources:
9191
requests:
9292
cpu: 0.5
@@ -96,7 +96,7 @@ application:
9696
memory: 512Mi
9797
auth:
9898
replicas: 1
99-
version: '0.20.0'
99+
version: '0.21.0'
100100
resources:
101101
requests:
102102
cpu: 0.5
@@ -106,7 +106,7 @@ application:
106106
memory: 512Mi
107107
meta_manager:
108108
replicas: 1
109-
version: '0.35.0'
109+
version: '0.40.0'
110110
resources:
111111
requests:
112112
cpu: 0.5

versions-config.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"authVersion": "0.20.0",
2+
"authVersion": "0.21.0",
33
"backendVersion": "0.2282.0",
4-
"metaManagerVersion": "0.35.0",
5-
"releaseVersion": "2.3.0",
6-
"uiVersion": "0.2983.0",
7-
"usVersion": "0.352.0"
4+
"metaManagerVersion": "0.40.0",
5+
"releaseVersion": "2.4.0",
6+
"uiVersion": "0.3029.0",
7+
"usVersion": "0.358.0"
88
}

0 commit comments

Comments
 (0)