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 @@ -8,7 +8,14 @@ All notable changes to this project will be documented in this file.

- Bump stackable-operator to 0.114.0 ([#439]).

### 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

## [26.7.0] - 2026-07-21

Expand Down
Loading
Loading