triggers
triggers copied to clipboard
Event triggering with Tekton!
# Changes Fixing  Create-ingress-run were failing with cannot create resource "ingresses" in API group "networking.k8s.io" Providing additional grants in order to be able to create ingress After the fix:...
# Changes WIP: SDK for writing cluster interceptors with built-in TLS support. TODO - [ ] User Docs - [ ] Unit tests for server.go/main + - [ ] Refactoring...
# Expected Behavior Need to split the body.pullRequest.fromRef.id from bitbucket payload # Actual Behavior # Steps to Reproduce the Problem 1. 2. 3. # Additional Info - Kubernetes version: **Output...
Move CloudEvent to Stable from alpha api. # Changes # Submitter Checklist These are the criteria that every PR should meet, please check them off as you review them: -...
# Expected Behavior Event listener is working as expected # Actual Behavior Drasticall performance degradation ```1 request.go:668] Waited for 11.393899312s due to client-side throttling, not priority and fairness, request: GET:https://172.20.0.1:443/apis/triggers.tekton.dev/v1alpha1/clusterinterceptors/github```...
# Changes * Added validation to verify certs validity Fixes https://github.com/tektoncd/triggers/issues/1354#issuecomment-1170104987 # Submitter Checklist These are the criteria that every PR should meet, please check them off as you review...
### Feature request We should make it easy to do common things for Interceptor authors in Go so that they can just focus on writing business logic (similar to [knative/pkg/webhook](https://github.com/knative/pkg/tree/main/webhook))...
# Steps to Reproduce the Problem 1. kubectl -n getting-started logs create-webhook-run-pod -c step-create-webhook. # Additional Info - Kubernetes version: **Output of `kubectl version`: Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.7+k3s1", GitCommit:"8432d7f239676dfe8f748c0c2a3fabf8cf40a826",...
# Expected Behavior Making a call to a trigger should only create one pipeline run. # Actual Behavior Single call to a trigger creates two pipeline runs. # Steps to...
# Changes Creating interceptor sdk in tree and using it for core interceptors Closes #1033 Closes #1041 # Submitter Checklist These are the criteria that every PR should meet, please...