Skip to content

Commit e5bfee5

Browse files
chore: Release stackable-operator 0.86.0 (#954)
* chore: Release stackable-operator 0.86.0 * chore(stackable-operator): Update the release date in the changelog
1 parent 340dfe9 commit e5bfee5

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

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

55
## [Unreleased]
66

7+
## [0.86.0] - 2025-01-30
8+
79
### Added
810

911
- Add generic `TtlCache` structure as well as a `UserInformationCache` type ([#943]).

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

crates/stackable-operator/src/commons/cache.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ impl TtlCacheDefaults for UserInformationCacheDefaults {
4141
Eq
4242
)]
4343
pub struct TtlCache<D> {
44-
/// Time to live per entry; Entries which were not queried within the given duration, are
45-
/// removed.
44+
/// Time to live per entry
4645
#[serde(default = "D::entry_time_to_live")]
4746
pub entry_time_to_live: Duration,
4847

0 commit comments

Comments
 (0)