Skip to content

Commit 35d6376

Browse files
committed
main merge
2 parents 8270bee + ba154b3 commit 35d6376

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010

1111
- Internal operator refactoring: introduce a build() step in the reconciler that
1212
assembles all relevant Kubernetes resources before anything is applied ([#814]).
13+
- Bump stackable-operator to 0.114.0 ([#827]).
1314

1415
[#814]: https://github.com/stackabletech/airflow-operator/pull/814
1516
[#822]: https://github.com/stackabletech/airflow-operator/pull/822
17+
[#827]: https://github.com/stackabletech/airflow-operator/pull/827
1618

1719
## [26.7.0] - 2026-07-21
1820

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/stackabletech/airflow-operator"
1313
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", features = [
1414
"crds",
1515
"webhook",
16-
], tag = "stackable-operator-0.113.3" }
16+
], tag = "stackable-operator-0.114.0" }
1717

1818
anyhow = "1.0"
1919
built = { version = "0.8", features = ["chrono", "git2"] }

0 commit comments

Comments
 (0)