Skip to content

Commit ef902e6

Browse files
authored
feat: Support objectOverrides (#726)
* feat: Support objectOverrides * update to newer op-rs * changelog * nix stuff * Try newer cargo deny
1 parent 8607318 commit ef902e6

File tree

10 files changed

+825
-823
lines changed

10 files changed

+825
-823
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: baa02b0a0c54e0578aae6bb7c7181ad00dc290af # 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## [Unreleased]
44

5+
### Added
6+
7+
- Support objectOverrides using `.spec.objectOverrides`.
8+
See [objectOverrides concepts page](https://docs.stackable.tech/home/nightly/concepts/overrides/#object-overrides) for details ([#726]).
9+
10+
[#726]: https://github.com/stackabletech/airflow-operator/pull/726
11+
512
## [25.11.0] - 2025-11-07
613

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

0 commit comments

Comments
 (0)