This repository was archived by the owner on Dec 11, 2023. It is now read-only.
v1.0.0
Installation
Install all TriggerMesh Core custom resources:
kubectl apply -f https://github.com/triggermesh/triggermesh-core/releases/download/v1.0.0/triggermesh-core-crds.yamlInstall the TriggerMesh Core controller:
kubectl apply -f https://github.com/triggermesh/triggermesh-core/releases/download/v1.0.0/triggermesh-core.yamlChangelog
- b9e3d4f: Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (@dependabot[bot])
- 262cec8: Bump go.uber.org/zap from 1.22.0 to 1.23.0 (@dependabot[bot])
- 40512ae: Bump go.uber.org/zap from 1.23.0 to 1.24.0 (@dependabot[bot])
- 8a4ea42: DLS should skip resolving when not configured (@odacremolbap)
- e588ac9: Merge branch 'main' into task/rename-yaml-assets-core (@odacremolbap)
- d2e28f0: add API types (@odacremolbap)
- 55674e3: add addressable status (@odacremolbap)
- ad93456: add broker service endpoint reconcile (@odacremolbap)
- 6bd6060: add core to released manifests (@odacremolbap)
- 7185908: add dependabot (@odacremolbap)
- ac51133: add generic sa and rb reconciler (@odacremolbap)
- 7d343be: add getting started guide (@odacremolbap)
- a385b48: add kubernetes manifests to releases (@odacremolbap)
- 6af723a: add linter workflow (@odacremolbap)
- c33b9d3: add observability docs (@odacremolbap)
- 914c46a: add resources common (@odacremolbap)
- 12da3c5: add support for addressables (@odacremolbap)
- 43878db: add trigger reconciler (@odacremolbap)
- f8024ab: avoid conflict with kn addressable resolver (@odacremolbap)
- 46d9223: brokers doc (@odacremolbap)
- 972946c: ci: creat apidocs PR at docs repo (@sameersbn)
- 1d7a856: ci: make sure we pick up new doc files (@sameersbn)
- 1ccbb99: containers-workflow: disable gcr login on PR (@sameersbn)
- 0cad0c2: enable broker secret watcher (@odacremolbap)
- 7124a7c: enqueue triggers to broker reconciler (@odacremolbap)
- e557369: fix docs output message (@odacremolbap)
- 4b94286: fix manifests links (@odacremolbap)
- a43cb3b: fix naming typo (@odacremolbap)
- d410c5e: fix status url field (@odacremolbap)
- 5fc3c85: gh-actions: adds release workflow (@sameersbn)
- 6a0c298: gh-actions: build and publish triggermesh-core controller image to gcr.io (@sameersbn)
- 804b64e: kn style controller (@odacremolbap)
- 3a6d07b: make the broker port configurable (@odacremolbap)
- b80ea41: make triggers react to broker changes (@odacremolbap)
- 9409da4: manage and expose metrics (@odacremolbap)
- e5750b8: mount config volume on broker (@odacremolbap)
- 3771fd9: move secrets reconciler to generic (@odacremolbap)
- 4b664b9: not compiling ... temporary (@odacremolbap)
- 032c702: pull policy option (@odacremolbap)
- c66acb9: readme: adds slack community invite badge (@sameersbn)
- 3fad6a8: reconcile redis service endpoints (@odacremolbap)
- 90b63de: reconcile redis services (@odacremolbap)
- 7ca038a: reconcile rolebindings (@odacremolbap)
- 6706777: reconcile secret config (@odacremolbap)
- 6cb09b9: reconcile service account (@odacremolbap)
- 708d927: reconciler triggers even if not ready (@odacremolbap)
- 2f5c794: releases: apply latest tag only to releases (@sameersbn)
- 0a42802: releases: create release archives instead of binary releases (@sameersbn)
- 5991889: releases: drop version from binary name (@sameersbn)
- 77722ff: remove 8080 as default port (@odacremolbap)
- 4c45189: remove WIP usage (@odacremolbap)
- 04261e8: remove http pattern for redis URL (@odacremolbap)
- 84fb666: remove target step (@odacremolbap)
- 6903763: remove unused member (@odacremolbap)
- 6e77524: start trigger resolver (@odacremolbap)
- 2ad73d8: status for broker and annotations (@odacremolbap)
- 875f14e: support external redis instance (@odacremolbap)
- 9fcfb60: support memorybrokers at triggers (@odacremolbap)
- 469c1f4: trigger docs primer (@odacremolbap)
- 444ef74: trigger reconciler basic (@odacremolbap)
- 9f21795: usage 101 (@odacremolbap)
- 3c7f3ed: use broker project's filters (@odacremolbap)
- 47f8aef: use common broker reconciler (@odacremolbap)
- 9d026b7: use unique stream per broker instance (@odacremolbap)
- f7b7c7c: wiring up controller and CRD (@odacremolbap)