Skip to content

Commit 73ed8c5

Browse files
authored
chore: Release stackable-operator 0.106.0, stackable-shared 0.1.0 (#1151)
* chore: Release stackable-operator 0.106.0, stackable-shared 0.0.4 * changelog * Bump stackable-shared to 0.1.0
1 parent a78d69f commit 73ed8c5

5 files changed

Lines changed: 21 additions & 4 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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.106.0] - 2026-02-13
8+
9+
### Changed
10+
11+
- BREAKING: Upgrade to kube `3.0.1` and k8s-openapi `0.27.0` ([#1138]).
12+
- Bump stackable-shared to `0.1.0`, refer to its [changelog](../stackable-shared/CHANGELOG.md) ([#1151]).
13+
714
### Fixed
815

916
- Store the Vector state in the log directory to ensure it persists across container restarts ([#1149]).
1017

18+
[#1138]: https://github.com/stackabletech/operator-rs/pull/1138
1119
[#1149]: https://github.com/stackabletech/operator-rs/pull/1149
20+
[#1151]: https://github.com/stackabletech/operator-rs/pull/1151
1221

1322
## [0.105.0] - 2026-02-03
1423

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.105.0"
4+
version = "0.106.0"
55
authors.workspace = true
66
license.workspace = true
77
edition.workspace = true

crates/stackable-shared/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.1.0] - 2025-10-06
8+
9+
### Changed
10+
11+
- BREAKING: Switch from `chrono` to `jiff` crate. This was done to follow the `kube` crate ([#1138]).
12+
13+
[#1138]: https://github.com/stackabletech/operator-rs/pull/1138
14+
715
## [0.0.3] - 2025-10-06
816

917
### Added

crates/stackable-shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stackable-shared"
3-
version = "0.0.3"
3+
version = "0.1.0"
44
authors.workspace = true
55
license.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)