Skip to content

v1.6.2

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Mar 05:39
· 931 commits to master since this release

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