Skip to content
Open
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions crates/stackable-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Added

- [v2] Add `EnvVarSet::with_env_var` to add a given `EnvVar` to the set ([#1249]).

### Changed

- [v2] BREAKING: Converting an `EnvVarSet` into a `Vec<EnvVar>` takes dependencies between
environment variables into account ([#1249]).

[#1249]: https://github.com/stackabletech/operator-rs/pull/1249

## [0.113.4] - 2026-07-09

### Changed
Expand Down
Loading