v1.7.3
Major Changes
- Make port configurable in validating-webhook, defaults to 443
- Kafka EventSource discontinue processing (let it retry) if publishing to EventBus fails
- Enable argo 3.4 and nats jetstream 2.9
Pull Requests
- chore: enable argo v3.4 and nats 2.9.1 (#2216)
- feat: Make port configurable in webhook, default is set to 443 (#2215)
- feat: Kafka es discontinues processing if eb publishing fails (#2214)
- chore: fix examples to drop deprecated fields (#2204)
- fix: filter for github sensor example (#2188)
- fix: Emissary executor reads and writes to WorkflowTaskResults, not Pods (#2189)
Contributors
@juliev0
@nirsht
@whynowy
@tieum
Installation
kubectl create namespace argo-events
kubectl apply -n argo-events -f https://raw.githubusercontent.com/argoproj/argo-events/v1.7.3/manifests/install.yaml
# Install validating webhook (optional)
kubectl apply -n argo-events -f https://raw.githubusercontent.com/argoproj/argo-events/v1.7.3/manifests/install-validating-webhook.yaml