Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.0.0 #1

Merged
merged 5 commits into from
Nov 22, 2024
Merged

Release v1.0.0 #1

merged 5 commits into from
Nov 22, 2024

Conversation

joon6093
Copy link
Owner

@joon6093 joon6093 commented Nov 22, 2024

⭐ New Features

  • Kubernetes Pod 종료 시 SIGTERM 신호 처리

    • Kubernetes에서 애플리케이션이 종료될 때 전달되는 SIGTERM 신호를 감지해 종료 코드를 0으로 설정했습니다.
    • 이로 인해 Kubernetes에서 애플리케이션 종료 상태가 "Error"로 표시되지 않으며, 불필요한 알람이 발생하지 않도록 개선했습니다.
  • Spring Auto Configuration 지원

    • Spring 애플리케이션 시작 시 관련 Bean이 자동으로 등록되도록 구성했습니다.
    • 사용자가 별도로 Bean을 등록할 필요 없이, 간단한 설정만으로 Kubernetes 환경에서 SIGTERM 신호를 처리할 수 있습니다.

❤️ Contributors

  • @joon6093

    이번 릴리스에 기여해주신 모든 분들께 감사드립니다!

@joon6093 joon6093 self-assigned this Nov 22, 2024
Copy link

Test Results

1 tests   1 ✅  0s ⏱️
1 suites  0 💤
1 files    0 ❌

Results for commit b84f071.

@joon6093 joon6093 merged commit 92fef5d into main Nov 22, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant