File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
crates/stackable-operator Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
- - BREAKING: Replace ` lazy_static ` with ` std::cell::LazyCell ` (the original implementation was done in [ #827 ] and reverted in [ #835 ] ) ([ #XXX ] ).
7
+ - BREAKING: Replace ` lazy_static ` with ` std::cell::LazyCell ` (the original implementation was done in [ #827 ] and reverted in [ #835 ] ) ([ #840 ] ).
8
8
9
9
### Added
10
10
@@ -20,7 +20,7 @@ All notable changes to this project will be documented in this file.
20
20
21
21
### Changed
22
22
23
- - Reverted [ #827 ] , in order to restore Rust 1.79 compatibility for now ([ #835 ] ).
23
+ - Reverted [ #827 ] , in order to restore Rust 1.79 compatibility for now ([ #835 ] ), re-opened in ( [ # 840 ] ) .
24
24
25
25
### Fixed
26
26
@@ -34,7 +34,7 @@ All notable changes to this project will be documented in this file.
34
34
35
35
### Changed
36
36
37
- - BREAKING: Replace ` lazy_static ` with ` std::cell::LazyCell ` ([ #827 ] ).
37
+ - BREAKING: Replace ` lazy_static ` with ` std::cell::LazyCell ` ([ #827 ] , [ # 835 ] , [ # 840 ] ).
38
38
- BREAKING: Convert ` podOverrides ` and ` affinity ` fields to take any arbitrary
39
39
YAML input, rather than using the underlying schema. With this change, one of
40
40
the larger CRDs, like the Druid CRD went down in size from ` 2.4MB ` to ` 288K `
@@ -46,6 +46,7 @@ All notable changes to this project will be documented in this file.
46
46
47
47
[ #821 ] : https://github.com/stackabletech/operator-rs/pull/821
48
48
[ #827 ] : https://github.com/stackabletech/operator-rs/pull/827
49
+ [ #840 ] : https://github.com/stackabletech/operator-rs/pull/840
49
50
50
51
## [ 0.71.0] - 2024-07-29
51
52
You can’t perform that action at this time.
0 commit comments