This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
Releases: triggermesh/triggermesh-core
Releases · triggermesh/triggermesh-core
v1.5.3
Installation
Install all TriggerMesh Core custom resources:
kubectl apply -f https://github.com/triggermesh/triggermesh-core/releases/download/v1.5.3/triggermesh-core-crds.yaml
Install the TriggerMesh Core controller:
kubectl apply -f https://github.com/triggermesh/triggermesh-core/releases/download/v1.5.3/triggermesh-core.yaml
Changelog
- 15b01b4: Add configMap status (#129) (@FranBarrera)
- 2677991: Bump actions/checkout from 3 to 4 (@dependabot[bot])
- e8b83c1: Bump go.uber.org/zap from 1.24.0 to 1.25.0 (#131) (@dependabot[bot])
- 19fd1bf: Bump google.golang.org/grpc from 1.49.0 to 1.53.0 (@dependabot[bot])
- e3e1e8e: Update brokers dependency to 'v1.5.0' (@cyberwoodford)
- 311a766: disable push to docker hub (@sameersbn)
- 77b8ac3: go mod tidy (@sameersbn)
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)
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)
v1.2.1
Installation
Install all TriggerMesh Core custom resources:
kubectl apply -f https://github.com/triggermesh/triggermesh-core/releases/download/v1.2.1/triggermesh-core-crds.yaml
Install the TriggerMesh Core controller:
kubectl apply -f https://github.com/triggermesh/triggermesh-core/releases/download/v1.2.1/triggermesh-core.yaml
Changelog
- 17a097a: Build and release multiplatform images using ko (@sameersbn)
- 4bf5e0e: ci: image push flag was hardcorded to
false
(@sameersbn)
v1.2.0
Installation
Install all TriggerMesh Core custom resources:
kubectl apply -f https://github.com/triggermesh/triggermesh-core/releases/download/v1.2.0/triggermesh-core-crds.yaml
Install the TriggerMesh Core controller:
kubectl apply -f https://github.com/triggermesh/triggermesh-core/releases/download/v1.2.0/triggermesh-core.yaml
Changelog
- 9dda1df: Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (@dependabot[bot])
- eadb6f6: add redis cluster support (@odacremolbap)
- 4a5b996: address cve (@odacremolbap)
- e74c9b5: also add hack mod updates (@odacremolbap)
- 16599b2: disable docker build provenance (@sameersbn)
- 5d7c974: update go, fix cvs (@odacremolbap)
- c1e8c15: update internal docs (@odacremolbap)
v1.1.1
Installation
Install all TriggerMesh Core custom resources:
kubectl apply -f https://github.com/triggermesh/triggermesh-core/releases/download/v1.1.1/triggermesh-core-crds.yaml
Install the TriggerMesh Core controller:
kubectl apply -f https://github.com/triggermesh/triggermesh-core/releases/download/v1.1.1/triggermesh-core.yaml
Changelog
- 360c02f: Bump docker/build-push-action from 3 to 4 (@dependabot[bot])
- 7cc2eff: Bump docker/login-action from 1 to 2 (@dependabot[bot])
- 0ee2961: Merge branch 'triggermesh:main' into task/default-redis-maxlen (@odacremolbap)
- 211b977: actions: push container images to dockerhub (@sameersbn)
- 457bb0d: ci: move api docs generation to github actions (@sameersbn)
- c513dba: release: avoid re-tagging redis stack (@odacremolbap)
- 1b41d5c: set default redis maxlen (@odacremolbap)
- 03dc044: use latest tag from triggermesh-core (@odacremolbap)
- c0a7391: use new env var REDIS_STREAM_MAX_LEN (@odacremolbap)
v1.1.0
Highlights
- Switch default broker port to 8080 to avoid privileged port binding issues (#80)
Installation
Install all TriggerMesh Core custom resources:
kubectl apply -f https://github.com/triggermesh/triggermesh-core/releases/download/v1.1.0/triggermesh-core-crds.yaml
Install the TriggerMesh Core controller:
kubectl apply -f https://github.com/triggermesh/triggermesh-core/releases/download/v1.1.0/triggermesh-core.yaml
Changelog
- e9148ac: Bump goreleaser/goreleaser-action from 3 to 4 (@dependabot[bot])
- 76d94e0: add release install link (@odacremolbap)
- 7fca6e8: default broker port to 8080 (@odacremolbap)
- 57179d3: fix released manifest (@odacremolbap)
- d6a84af: memory-buffer-size env typo (@odacremolbap)
- 5f6ec12: more fixes (@odacremolbap)
- a7684e2: use 80 port for exposed broker service (@odacremolbap)
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.yaml
Install the TriggerMesh Core controller:
kubectl apply -f https://github.com/triggermesh/triggermesh-core/releases/download/v1.0.0/triggermesh-core.yaml
Changelog
- 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)