Skip to content

Commit

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

* update docker-compose and helm versions

---------

Co-authored-by: GitHub Release <>
  • Loading branch information
robot-charts authored Dec 13, 2024
1 parent 6e493ed commit 1158527
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v1.18.1 (2024-12-13)

### Image versions
- datalens-control-api: 0.2181.0
- datalens-data-api: 0.2181.0
- datalens-ui: 0.2412.0
- datalens-us: 0.278.0 -> 0.281.0 ([full changelog](https://github.com/datalens-tech/datalens-us/compare/v0.278.0...v0.281.0))

### Bug fixes
- **Navigation**: Fix deleteWorkbooks for non-Zitadel mode. [datalens-tech/datalens-us#220](https://github.com/datalens-tech/datalens-us/pull/220)


## v1.18.0 (2024-12-11)

### Image versions
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ versions:
ui: 0.2412.0
control: 0.2181.0
data: 0.2181.0
us: 0.278.0
us: 0.281.0

database:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ services:

us:
container_name: datalens-us
image: ghcr.io/datalens-tech/datalens-us:0.278.0
image: ghcr.io/datalens-tech/datalens-us:0.281.0
depends_on:
- pg-us
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:

us:
container_name: datalens-us
image: ghcr.io/datalens-tech/datalens-us:0.278.0
image: ghcr.io/datalens-tech/datalens-us:0.281.0
depends_on:
- pg-us
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.zitadel.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.278.0
image: ghcr.io/datalens-tech/datalens-us:0.281.0
depends_on:
- pg-us
environment:
Expand Down
2 changes: 1 addition & 1 deletion versions-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"controlApiVersion": "0.2181.0",
"dataApiVersion": "0.2181.0",
"uiVersion": "0.2412.0",
"usVersion": "0.278.0"
"usVersion": "0.281.0"
}

0 comments on commit 1158527

Please sign in to comment.