Skip to content

Tags: billroper90r/triggers

Tags

v0.20.1

Toggle v0.20.1's commit message
Add watching mechanism to eventlistener to wait for clusterIntercepto…

…r caBundle

v0.20.0

Toggle v0.20.0's commit message
Update CEL-GO to v0.11.3 & SJSON to v1.2.4

v0.19.1

Toggle v0.19.1's commit message
Bump Go version to 1.17.8

Bump the Go version to 1.17.8 in tekton/publish.yaml

v0.19.0

Toggle v0.19.0's commit message
Add validation for cloudevent uri in Sink

Send cloud event only when CloudEventURI is defined. Otherwise,
logger will clog up the pod logs.

v0.18.1

Toggle v0.18.1's commit message
Update roles for events

v0.18.0

Toggle v0.18.0's commit message
Update roles for events

v0.17.1

Toggle v0.17.1's commit message
Add omitempty tag for TriggerGroups type

Addresses comment: tektoncd#1232 (comment)

Signed-off-by: Dibyo Mukherjee <[email protected]>
(cherry picked from commit 4a9db17)

v0.17.0

Toggle v0.17.0's commit message
Remove finalizer if present

Previous versions of Triggers required a finalizer to clean up logging
configMaps. They are no longer necessary. We need to remove the finalizer from
any old EventListener objects so that they can be properly deleted in newer
versions of Triggers.

Also fixes some unit tests that started failing once I removed the bit that
ignored `Finalizers` when comparing test output.

Fixes tektoncd#1243

Signed-off-by: Dibyo Mukherjee <[email protected]>

v0.16.1

Toggle v0.16.1's commit message
Fix validation failure issue for Knative service

v0.16.0

Toggle v0.16.0's commit message
Renames examples rolebinding & clusterrolebinding

As now we package roles required for eventlistener with release yaml
the references in examples/rbac.yaml has been updated with new
clusterroles.
But if a user has already applied older rbac on the cluster and then
try to install from upstream/main it would fail as the references
are changed.
So, this renames the binding names so that user doesn't face any issue
with the upcoming releases.

Signed-off-by: Shivam Mukhade <[email protected]>