Skip to content

Commit

Permalink
Release DataLens v1.8.0 (#183)
Browse files Browse the repository at this point in the history
* DataLens release v1.8.0
---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
3 people authored Aug 5, 2024
1 parent 12d0943 commit e318d10
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v1.8.0 (2024-08-05)

### Image versions
- datalens-control-api: 0.2102.2
- datalens-data-api: 0.2102.2
- datalens-ui: 0.1863.0 -> 0.1906.0 ([full changelog](https://github.com/datalens-tech/datalens-ui/compare/v0.1863.0...v0.1906.0))
- datalens-us: 0.224.0

### New features
- **Dashboards**: Add the ability to create group controls on dash. [datalens-tech/datalens-ui#1262](https://github.com/datalens-tech/datalens-ui/pull/1262)

### Bug fixes
- **Dashboards**: Support group controls in old links. [datalens-tech/datalens-ui#1294](https://github.com/datalens-tech/datalens-ui/pull/1294)

### Chores
- **Dashboards**: Refactoring dash components. [datalens-tech/datalens-ui#1263](https://github.com/datalens-tech/datalens-ui/pull/1263)


## v1.7.0 (2024-07-17)

### Image versions
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ services:

datalens:
container_name: datalens-ui
image: ghcr.io/datalens-tech/datalens-ui:0.1863.0
image: ghcr.io/datalens-tech/datalens-ui:0.1906.0
ports:
- ${UI_PORT:-8080}:8080
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ services:

datalens:
container_name: datalens-ui
image: ghcr.io/datalens-tech/datalens-ui:0.1863.0
image: ghcr.io/datalens-tech/datalens-ui:0.1906.0
ports:
- ${UI_PORT:-8080}:8080
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.zitadel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ services:

datalens:
container_name: datalens-ui
image: ghcr.io/datalens-tech/datalens-ui:0.1863.0
image: ghcr.io/datalens-tech/datalens-ui:0.1906.0
ports:
- ${UI_PORT:-8080}:8080
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion versions-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"controlApiVersion": "0.2102.2",
"dataApiVersion": "0.2102.2",
"uiVersion": "0.1863.0",
"uiVersion": "0.1906.0",
"usVersion": "0.224.0"
}

0 comments on commit e318d10

Please sign in to comment.