Skip to content

Commit 8cf624d

Browse files
igorlukaninovr
authored andcommitted
docs: clean-up
1 parent aaa1f06 commit 8cf624d

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

docs/pages/product/configuration.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,6 @@ module.exports = {
103103

104104
Both ways are equivalent; when in doubt, use Python.
105105

106-
<InfoBox>
107-
108-
Support for Python and the `cube.py` file was introduced in v0.34.
109-
110-
</InfoBox>
111-
112106
### Cube Core
113107

114108
When using Docker, ensure that the configuration file and your [data model

docs/pages/product/deployment/core.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ e.g., `cubejs/cubestore:arm64v8`.
6060
<InfoBox>
6161

6262
Note that it's a best practice to use specific locked versions, e.g.,
63-
`cubejs/cube:v0.34.56`, instead of `cubejs/cube:latest` in production.
63+
`cubejs/cube:v0.36.0`, instead of `cubejs/cube:latest` in production.
6464

6565
</InfoBox>
6666

@@ -284,7 +284,7 @@ a specific tag instead of `latest`:
284284
```yaml
285285
services:
286286
cube_api:
287-
image: cubejs/cube:v0.34.56
287+
image: cubejs/cube:v0.36.0
288288
ports:
289289
- 4000:4000
290290
environment:

0 commit comments

Comments
 (0)