You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deployment/release-notes/v1.50-v1.59.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# Release notes
2
2
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.
0 commit comments