Major Changes
- fix: compare errors with string to avoid log spew in jetstream sensor (#3441)
- feat: add workload identity support to azure event hub eventsource (#3434)
- fix: catastrophic data loss on NATS connectivity issues (#3449)
- feat: add authentication to nats trigger (#3467)
- fix: crash eventsource resource in some circumstances (#3496)
- chore: use human readable time format in the log (#3505)
- chore: use expr built-in functions instead of pkg (#3507)
- fix: allow gitlab eventsource to work without projects or groups (#3508)
- fix: disable the capability of attaching any properties to the container (#3528) - Thanks @thevilledev for reporting the vulnerability!
Pull Requests
Installation
kubectl create namespace argo-events
kubectl apply -n argo-events -f https://github.com/argoproj/argo-events/releases/download/v1.9.6/install.yaml
# Install validating webhook (optional)
kubectl apply -n argo-events -f https://github.com/argoproj/argo-events/releases/download/v1.9.6/install-validating-webhook.yaml