Skip to content

Commit 879a672

Browse files
authored
feat: Support setting TLS certificate lifetimes (#892)
* feat: Support setting TLS certificate lifetimes * chore: bump op-rs * cargo update -p rustls
1 parent cfb9752 commit 879a672

File tree

7 files changed

+503
-214
lines changed

7 files changed

+503
-214
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- The lifetime of auto generated TLS certificates is now configurable with the role and roleGroup
10+
config property `requestedSecretLifetime`. This helps reduce frequent Pod restarts ([#892]).
11+
712
### Fixed
813

914
- BREAKING: Use distinct ServiceAccounts for the Stacklets, so that multiple Stacklets can be
1015
deployed in one namespace. Existing Stacklets will use the newly created ServiceAccounts after
1116
restart ([#889]).
1217

1318
[#889]: https://github.com/stackabletech/zookeeper-operator/pull/889
19+
[#892]: https://github.com/stackabletech/zookeeper-operator/pull/892
1420

1521
## [24.11.0] - 2024-11-18
1622

0 commit comments

Comments
 (0)