Skip to content

Commit

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

* changelog

* 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 58bbd18 commit 15d01f8
Show file tree
Hide file tree
Showing 17 changed files with 541 additions and 430 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ All notable changes to this project will be documented in this file.

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

### Changed

- `vector` `0.26.0` -> `0.31.0` ([#361]).
- `operator-rs` `0.44.0` -> `0.45.1` ([#360]).
- `operator-rs` `0.44.0` -> `0.52.1` ([#360], [#376]).

[#360]: https://github.com/stackabletech/hive-operator/pull/360
[#361]: https://github.com/stackabletech/hive-operator/pull/361
[#365]: https://github.com/stackabletech/hive-operator/pull/365
[#376]: https://github.com/stackabletech/hive-operator/pull/376

## [23.7.0] - 2023-07-14

Expand Down
Loading

0 comments on commit 15d01f8

Please sign in to comment.