Skip to content

Commit 2668199

Browse files
authored
feat: Add graceful shutdown (#674)
* feat: Add graceful shutdown * chore: Bump to stackable-operator 0.105.0 * chore: Add changelog entry * chore: Revert changes to dependency patch * chore: Bump bytes crate to 1.11.1 Fixes RUSTSEC-2026-0007. * chore: Bump git2 crate to 0.20.4 Fixes RUSTSEC-2026-0008.
1 parent 3818c03 commit 2668199

8 files changed

Lines changed: 98 additions & 79 deletions

File tree

CHANGELOG.md

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

77
### Changed
88

9+
- Gracefully shutdown all concurrent tasks by forwarding the SIGTERM signal ([#674]).
910
- OLM deployer doesn't add owner references to cluster scoped objects anymore ([#667]).
1011
Owner references ensure that objects are garbage collected by OpenShift upon operator removal but they cause problems when the operator is updated.
1112
This means that cluster wide objects are not removed anymore when the operator is uninstalled.
@@ -36,6 +37,7 @@ All notable changes to this project will be documented in this file.
3637
[#667]: https://github.com/stackabletech/secret-operator/pull/667
3738
[#670]: https://github.com/stackabletech/secret-operator/pull/670
3839
[#671]: https://github.com/stackabletech/secret-operator/pull/671
40+
[#674]: https://github.com/stackabletech/secret-operator/pull/674
3941
4042
## [25.11.0] - 2025-11-07
4143

Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 35 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)