Skip to content

Commit

Permalink
Update UI and US versions
Browse files Browse the repository at this point in the history
update docker-compose.yml docker-compose-dev.yml
  • Loading branch information
melikhov-dev committed Feb 2, 2024
1 parent a3dfa70 commit 1964f09
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 2024-02-02

### Updated images
- datalens-us: 0.143.0 -> 0.149.0
- datalens-ui: 0.1245.0 -> 0.1268.0

### Changed
- Changed hide retry on some errors ([ui:#532](https://github.com/datalens-tech/datalens-ui/pull/532))
- Fix charts with params and datasets relations ([ui:#521](https://github.com/datalens-tech/datalens-ui/pull/521))
- Fix save button behaviour for QL charts ([ui:#548](https://github.com/datalens-tech/datalens-ui/pull/548))
- Fix bundlesize ([ui:#551](https://github.com/datalens-tech/datalens-ui/pull/551))

## 2024-01-26

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

us:
container_name: datalens-us
image: ghcr.io/datalens-tech/datalens-us:0.143.0
image: ghcr.io/datalens-tech/datalens-us:0.149.0
depends_on:
- pg-us
environment:
Expand All @@ -103,7 +103,7 @@ services:

datalens:
container_name: datalens-ui
image: ghcr.io/datalens-tech/datalens-ui:0.1245.0
image: ghcr.io/datalens-tech/datalens-ui:0.1268.0
ports:
- ${UI_PORT:-8080}:80
depends_on:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ services:

us:
container_name: datalens-us
image: ghcr.io/datalens-tech/datalens-us:0.143.0
image: ghcr.io/datalens-tech/datalens-us:0.149.0
depends_on:
- pg-us
environment:
Expand All @@ -94,7 +94,7 @@ services:

datalens:
container_name: datalens-ui
image: ghcr.io/datalens-tech/datalens-ui:0.1245.0
image: ghcr.io/datalens-tech/datalens-ui:0.1268.0
ports:
- ${UI_PORT:-8080}:80
depends_on:
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.2046.0",
"dataApiVersion": "0.2046.0",
"usVersion": "0.143.0",
"uiVersion": "0.1245.0"
"usVersion": "0.149.0",
"uiVersion": "0.1268.0"
}

0 comments on commit 1964f09

Please sign in to comment.