FEATURES:
- Slack User Mention - HorizontalPodAutoScaler: Enables mentioning a specific user when HPA event occurs
CHANGES:
- Pod-Watcher - Watch Update: Pod update events will not be watched as default
FEATURES:
- Pod-Watcher - Ignore Pod Event: Enables ignoring all events using annotation
FEATURES:
- HPA Watcher: Add Horizontal Pod Autoscaler events watcher.
- Configuration: Add WATCHER_THREADS configuration - controller events can be process in parallel when value > 1
BUG FIXES:
- Fixed panic for nil pointer reference on pod watcher controller
QUALITY:
- Added end2end tests using kind cluster
FEATURES:
- Pod Watcher: Listens to pod(s) events from k8s api servers
- Slack Receiver: Receives watcher events and sends them to a configurable slack channel
- Slack User Mention - Crashloopback: Enables mentioning a specific user when CrashLoopBack event occurs
- Init Containers Event Watch: Enables watching init-containers events inside a pod
- Pod-Watcher - Ignore Update Event: Enables ignoring update events inside the Pod Watcher and only notify about Add/Delete events