Skip to content

v1.7.6

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 07:30
· 752 commits to master since this release

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