github argoproj/argo-events v1.7.6

latest releases: stable, v1.9.2, v1.9.1...
19 months ago

Major Changes

  • Fixed the JetStream EventBus issue introduced in v1.7.5, thanks @khmjp for reporting it.
  • Support using K8s leader election to do Active-passive HA, thanks @dfarr.

Pull Requests

v1.7.5...v1.7.6

Contributors

@dfarr
@whynowy

Installation

kubectl create namespace argo-events
kubectl apply -n argo-events -f https://github.com/argoproj/argo-events/releases/download/v1.7.6/install.yaml

# Install validating webhook (optional)
kubectl apply -n argo-events -f https://github.com/argoproj/argo-events/releases/download/v1.7.6/install-validating-webhook.yaml

Don't miss a new argo-events release

NewReleases is sending notifications on new releases.