Skip to content

Commit 0f2c0a3

Browse files
feat: Take dependencies into account when sorting environment variables
1 parent 300422c commit 0f2c0a3

2 files changed

Lines changed: 441 additions & 3 deletions

File tree

crates/stackable-operator/CHANGELOG.md

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

55
## [Unreleased]
66

7+
### Added
8+
9+
- [v2] BREAKING: Converting an `EnvVarSet` into a `Vec<EnvVar>` takes dependencies between the
10+
environment variables into account ([#1249]).
11+
12+
[#1249]: https://github.com/stackabletech/operator-rs/pull/1249
13+
714
## [0.113.4] - 2026-07-09
815

916
### Changed

0 commit comments

Comments
 (0)