We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd4468 commit 6c53e10Copy full SHA for 6c53e10
1 file changed
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
7
+### Changed
8
+
9
+- Gracefully shutdown all concurrent tasks by forwarding the SIGTERM signal ([#396]).
10
11
### Fixed
12
13
- BREAKING: Prevent Pod 0 restart by utilizing a mutating webhook.
@@ -13,6 +17,7 @@ All notable changes to this project will be documented in this file.
17
env variable ([#387]).
14
18
15
19
[#387]: https://github.com/stackabletech/commons-operator/pull/387
20
+[#396]: https://github.com/stackabletech/commons-operator/pull/396
16
21
22
## [25.11.0] - 2025-11-07
23
0 commit comments