Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(stackable-operator): Add cache structure #943

Merged
merged 16 commits into from
Jan 29, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
chore: Merge branch 'main' into feat/cache
siegfriedweber committed Jan 29, 2025
commit cae338e9fad0a15133090d83e214bcb0dd54d400
5 changes: 4 additions & 1 deletion crates/stackable-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -8,11 +8,14 @@ All notable changes to this project will be documented in this file.

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

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

## [0.85.0] - 2025-01-28

### Changed

- Change constant used for product image selection so that it defaults to OCI ([#945]).

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

## [0.84.1] - 2025-01-22
You are viewing a condensed version of this merge commit. You can view the full changes here.