Skip to content

Commit 5f9a7fe

Browse files
robot-chartsweb-flowKonstantAnxiety
authored
Release DataLens v2.8.0 (#402)
* DataLens release v2.8.0 * update versions for docker and helm * Update changelog --------- Co-authored-by: GitHub Release <> Co-authored-by: GitHub Actions <noreply@github.com> Co-authored-by: KonstantAnxiety <konstasa@yandex-team.ru>
1 parent cbf1399 commit 5f9a7fe

File tree

6 files changed

+35
-12
lines changed

6 files changed

+35
-12
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## v2.8.0 (2026-02-10)
2+
3+
### Image versions
4+
- datalens-auth: 0.24.0
5+
- datalens-control-api: 0.2396.0 -> 0.2457.0 ([full changelog](https://github.com/datalens-tech/datalens-backend/compare/v0.2396.0...v0.2457.0))
6+
- datalens-data-api: 0.2396.0 -> 0.2457.0 ([full changelog](https://github.com/datalens-tech/datalens-backend/compare/v0.2396.0...v0.2457.0))
7+
- datalens-meta-manager: 0.50.0
8+
- datalens-ui: 0.3498.0
9+
- datalens-us: 0.413.0
10+
11+
### New features
12+
- **Formula**: Add hash functions. [datalens-tech/datalens-backend#1329](https://github.com/datalens-tech/datalens-backend/pull/1329)
13+
- **Formula**: Optimize `CONTAINS` function for ClickHouse by using the `IN` operator. [datalens-tech/datalens-backend#1371](https://github.com/datalens-tech/datalens-backend/pull/1371)
14+
- **Formula**: Add `DB_CALL` functions, allowing to use any functions available in the data source. [datalens-tech/datalens-backend#1398](https://github.com/datalens-tech/datalens-backend/pull/1398)
15+
- **Formula**: Add new array functions: `ARRAY_DISTINCT` and `ARRAY_INDEX_OF`. [datalens-tech/datalens-backend#1384](https://github.com/datalens-tech/datalens-backend/pull/1384)
16+
- **Connectors**: Add Greenplum 7 support. [datalens-tech/datalens-backend#1438](https://github.com/datalens-tech/datalens-backend/pull/1438)
17+
- **Connectors**: Add VIEW support for YDB connector. [datalens-tech/datalens-backend#1245](https://github.com/datalens-tech/datalens-backend/pull/1245)
18+
19+
### Bug fixes
20+
- **Formula**: Fix Oracle's 'date not valid for month specified' error. [datalens-tech/datalens-backend#1441](https://github.com/datalens-tech/datalens-backend/pull/1441)
21+
- **Connectors**: Fix PostgreSQL schema filters by adding escaping. [datalens-tech/datalens-backend#1468](https://github.com/datalens-tech/datalens-backend/pull/1468)
22+
23+
124
## v2.7.0 (2025-11-21)
225

326
### Image versions

docker-compose.dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
build:
4040
context: ./dev/python
4141
args:
42-
- image=ghcr.io/datalens-tech/datalens-control-api:0.2396.0
42+
- image=ghcr.io/datalens-tech/datalens-control-api:0.2457.0
4343
tty: true
4444
environment:
4545
RUN_DEV: /etc/service/dl_api/run
@@ -64,7 +64,7 @@ services:
6464
build:
6565
context: ./dev/python
6666
args:
67-
- image=ghcr.io/datalens-tech/datalens-data-api:0.2396.0
67+
- image=ghcr.io/datalens-tech/datalens-data-api:0.2457.0
6868
tty: true
6969
environment:
7070
RUN_DEV: /etc/service/dl_api/run

docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ services:
7878
#
7979
control-api:
8080
container_name: datalens-control-api
81-
image: ghcr.io/datalens-tech/datalens-control-api:0.2396.0
81+
image: ghcr.io/datalens-tech/datalens-control-api:0.2457.0
8282
environment:
8383
BI_API_UWSGI_WORKERS_COUNT: 4
8484
RQE_FORCE_OFF: 1
@@ -101,7 +101,7 @@ services:
101101
#
102102
data-api:
103103
container_name: datalens-data-api
104-
image: ghcr.io/datalens-tech/datalens-data-api:0.2396.0
104+
image: ghcr.io/datalens-tech/datalens-data-api:0.2457.0
105105
environment:
106106
GUNICORN_WORKERS_COUNT: 5
107107
RQE_FORCE_OFF: 1
@@ -253,7 +253,7 @@ services:
253253
#
254254
US_MASTER_TOKEN: ${US_MASTER_TOKEN:-us-master-token}
255255
#
256-
RELEASE_VERSION: '2.7.0'
256+
RELEASE_VERSION: '2.8.0'
257257
#
258258
HC: ${HC:-0}
259259
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.7.0
3+
appVersion: 2.8.0
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.7.0'
4+
release_version: '2.8.0'
55
#
66
ingress:
77
ip: null
@@ -46,7 +46,7 @@ infra:
4646
application:
4747
control_api:
4848
replicas: 1
49-
version: '0.2396.0'
49+
version: '0.2457.0'
5050
resources:
5151
requests:
5252
cpu: 0.5
@@ -56,7 +56,7 @@ application:
5656
memory: 1024Mi
5757
data_api:
5858
replicas: 1
59-
version: '0.2396.0'
59+
version: '0.2457.0'
6060
resources:
6161
requests:
6262
cpu: 1

versions-config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"authVersion": "0.24.0",
3-
"backendVersion": "0.2396.0",
3+
"backendVersion": "0.2457.0",
44
"metaManagerVersion": "0.50.0",
5-
"releaseVersion": "2.7.0",
5+
"releaseVersion": "2.8.0",
66
"uiVersion": "0.3498.0",
77
"usVersion": "0.413.0"
8-
}
8+
}

0 commit comments

Comments
 (0)