Skip to content

Commit

Permalink
Release DataLens v1.10.0 (#192)
Browse files Browse the repository at this point in the history
* DataLens release v1.10.0
  • Loading branch information
github-actions[bot] authored Aug 29, 2024
1 parent 47cdf2f commit 15ce855
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 8 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## v1.10.0 (2024-08-29)

### Image versions
- datalens-control-api: 0.2132.0 -> 0.2139.0 ([full changelog](https://github.com/datalens-tech/datalens-backend/compare/v0.2132.0...v0.2139.0))
- datalens-data-api: 0.2132.0 -> 0.2139.0 ([full changelog](https://github.com/datalens-tech/datalens-backend/compare/v0.2132.0...v0.2139.0))
- datalens-ui: 0.1906.0
- datalens-us: 0.224.0

### New features
- **General components**: Add native types serialization. [datalens-tech/datalens-backend#574](https://github.com/datalens-tech/datalens-backend/pull/574)
- **Connectors**: Add secure to file settings. [datalens-tech/datalens-backend#581](https://github.com/datalens-tech/datalens-backend/pull/581)
- CSRF multiple secrets support added. [datalens-tech/datalens-backend#579](https://github.com/datalens-tech/datalens-backend/pull/579)
- **General components**: Add an option to use the json serializer for non-stream requests in RQE. [datalens-tech/datalens-backend#569](https://github.com/datalens-tech/datalens-backend/pull/569)

### Bug fixes
- **Connectors**: Bitrix user field filtering fix. [datalens-tech/datalens-backend#575](https://github.com/datalens-tech/datalens-backend/pull/575)

### Dependencies
- Update Zitadel version. [datalens-tech/datalens#191](https://github.com/datalens-tech/datalens/pull/191)


## v1.9.0 (2024-08-15)

### Image versions
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:

control-api:
container_name: datalens-control-api
image: ghcr.io/datalens-tech/datalens-control-api:0.2132.0
image: ghcr.io/datalens-tech/datalens-control-api:0.2139.0
environment:
BI_API_UWSGI_WORKERS_COUNT: 4
CONNECTOR_AVAILABILITY_VISIBLE: "clickhouse,postgres,chyt,ydb,mysql,greenplum,mssql"
Expand All @@ -28,7 +28,7 @@ services:

data-api:
container_name: datalens-data-api
image: ghcr.io/datalens-tech/datalens-data-api:0.2132.0
image: ghcr.io/datalens-tech/datalens-data-api:0.2139.0
environment:
GUNICORN_WORKERS_COUNT: 5
RQE_FORCE_OFF: 1
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:

control-api:
container_name: datalens-control-api
image: ghcr.io/datalens-tech/datalens-control-api:0.2132.0
image: ghcr.io/datalens-tech/datalens-control-api:0.2139.0
environment:
BI_API_UWSGI_WORKERS_COUNT: 4
CONNECTOR_AVAILABILITY_VISIBLE: "clickhouse,postgres,chyt,ydb,mysql,greenplum,mssql"
Expand All @@ -26,7 +26,7 @@ services:

data-api:
container_name: datalens-data-api
image: ghcr.io/datalens-tech/datalens-data-api:0.2132.0
image: ghcr.io/datalens-tech/datalens-data-api:0.2139.0
environment:
GUNICORN_WORKERS_COUNT: 5
RQE_FORCE_OFF: 1
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.zitadel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:

control-api:
container_name: datalens-control-api
image: ghcr.io/datalens-tech/datalens-control-api:0.2132.0
image: ghcr.io/datalens-tech/datalens-control-api:0.2139.0
environment:
BI_API_UWSGI_WORKERS_COUNT: 4
CONNECTOR_AVAILABILITY_VISIBLE: "clickhouse,postgres,chyt,ydb,mysql,greenplum,mssql"
Expand All @@ -34,7 +34,7 @@ services:

data-api:
container_name: datalens-data-api
image: ghcr.io/datalens-tech/datalens-data-api:0.2132.0
image: ghcr.io/datalens-tech/datalens-data-api:0.2139.0
environment:
GUNICORN_WORKERS_COUNT: 5
RQE_FORCE_OFF: 1
Expand Down
4 changes: 2 additions & 2 deletions versions-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"controlApiVersion": "0.2132.0",
"dataApiVersion": "0.2132.0",
"controlApiVersion": "0.2139.0",
"dataApiVersion": "0.2139.0",
"uiVersion": "0.1906.0",
"usVersion": "0.224.0"
}

0 comments on commit 15ce855

Please sign in to comment.