Skip to content

Commit

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

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
3 people authored Jun 5, 2024
1 parent 42f2f00 commit 94de7ad
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v1.1.0 (2024-06-05)

### Image versions
- datalens-control-api: 0.2091.0
- datalens-data-api: 0.2091.0
- datalens-ui: 0.1675.0 -> 0.1685.0 ([full changelog](https://github.com/datalens-tech/datalens-ui/compare/v0.1675.0...v0.1685.0))
- datalens-us: 0.204.0

### New features
- **Dashboards**. Remove flag ShowDashWidgetBg (enable feature without flag). [datalens-tech/datalens-ui#1044](https://github.com/datalens-tech/datalens-ui/pull/1044)

### Bug fixes
- **Dashboards**. Add min height equals to 2 rows for autoheight widgets. [datalens-tech/datalens-ui#1042](https://github.com/datalens-tech/datalens-ui/pull/1042)
- **Dashboards**. Fix link of dataset in 'Open' dataset button in selector modal. [datalens-tech/datalens-ui#1043](https://github.com/datalens-tech/datalens-ui/pull/1043)
- **Dashboards**. Fix values of presets in Control dialog. [datalens-tech/datalens-ui#1045](https://github.com/datalens-tech/datalens-ui/pull/1045)
- **Dashboards**. Fix paste error while paste chart in not saved folder dash. [datalens-tech/datalens-ui#1048](https://github.com/datalens-tech/datalens-ui/pull/1048)


## v1.0.0 (2024-05-31)

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

datalens:
container_name: datalens-ui
image: ghcr.io/datalens-tech/datalens-ui:0.1675.0
image: ghcr.io/datalens-tech/datalens-ui:0.1685.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 @@ -94,7 +94,7 @@ services:

datalens:
container_name: datalens-ui
image: ghcr.io/datalens-tech/datalens-ui:0.1675.0
image: ghcr.io/datalens-tech/datalens-ui:0.1685.0
ports:
- ${UI_PORT:-8080}:8080
depends_on:
Expand Down
6 changes: 3 additions & 3 deletions versions-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"controlApiVersion": "0.2091.0",
"dataApiVersion": "0.2091.0",
"usVersion": "0.204.0",
"uiVersion": "0.1675.0"
}
"uiVersion": "0.1685.0",
"usVersion": "0.204.0"
}

0 comments on commit 94de7ad

Please sign in to comment.