Major Changes
- Fixed the JetStream EventBus issue introduced in v1.7.5, thanks @khmjp for reporting it.
- Support using K8s leader election to do Active-passive HA, thanks @dfarr.
Pull Requests
Contributors
Installation
kubectl create namespace argo-events
kubectl apply -n argo-events -f https://github.com/argoproj/argo-events/releases/download/v1.7.6/install.yaml
# Install validating webhook (optional)
kubectl apply -n argo-events -f https://github.com/argoproj/argo-events/releases/download/v1.7.6/install-validating-webhook.yaml