Skip to content

Commit

Permalink
chore: Release stackable-operator 0.86.0 (#954)
Browse files Browse the repository at this point in the history
* chore: Release stackable-operator 0.86.0

* chore(stackable-operator): Update the release date in the changelog
  • Loading branch information
siegfriedweber authored Jan 30, 2025
1 parent 340dfe9 commit e5bfee5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
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.

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

## [Unreleased]

## [0.86.0] - 2025-01-30

### Added

- Add generic `TtlCache` structure as well as a `UserInformationCache` type ([#943]).
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.85.0"
version = "0.86.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down
3 changes: 1 addition & 2 deletions crates/stackable-operator/src/commons/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ impl TtlCacheDefaults for UserInformationCacheDefaults {
Eq
)]
pub struct TtlCache<D> {
/// Time to live per entry; Entries which were not queried within the given duration, are
/// removed.
/// Time to live per entry
#[serde(default = "D::entry_time_to_live")]
pub entry_time_to_live: Duration,

Expand Down

0 comments on commit e5bfee5

Please sign in to comment.