Skip to content

Tags: jinchihe/triggers

Tags

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]>

v0.15.2

Toggle v0.15.2's commit message
Patch vendor/ apimachinery to work on 1.22

A new field is there in k8s 1.22, name subresource in the
managedfields. This proves to make knative based types to not be valid
on 1.22 and above, making tektoncd/pipeline as well as any other
component using knative/pkg to be broken on 1.22 and above.

This also updates `./hack/update-deps.sh` scripts to apply any
patches that would be in `hack/patches` but not committing them as it
would be repeating the same commit over and over.

Signed-off-by: Vincent Demeester <[email protected]>
(cherry picked from commit ce5e0f0)

v0.15.1

Toggle v0.15.1's commit message
Upate gjson to v1.6.5

Updates to address CVE-2020-36066 and CVE-2020-35380.

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

v0.15.0

Toggle v0.15.0's commit message
Add examples for v1beta1 apiVersion

This commit does the following:
1. Move existing examples to examples/v1alpha1
2. Create a examples/v1beta1 for examples using v1beta1 apiVersion. Currently these are the same examples as v1alpha1 with the just the apiVersion set to v1beta1. The only exception is the webhook-interceptor which is not supported in v1beta1.
3. Update test/e2e-tests-examples to run tests for both v1alpha1 and v1beta1.

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

v0.15.0-rc1

Toggle v0.15.0-rc1's commit message
Adds e2e test for examples

This adds e2e test which would apply files and validate if el is
in running state. later, we can improve by triggering the el by
a curl command and check if works fine.

Assumptions for examples:
- name of example would be the name of directory
- name of el would be ${exampleName}-listener

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

v0.14.2

Toggle v0.14.2's commit message
Add Clusterrole Aggregate View and Edit for ClusterInterceptor CRD

v0.14.1

Toggle v0.14.1's commit message
Deprecate podTemplate field