Skip to content

Commit

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

* fix docs

* bump operator-rs

* charts

* typo

* typo

* Apply suggestions from code review

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

* fix test

* bump: operator-rs 0.52.1

---------

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

- [BREAKING] Implement KubernetesExecutor ([#311]).
- Default stackableVersion to operator version ([#312]).
- Support PodDisruptionBudgets ([#330]).

### Changed

- [BREAKING] Consolidated `spec.clusterConfig.authenticationConfig` to `spec.clusterConfig.authentication` which now takes a vector of AuthenticationClass references ([#303]).
- `vector` `0.26.0` -> `0.31.0` ([#308]).
- `operator-rs` `0.44.0` -> `0.45.1` ([#308]).
- `operator-rs` `0.44.0` -> `0.52.1` ([#308], [#330]).
- [BREAKING] Removed AirflowDB object, since it created some problems when reinstalling or upgrading an Airflow cluster. Instead, the initialization of the database was moved to the startup phase of each scheduler pod. To make sure the initialization does not run in parallel, the `PodManagementPolicy` of the scheduler StatefulSet was set to `OrderedReady`. The `.spec.clusterConfig.databaseInitialization` option was removed from the CRD, since it was just there to enable logging for the database initialization Job, which doesn't exist anymore ([#322]).

### Fixed
Expand All @@ -23,6 +24,7 @@
[#311]: https://github.com/stackabletech/airflow-operator/pull/311
[#312]: https://github.com/stackabletech/airflow-operator/pull/312
[#316]: https://github.com/stackabletech/airflow-operator/pull/316
[#330]: https://github.com/stackabletech/airflow-operator/pull/330

## [23.7.0] - 2023-07-14

Expand Down
Loading

0 comments on commit 8ee3628

Please sign in to comment.