Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ All notable changes to this project will be documented in this file.
- Bump stackable-operator to 0.114.0 ([#439]).
- Bump stackabke-operator to 0.115.0 ([#444]).
Comment on lines 9 to 10

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When stackable-operator is upgraded, it should be mentioned here. This gives the opportunity to merge these entries (and fix the typo in stackabke).

Suggested change
- Bump stackable-operator to 0.114.0 ([#439]).
- Bump stackabke-operator to 0.115.0 ([#444]).
- Bump stackable-operator to 0.116.0 ([#439], [#443], [#444]).


### Fixed

- Support ConfigMaps and Secrets with names longer than 63 characters. Previously the restarter put
the object name into the name part of an annotation key, which Kubernetes limits to 63 characters,
causing it to reject the entire StatefulSet ([#443]).

[#439]: https://github.com/stackabletech/commons-operator/pull/439
[#443]: https://github.com/stackabletech/commons-operator/pull/443
[#444]: https://github.com/stackabletech/commons-operator/pull/444

## [26.7.0] - 2026-07-21
Expand Down
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading