Skip to content

Commit 18953df

Browse files
authored
feat: Reduce CRD size (#584)
* feat: Reduce CRD size by omitting extraVolumes schema * bump to op-rs 0.63.0 * lockfiles * changelog
1 parent 6ddefe0 commit 18953df

File tree

7 files changed

+2810
-37729
lines changed

7 files changed

+2810
-37729
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ All notable changes to this project will be documented in this file.
66

77
### Changed
88

9+
- Reduce CRD size from `2.4MB` to `183KB` by accepting arbitrary YAML input instead of the underlying schema for the following fields ([#584]):
10+
- `podOverrides`
11+
- `affinity`
12+
- `extraVolumes`
913
- Replace `lazy_static` with `std::cell::LazyCell` ([#604]).
1014

15+
[#584]: https://github.com/stackabletech/druid-operator/pull/584
1116
[#604]: https://github.com/stackabletech/druid-operator/pull/604
1217

1318
## [24.7.0] - 2024-07-24

0 commit comments

Comments
 (0)