Skip to content

Commit e4440c7

Browse files
committed
feat/ODM-11626 release 1.57
1 parent c4726a8 commit e4440c7

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

docs/deployment/release-notes/v1.50-v1.59.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Release notes
22

3+
## Version 1.57
4+
5+
### Helm configuration changes
6+
7+
- Removed the link to the database for the service `func-file`. If you have it in your `values.yaml`, then you can safely remove the `spring` map completely.
8+
9+
```yaml
10+
funcFile:
11+
configurationFiles:
12+
"application.yaml":
13+
spring:
14+
datasource:
15+
# -- Mysql jdbc URL
16+
url: "jdbc:mysql://..."
17+
```
18+
19+
- For the Clickhouse `busybox` image, the ability to set the repository and version has been added.
20+
21+
```yaml
22+
clickhouse:
23+
busyboxImage:
24+
# -- Image registry
25+
registry: docker.io
26+
# -- Image repository
27+
repository: busybox
28+
# -- Image tag
29+
tag: 1.36.1
30+
```
31+
332
## Version 1.56
433

534
### Export metrics to Genestack

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
mkdocs-material==9.5.6
22
mike==2.0.0
3+
4+
# https://github.com/squidfunk/mkdocs-material/issues/3085#issuecomment-933373590
5+
Jinja2==3.1.4

0 commit comments

Comments
 (0)