Skip to content

Commit

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

* update docker-compose.yml docker-compose-dev.yml

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
3 people authored Jun 7, 2024
1 parent 23d038e commit 74fc2a9
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 6 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## v1.2.0 (2024-06-07)

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

### New features
- **Dashboards**: Enable Dash DND ActionPanel for opensource production. [datalens-tech/datalens-ui#1063](https://github.com/datalens-tech/datalens-ui/pull/1063)
- **Dashboards**: Hide hint field in selector dialog when hint is not enabled. [datalens-tech/datalens-ui#1061](https://github.com/datalens-tech/datalens-ui/pull/1061)

### Bug fixes
- **General components**: Fix image bg in yfm. [datalens-tech/datalens-ui#1050](https://github.com/datalens-tech/datalens-ui/pull/1050)
- **Charts**: Custom palette for linear indicator. [datalens-tech/datalens-ui#1052](https://github.com/datalens-tech/datalens-ui/pull/1052)
- **Dashboards**: Increase the virtualization limit for dash tabs. [datalens-tech/datalens-ui#1058](https://github.com/datalens-tech/datalens-ui/pull/1058)
- **Dashboards**: Fix sub dialog width for defaults values. [datalens-tech/datalens-ui#1060](https://github.com/datalens-tech/datalens-ui/pull/1060)
- **Charts**: Fix ignore nulls behaviour. [datalens-tech/datalens-ui#1065](https://github.com/datalens-tech/datalens-ui/pull/1065)
- **Charts**: Add secondary layers list to ignore. [datalens-tech/datalens-ui#1066](https://github.com/datalens-tech/datalens-ui/pull/1066)
- **Charts**: Fix default behaviour for area. [datalens-tech/datalens-ui#1071](https://github.com/datalens-tech/datalens-ui/pull/1071)
- **Dashboards**: Fix chart-chart filtering when number parameter is passed. [datalens-tech/datalens-ui#1073](https://github.com/datalens-tech/datalens-ui/pull/1073)
- **Dashboards**: Fix mobile selectors hint. [datalens-tech/datalens-ui#1078](https://github.com/datalens-tech/datalens-ui/pull/1078)
- **Navigation**: Fix dashboard copy\duplicate action. [datalens-tech/datalens-ui#1080](https://github.com/datalens-tech/datalens-ui/pull/1080)

### Security
- **General components**: Add express trust proxy number param. [datalens-tech/datalens-ui#1082](https://github.com/datalens-tech/datalens-ui/pull/1082)


## v1.1.0 (2024-06-05)

### Image versions
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.204.0
image: ghcr.io/datalens-tech/datalens-us:0.205.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.1685.0
image: ghcr.io/datalens-tech/datalens-ui:0.1712.0
ports:
- ${UI_PORT:-8080}:8080
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.204.0
image: ghcr.io/datalens-tech/datalens-us:0.205.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.1685.0
image: ghcr.io/datalens-tech/datalens-ui:0.1712.0
ports:
- ${UI_PORT:-8080}:8080
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.2091.0",
"dataApiVersion": "0.2091.0",
"uiVersion": "0.1685.0",
"usVersion": "0.204.0"
"uiVersion": "0.1712.0",
"usVersion": "0.205.0"
}

0 comments on commit 74fc2a9

Please sign in to comment.