Skip to content

Commit

Permalink
feat: Support setting TLS certificate lifetimes (#892)
Browse files Browse the repository at this point in the history
* feat: Support setting TLS certificate lifetimes

* chore: bump op-rs

* cargo update -p rustls
  • Loading branch information
razvan authored Dec 4, 2024
1 parent cfb9752 commit 879a672
Show file tree
Hide file tree
Showing 7 changed files with 503 additions and 214 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Added

- The lifetime of auto generated TLS certificates is now configurable with the role and roleGroup
config property `requestedSecretLifetime`. This helps reduce frequent Pod restarts ([#892]).

### Fixed

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

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

## [24.11.0] - 2024-11-18

Expand Down
Loading

0 comments on commit 879a672

Please sign in to comment.