Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 08:24
· 33 commits to main since this release
b997d49

Highlights

  • Support TLS auth with custom Redis backends (#113)
  • Support specifying a CA certificate for Redis (#105)

Installation

Install all TriggerMesh Core custom resources:

kubectl apply -f https://github.com/triggermesh/triggermesh-core/releases/download/v1.3.0/triggermesh-core-crds.yaml

Install the TriggerMesh Core controller:

kubectl apply -f https://github.com/triggermesh/triggermesh-core/releases/download/v1.3.0/triggermesh-core.yaml

Changelog