1.2.0
⭐ New Features
- Added handler activation and exit code configuration
- Users can configure the activation status of the handler and set a custom exit code.
- The handler can be controlled using the following configuration:
kubernetes: handler: enabled: true # Set whether the handler is enabled or disabled (default: true). exit-code: 0 # Set the exit code for graceful application termination (default: 0).
🔍 Test Enhancements
- Added tests for handler activation and deactivation
- Added a test to verify that
SigtermHandlerConfiguration
is properly registered in the Spring context and the exit code is set when the handler is activated. - Added a test to ensure that
SigtermHandlerConfiguration
is not registered in the Spring context when the handler is deactivated.
- Added a test to verify that
❤️ Contributors
-
Thank you to all the contributors for this release!
한국어 버전은 다음 링크에서 확인할 수 있습니다: 한국어 릴리스 노트 보기