v1.3.0-rc3
Pre-release
Pre-release
github-actions
released this
05 Apr 20:42
·
1128 commits
to master
since this release
Major Changes
- HA support for EventSource and Sensor, see the detail at
https://github.com/argoproj/argo-events/blob/master/docs/eventsources/ha.md
https://github.com/argoproj/argo-events/blob/master/docs/sensors/ha.md - Fixed a bug for Resource EventSource, see #1157
- Deprecated
spec.replica
in EventSource spec, it will be removed in v1.5, usespec.replicas
instead.
Pull Requests
- #1122 Added Produvar to USERS.md
- #1158 feat: HA support for event sources and sensors
- #1157 fix(resource-eventsource): Use event time instead of obj create time to filter UPDATE/DELETE events
- #1154 chore: use ClusterRoleBinding v1
Contributors
Installation
kubectl create namespace argo-events
kubectl apply -n argo-events -f https://raw.githubusercontent.com/argoproj/argo-events/v1.3.0-rc3/manifests/install.yaml
# Install validating-webhook
kubectl apply -n argo-events -f https://raw.githubusercontent.com/argoproj/argo-events/v1.3.0-rc3/manifests/install-validating-webhook.yaml