Major Changes
- Fixed a message lost issue. See the detail at #1694
The issue was actually fixed in v1.6.3
Check our blog for v1.6 release.
Pull Requests
- fix: changing lastResetTime to a time.Time from int64 seconds so time comparison can occur at a finer granularity (#1695)
Installation
kubectl create namespace argo-events
kubectl apply -n argo-events -f https://raw.githubusercontent.com/argoproj/argo-events/v1.6.2/manifests/install.yaml
# Install validating webhook (optional)
kubectl apply -n argo-events -f https://raw.githubusercontent.com/argoproj/argo-events/v1.6.2/manifests/install-validating-webhook.yaml