github argoproj/argo-events v1.6.2

latest releases: v1.9.1, stable, v1.9.0...
2 years ago

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

Don't miss a new argo-events release

NewReleases is sending notifications on new releases.