Major Changes
- feat: Add readiness probes to EventBus StatefulSet (#3894)
- feat: support GitHub App authentication for Sensor git triggers (#4018)
- feat(logging): support warn log level via LOG_LEVEL=warn (#4019)
- feat: make Kubernetes leader election timeouts configurable via env vars (#4029)
- feat: Add kafka msk iam support (#3963)
- fix: avoid duplicate slashes in formatted webhook URLs (#4056)
- fix: Initialize Prometheus Counters to 0 when service(s) start (#3906)
- fix: reduce lame_duck_duration to 30s to fit within terminationGracePeriodSeconds (#3959)
Pull Requests
Installation
kubectl create namespace argo-events
kubectl apply -n argo-events -f https://github.com/argoproj/argo-events/releases/download/v1.9.11/install.yaml
# Install validating webhook (optional)
kubectl apply -n argo-events -f https://github.com/argoproj/argo-events/releases/download/v1.9.11/install-validating-webhook.yamlFull Changelog: v1.9.10...v1.9.11