Skip to content

Commit

Permalink
Release DataLens v1.17.0 (#250)
Browse files Browse the repository at this point in the history
* DataLens release v1.17.0

* update docker-compose and helm versions

---------

Co-authored-by: GitHub Release <>
  • Loading branch information
robot-charts authored Nov 29, 2024
1 parent 27605f9 commit 2d3d72f
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 10 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v1.17.0 (2024-11-29)

### Image versions
- datalens-control-api: 0.2176.0 -> 0.2181.0 ([full changelog](https://github.com/datalens-tech/datalens-backend/compare/v0.2176.0...v0.2181.0))
- datalens-data-api: 0.2176.0 -> 0.2181.0 ([full changelog](https://github.com/datalens-tech/datalens-backend/compare/v0.2176.0...v0.2181.0))
- datalens-ui: 0.2312.0
- datalens-us: 0.260.0

### New features
- **Connectors**: Add ClickHouse readonly level control. [datalens-tech/datalens-backend#710](https://github.com/datalens-tech/datalens-backend/pull/710)


## v1.16.0 (2024-11-15)

### Image versions
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
versions:
ui: 0.2312.0
control: 0.2176.0
data: 0.2176.0
control: 0.2181.0
data: 0.2181.0
us: 0.260.0

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

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

data-api:
container_name: datalens-data-api
image: ghcr.io/datalens-tech/datalens-data-api:0.2176.0
image: ghcr.io/datalens-tech/datalens-data-api:0.2181.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 @@ -9,7 +9,7 @@ services:

control-api:
container_name: datalens-control-api
image: ghcr.io/datalens-tech/datalens-control-api:0.2176.0
image: ghcr.io/datalens-tech/datalens-control-api:0.2181.0
environment:
BI_API_UWSGI_WORKERS_COUNT: 4
CONNECTOR_AVAILABILITY_VISIBLE: "clickhouse,postgres,chyt,ydb,mysql,greenplum,mssql,appmetrica_api,metrika_api"
Expand All @@ -24,7 +24,7 @@ services:

data-api:
container_name: datalens-data-api
image: ghcr.io/datalens-tech/datalens-data-api:0.2176.0
image: ghcr.io/datalens-tech/datalens-data-api:0.2181.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 @@ -9,7 +9,7 @@ services:

control-api:
container_name: datalens-control-api
image: ghcr.io/datalens-tech/datalens-control-api:0.2176.0
image: ghcr.io/datalens-tech/datalens-control-api:0.2181.0
environment:
BI_API_UWSGI_WORKERS_COUNT: 4
CONNECTOR_AVAILABILITY_VISIBLE: "clickhouse,postgres,chyt,ydb,mysql,greenplum,mssql,appmetrica_api,metrika_api"
Expand All @@ -32,7 +32,7 @@ services:

data-api:
container_name: datalens-data-api
image: ghcr.io/datalens-tech/datalens-data-api:0.2176.0
image: ghcr.io/datalens-tech/datalens-data-api:0.2181.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.2176.0",
"dataApiVersion": "0.2176.0",
"controlApiVersion": "0.2181.0",
"dataApiVersion": "0.2181.0",
"uiVersion": "0.2312.0",
"usVersion": "0.260.0"
}

0 comments on commit 2d3d72f

Please sign in to comment.