github argoproj/argo-events v1.3.0-rc4

latest releases: stable, v1.9.2, v1.9.1...
pre-release3 years ago

Major Changes

A new approach to run EventSource and Sensor with HA, without configuring extra RBAC.

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

Pull Requests

  • #1167 fix: Backoff retry should not swallow errors. Fixes #1166
  • #1163 feat: EventSource and Sensor HA without extra RBAC

Contributors

@whynowy

Installation

kubectl create namespace argo-events
kubectl apply -n argo-events -f https://raw.githubusercontent.com/argoproj/argo-events/v1.3.0-rc4/manifests/install.yaml

# Install validating-webhook
kubectl apply -n argo-events -f https://raw.githubusercontent.com/argoproj/argo-events/v1.3.0-rc4/manifests/install-validating-webhook.yaml

Don't miss a new argo-events release

NewReleases is sending notifications on new releases.