File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
crates/stackable-operator Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ### Added
8
+
9
+ - Added support for logging to files ([ #814 ] ).
10
+
7
11
### Changed
8
12
9
13
- BREAKING: Bump ` kube ` to 0.92.0. This required changes in a unit test, because
@@ -12,13 +16,15 @@ All notable changes to this project will be documented in this file.
12
16
- [ Blog Post - Breaking Change] ( https://kube.rs/blog/2024/06/11/watcher-memory-improvements/#breaking-change )
13
17
- [ kube #1494 ] ( https://github.com/kube-rs/kube/pull/1494 )
14
18
- [ kube #1504 ] ( https://github.com/kube-rs/kube/pull/1504 )
19
+ - Changed OPA Bundle Builder Vector config to read from the new log-to-file setup ([ #814 ] ).
15
20
16
21
### Fixed
17
22
18
23
- Product image selection pull request version override now only applies to pull requests ([ #812 ] ).
19
24
20
25
[ #804 ] : https://github.com/stackabletech/operator-rs/pull/804
21
26
[ #812 ] : https://github.com/stackabletech/operator-rs/pull/812
27
+ [ #814 ] : https://github.com/stackabletech/operator-rs/pull/814
22
28
23
29
## [ 0.69.3] - 2024-06-12
24
30
You can’t perform that action at this time.
0 commit comments