This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
v1.3.0
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
- e8adf60: Adding CA Certificate support to redis broker (@coding-trees)
- e6e64be: Build and release multiplatform images using ko (@sameersbn)
- 70f42a5: Bump actions/cache from 2 to 3 (@dependabot[bot])
- 41b5310: Bump actions/setup-go from 3 to 4 (@dependabot[bot])
- 66235bc: Fix ClusterRoleNamespaced typo (@FranBarrera)
- b8ef2f1: Updating Redis Cert environment name (@coding-trees)
- 780e4f3: add docs for redis id tracking (@odacremolbap)
- 2943762: add memorybroker deletion test (@odacremolbap)
- 995968b: add missing license headers (@odacremolbap)
- 24c9fa0: add redis tls auth support (@odacremolbap)
- 520ecd7: add semantic compare jobs (@odacremolbap)
- f409f6f: add status reconciliation to memorybroker test (@odacremolbap)
- d42cedb: add testing listers (@odacremolbap)
- 260036e: ci: image push flag was hardcorded to
false
(@sameersbn) - 94a54d0: extract common resource creation for tests (@odacremolbap)
- 6b2dcd0: finish creation test memory broker (@odacremolbap)
- 2b93565: fix linting issues (@odacremolbap)
- e09d28f: flesh out memory broker test, WIP (@odacremolbap)
- fbdf141: manage triggers without broker group (@odacremolbap)
- 382019c: redis id tracking as opt in (@odacremolbap)
- 3785bbb: remove non used (yet) variable (@odacremolbap)
- e382d0c: update dependencies (@odacremolbap)
- 3862b22: update deps (@odacremolbap)