Skip to content

Commit

Permalink
feat: Support PodDisruptionBudgets (#399)
Browse files Browse the repository at this point in the history
* feat: Support PodDisruptionBudgets

* changelog

* docs

* typo

* fix docs

* more doc fixes

* remove page alias

* add test

* Adopt to Lars review

* bump: operator-rs 0.52.0

* charts

* bump: operator-rs 0.52.1

* Apply suggestions from code review

Co-authored-by: Andrew Kenworthy <[email protected]>

---------

Co-authored-by: Andrew Kenworthy <[email protected]>
  • Loading branch information
sbernauer and adwk67 authored Oct 5, 2023
1 parent bead171 commit 6b3e024
Show file tree
Hide file tree
Showing 18 changed files with 562 additions and 290 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@

- Default stackableVersion to operator version ([#385]).
- Configuration overrides for the JVM security properties, such as DNS caching ([#389]).
- Support PodDisruptionBudgets ([#399]).

### Changed

- `vector` `0.26.0` -> `0.31.0` ([#382]).
- `operator-rs` `0.44.0` -> `0.45.1` ([#385]).
- `operator-rs` `0.44.0` -> `0.52.1` ([#385], [#399]).

### Fixed

Expand All @@ -20,6 +21,7 @@
[#385]: https://github.com/stackabletech/hbase-operator/pull/385
[#389]: https://github.com/stackabletech/hbase-operator/pull/389
[#394]: https://github.com/stackabletech/hbase-operator/pull/394
[#399]: https://github.com/stackabletech/hbase-operator/pull/399

## [23.7.0] - 2023-07-14

Expand Down
Loading

0 comments on commit 6b3e024

Please sign in to comment.