Skip to content

Commit 5cc4357

Browse files
committed
fix: Don't crash on Secret/ConfigMap names with more than 63 charaters
1 parent d07d9b6 commit 5cc4357

7 files changed

Lines changed: 610 additions & 298 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@ All notable changes to this project will be documented in this file.
88

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

11+
### Fixed
12+
13+
- Support ConfigMaps and Secrets with names longer than 63 characters. Previously the restarter put
14+
the object name into the name part of an annotation key, which Kubernetes limits to 63 characters,
15+
causing it to reject the entire StatefulSet ([#443]).
16+
1117
[#439]: https://github.com/stackabletech/commons-operator/pull/439
18+
[#443]: https://github.com/stackabletech/commons-operator/pull/443
1219

1320
## [26.7.0] - 2026-07-21
1421

0 commit comments

Comments
 (0)