Skip to content

Commit

Permalink
mention vector and operator-rs bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
maltesander committed Oct 17, 2023
1 parent 3482417 commit 1de1357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
### 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.52.1` ([#308], [#330]).
- `vector` `0.26.0` -> `0.33.0` ([#308], [#334]).
- `operator-rs` `0.44.0` -> `0.55.0` ([#308], [#330], [#334]).
- [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 Down

0 comments on commit 1de1357

Please sign in to comment.