File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments