Skip to content

v1.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 04 May 17:40
· 1149 commits to master since this release

Major Changes

  • Fail invalid SNS notification request instead of application panic.
  • Github Event Source supports multi repos and mitigate race conditions when DeleteHookOnFinish is used.
  • Fix EventSource Pod start issue when EventBus uses none auth strategy.

See what's new in v1.3.

Pull Requests

  • fix: Always mount tmp emptyDir. Fixes #1194 (#1196)
  • fix: typo in readme (#1193)
  • ci: Run Snyk vulnerability check (#1192)
  • chore: fix typo (#1189)
  • feat(github-eventsource): Support multi repos and mitigate race conditions (#1181)
  • fix: Fast fail invalid SNS notification. Fixes: #1182 (#1185)
  • docs: Revert "docs: Update link to the new CNCF Slack channel (#1179)" (#1180)
  • docs: Update link to the new CNCF Slack channel (#1179)

Contributors

@terrytangyuan
@whynowy
@mac9416
@KeisukeYamashita

Installation

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

# Install validating webhook (optional)
kubectl apply -n argo-events -f https://raw.githubusercontent.com/argoproj/argo-events/v1.3.1/manifests/install-validating-webhook.yaml