Skip to content

Commit 3231b66

Browse files
authored
Merge branch 'main' into feat/openlineage-crd
2 parents b209765 + d69cbcc commit 3231b66

2 files changed

Lines changed: 467 additions & 15 deletions

File tree

crates/stackable-operator/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,18 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

9+
- [v2] Add `EnvVarSet::with_env_var` to add a given `EnvVar` to the set ([#1249]).
910
- Add `crd::openlineage` module with the `OpenLineageConnection` CRD (a reusable connection to an
1011
OpenLineage backend), an `InlineConnectionOrReference` wrapper with `resolve()`, and an embeddable
1112
`OpenLineageJob` type for operators ([#1250]).
13+
14+
### Changed
15+
16+
- [v2] BREAKING: Converting an `EnvVarSet` into a `Vec<EnvVar>` takes dependencies between
17+
environment variables into account ([#1249]).
1218

13-
[#1250]: https://github.com/stackabletech/operator-rs/pull/XXXX
19+
[#1249]: https://github.com/stackabletech/operator-rs/pull/1249
20+
[#1250]: https://github.com/stackabletech/operator-rs/pull/1250
1421

1522
## [0.113.4] - 2026-07-09
1623

0 commit comments

Comments
 (0)