Skip to content

Commit

Permalink
Update images versions
Browse files Browse the repository at this point in the history
  • Loading branch information
melikhov-dev committed Dec 20, 2023
1 parent c015f93 commit 19e0558
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ metadata
pg-demo-connection/data
certs
.DS_Store
.idea
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 2023-12-21

### Updated images
- datalens-control-api: 0.2038.1 -> 0.2040.0
- datalens-data-api: 0.2038.1 -> 0.2040.0
- datalens-us: 0.116.0 -> 0.132.0
- datalens-ui: 0.955.0 -> 0.1113.0

### Changed

- Updated system dependencies to fix vulnerabilities.
- datalens-ui and datalens-us containers switched to rootless mode.
- Some small improvements.
8 changes: 4 additions & 4 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.2038.1
image: ghcr.io/datalens-tech/datalens-control-api:0.2040.0
environment:
BI_API_UWSGI_WORKERS_COUNT: 4
CONNECTOR_AVAILABILITY_VISIBLE: "clickhouse,postgres,chyt"
Expand All @@ -31,7 +31,7 @@ services:

data-api:
container_name: datalens-data-api
image: ghcr.io/datalens-tech/datalens-data-api:0.2038.1
image: ghcr.io/datalens-tech/datalens-data-api:0.2040.0
environment:
GUNICORN_WORKERS_COUNT: 5
RQE_FORCE_OFF: 1
Expand Down Expand Up @@ -76,7 +76,7 @@ services:

us:
container_name: datalens-us
image: ghcr.io/datalens-tech/datalens-us:0.116.0
image: ghcr.io/datalens-tech/datalens-us:0.132.0
depends_on:
- pg-us
environment:
Expand All @@ -97,7 +97,7 @@ services:

datalens:
container_name: datalens-ui
image: ghcr.io/datalens-tech/datalens-ui:0.955.0
image: ghcr.io/datalens-tech/datalens-ui:0.1113.0
ports:
- 8080:80
depends_on:
Expand Down

0 comments on commit 19e0558

Please sign in to comment.