This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
v1.4.0
Highlights
- Added bounds for Triggers (#125)
Important Bug fixes
- Trigger resolvers can now combine reference and uri fields (#126)
Installation
Install all TriggerMesh Core custom resources:
kubectl apply -f https://github.com/triggermesh/triggermesh-core/releases/download/v1.4.0/triggermesh-core-crds.yaml
Install the TriggerMesh Core controller:
kubectl apply -f https://github.com/triggermesh/triggermesh-core/releases/download/v1.4.0/triggermesh-core.yaml
Changelog
- 43c6ac4: Add support for Replays (@FranBarrera)
- 78c1845: Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (@dependabot[bot])
- aa88ad2: Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (@dependabot[bot])
- 61a85ff: Bump github.com/triggermesh/brokers (@dependabot[bot])
- 1e971a3: Fix Trigger CRD - Uri (@FranBarrera)
- 4466a66: add namespaced installation (@odacremolbap)
- c0fd5e1: add trigger bounds CRD and sample (@odacremolbap)
- a7908cd: fix/clarify maxlen redis parameter (@odacremolbap)
- f812f48: goreleaser: archive.replacements has been deprecated (@sameersbn)
- 261e53a: make trigger and replay the same (@odacremolbap)
- b1182c6: remove replay object (@odacremolbap)
- c3f0bbf: solve conflicts (@odacremolbap)
- 8aee8a0: update broker images references at release (@odacremolbap)
- 19a5826: upgrade dep brokers (@odacremolbap)
- 0e4adaf: use byId and byDate at bounded subscriptions (@odacremolbap)