Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions crates/stackable-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,18 @@ All notable changes to this project will be documented in this file.

### Added

- Add support for floating tags in product image selection ([#1226]).
- Add missing `SecurityContextBuilder::build` associated function ([#1271]).

### Changed

- BREAKING: The `AutoProductImage::stackable_version` field now accepts a `semver::Version` instead of a plain
`String` ([#1226]).
- BREAKING: The `ProductImage::pull_policy` field's type is now `Option<PullPolicy>` instead of `PullPolicy` and
`ProductImage::resolve`'s `operator_version` argument now expects a `semver::Version` ([#1226]).
- BREAKING: `PullPolicy` doesn't implement `Default` anymore ([#1226]).

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

## [0.117.0] - 2026-09-03
Expand Down