Skip to content

Commit f13c991

Browse files
committed
merge main
2 parents 0140d27 + ef902e6 commit f13c991

File tree

7 files changed

+649
-798
lines changed

7 files changed

+649
-798
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ repos:
1515
- id: detect-private-key
1616

1717
- repo: https://github.com/EmbarkStudios/cargo-deny
18-
# Failing to compile cargo-deny with version >0.18.3, needs rust 1.88.0
19-
rev: 0.18.6 # 0.18.3
18+
rev: 8d76e7e991107da82c4a59cdc362a2739539f55d # 0.18.9
2019
hooks:
2120
- id: cargo-deny
2221
args: ["--all-features", "check", "advisories", "bans", "licenses", "sources"]

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
### Added
6+
7+
- Add operator versioning ([#725]).
8+
- GitSync considered for v1alpha1 and v1alpha2
9+
- Support objectOverrides using `.spec.objectOverrides`.
10+
See [objectOverrides concepts page](https://docs.stackable.tech/home/nightly/concepts/overrides/#object-overrides) for details ([#726]).
11+
12+
[#725]: https://github.com/stackabletech/airflow-operator/pull/725
13+
[#726]: https://github.com/stackabletech/airflow-operator/pull/726
14+
515
## [25.11.0] - 2025-11-07
616

717
## [25.11.0-rc1] - 2025-11-06

0 commit comments

Comments
 (0)