Skip to content

Commit 6334044

Browse files
Merge branch 'main' into feat/smooth-operator/build-rbac
2 parents ccd92a6 + d69cbcc commit 6334044

3 files changed

Lines changed: 468 additions & 16 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,16 @@ 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
- [v2] Add `rbac::build_service_account` and `rbac::build_role_binding`, the infallible variant of
1011
`commons::rbac::build_rbac_resources` based on typed names and owner references ([#1251]).
1112

13+
### Changed
14+
15+
- [v2] BREAKING: Converting an `EnvVarSet` into a `Vec<EnvVar>` takes dependencies between
16+
environment variables into account ([#1249]).
17+
18+
[#1249]: https://github.com/stackabletech/operator-rs/pull/1249
1219
[#1251]: https://github.com/stackabletech/operator-rs/pull/1251
1320

1421
## [0.113.4] - 2026-07-09

0 commit comments

Comments
 (0)