Skip to content

Commit 6bac2a9

Browse files
Merge branch 'main' into chore/remove-product-config
2 parents 40c8e75 + d69cbcc commit 6bac2a9

3 files changed

Lines changed: 451 additions & 14 deletions

File tree

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.

crates/stackable-operator/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- [v2] Add `EnvVarSet::with_env_var` to add a given `EnvVar` to the set ([#1249]).
10+
11+
### Changed
12+
13+
- [v2] BREAKING: Converting an `EnvVarSet` into a `Vec<EnvVar>` takes dependencies between
14+
environment variables into account ([#1249]).
15+
16+
[#1249]: https://github.com/stackabletech/operator-rs/pull/1249
17+
718
## [0.113.4] - 2026-07-09
819

920
### Changed

0 commit comments

Comments
 (0)