Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
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.

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

## [Unreleased]

## [0.106.0] - 2026-02-13

### Changed

- BREAKING: Upgrade to kube `3.0.1` and k8s-openapi `0.27.0` ([#1138]).
- Bump stackable-shared to `0.0.4`, refer to its [changelog](../stackable-shared/CHANGELOG.md) ([#1151]).

### Fixed

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

[#1138]: https://github.com/stackabletech/operator-rs/pull/1138
[#1149]: https://github.com/stackabletech/operator-rs/pull/1149
[#1151]: https://github.com/stackabletech/operator-rs/pull/1151

## [0.105.0] - 2026-02-03

Expand Down
2 changes: 1 addition & 1 deletion crates/stackable-operator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "stackable-operator"
description = "Stackable Operator Framework"
version = "0.105.0"
version = "0.106.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down
8 changes: 8 additions & 0 deletions crates/stackable-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.0.4] - 2025-10-06

### Changed

- BREAKING: Switch from `chrono` to `jiff` crate. This was done to follow the `kube` crate ([#1138]).

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

## [0.0.3] - 2025-10-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/stackable-shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stackable-shared"
version = "0.0.3"
version = "0.0.4"
Comment thread
Techassi marked this conversation as resolved.
Outdated
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down
Loading