Skip to content

Commit 2ba637e

Browse files
authored
chore(operator): Release 0.106.1 (#1153)
1 parent d360c47 commit 2ba637e

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.106.1] - 2026-02-17
8+
9+
### Fixed
10+
11+
- Skip serializing traffic policy field of ListenerClass if `None` ([#1152]).
12+
13+
[#1152]: https://github.com/stackabletech/operator-rs/pull/1152
14+
715
## [0.106.0] - 2026-02-13
816

917
### Changed

crates/stackable-operator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stackable-operator"
33
description = "Stackable Operator Framework"
4-
version = "0.106.0"
4+
version = "0.106.1"
55
authors.workspace = true
66
license.workspace = true
77
edition.workspace = true

0 commit comments

Comments
 (0)