Skip to content

Commit ed5d43d

Browse files
authored
fix: don't crash on Secret/ConfigMap names with > 63 charaters (#443)
* test: Use long Secret name * fix: Don't crash on Secret/ConfigMap names with more than 63 charaters * use new helper from operator-rs * fix Compilation for newer op-rs version * Update to op-rs 0.116.0 * changelog everything * Update nix * fix cargo doc
1 parent 2df571d commit ed5d43d

9 files changed

Lines changed: 430 additions & 354 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ All notable changes to this project will be documented in this file.
66

77
### Changed
88

9-
- Bump stackable-operator to 0.114.0 ([#439]).
10-
- Bump stackabke-operator to 0.115.0 ([#444]).
9+
- Bump stackable-operator to 0.116.0 ([#439], [#443], [#444]).
10+
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]).
1116

1217
[#439]: https://github.com/stackabletech/commons-operator/pull/439
18+
[#443]: https://github.com/stackabletech/commons-operator/pull/443
1319
[#444]: https://github.com/stackabletech/commons-operator/pull/444
1420

1521
## [26.7.0] - 2026-07-21

0 commit comments

Comments
 (0)