Skip to content

Commit db0aba1

Browse files
committed
Merge branch 'main' into feat/smooth-operator/rbac-consolidate-labels
2 parents bc8ab6c + ba154b3 commit db0aba1

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88
assembles all relevant Kubernetes resources before anything is applied ([#814]).
99
- The RBAC ServiceAccount and RoleBinding are now built with the operator-rs `v2::rbac`
1010
functions and carry the full set of recommended labels ([#821]).
11+
- Bump stackable-operator to 0.114.0 ([#827]).
1112

1213
[#814]: https://github.com/stackabletech/airflow-operator/pull/814
1314
[#821]: https://github.com/stackabletech/airflow-operator/pull/821
15+
[#827]: https://github.com/stackabletech/airflow-operator/pull/827
16+
1417

1518
## [26.7.0] - 2026-07-21
1619

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/operator-binary/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ async fn main() -> anyhow::Result<()> {
6969
operator_environment,
7070
maintenance,
7171
common,
72-
..
7372
}) => {
7473
// NOTE (@NickLarsenNZ): Before stackable-telemetry was used:
7574
// - The console log level was set by `AIRFLOW_OPERATOR_LOG`, and is now `CONSOLE_LOG` (when using Tracing::pre_configured).

0 commit comments

Comments
 (0)