chore(deps): update module github.com/tektoncd/triggers to v0.36.0 - #1345
Open
red-hat-konflux[bot] wants to merge 1 commit into
Open
chore(deps): update module github.com/tektoncd/triggers to v0.36.0#1345red-hat-konflux[bot] wants to merge 1 commit into
red-hat-konflux[bot] wants to merge 1 commit into
Conversation
red-hat-konflux
Bot
deleted the
konflux/mintmaker/main/github.com-tektoncd-triggers-0.x
branch
July 3, 2026 05:29
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/github.com-tektoncd-triggers-0.x
branch
2 times, most recently
from
July 3, 2026 09:30
3b67f1b to
85322e8
Compare
Contributor
Author
|
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/github.com-tektoncd-triggers-0.x
branch
2 times, most recently
from
July 6, 2026 21:22
85322e8 to
3b70009
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/main/github.com-tektoncd-triggers-0.x
branch
from
August 3, 2026 14:48
3b70009 to
901f2ba
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.33.0→v0.36.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
tektoncd/triggers (github.com/tektoncd/triggers)
v0.36.0Compare Source
Tekton Triggers release v0.36.0 "Tekton Triggers"
-Docs @ v0.36.0
-Examples @ v0.36.0
Installation one-liner
Attestation
The Rekor UUID for this release is
108e9186e8c5677a6b2a69794ca92fea0d3bb45b80f923817fd184a39c84987cd53cee88dcf9dc5fObtain the attestation:
Verify that all container images in the attestation are in the release file:
Changes
Features
Core interceptors now honor the TLS security profile injected by the Tekton operator via TLS_MIN_VERSION, TLS_CIPHER_SUITES, and TLS_CURVE_PREFERENCES environment variables, allowing cluster-wide TLS policy enforcement on OpenShift.
Migrated metrics from OpenCensus to OpenTelemetry.
ACTION REQUIRED:
Configuration key change
Replace metrics.backend-destination with metrics-protocol in your config-observability-triggers ConfigMap.
Prometheus export remains the default — no change needed if you were not customizing observability.
Infrastructure metric renaming
Infrastructure metrics (workqueue, K8s client) have been renamed from the
tekton_triggers_controller_ prefix to standard Knative/OpenTelemetry namespaces.
┌──────────────────────────────────────────────────────────┬───────────────────────────────────────────────────┐
│ Old Metric Name (OpenCensus) │ New Metric Name (OpenTelemetry) │
├──────────────────────────────────────────────────────────┼───────────────────────────────────────────────────┤
│ tekton_triggers_controller_workqueue_depth │ kn_workqueue_depth │
│ tekton_triggers_controller_workqueue_adds_total │ kn_workqueue_adds_total │
│ tekton_triggers_controller_workqueue_queue_latency_* │ kn_workqueue_queue_duration_seconds_* │
│ tekton_triggers_controller_workqueue_work_duration_* │ kn_workqueue_process_duration_seconds_* │
│ tekton_triggers_controller_workqueue_unfinished_work_* │ kn_workqueue_unfinished_work_seconds │
│ tekton_triggers_controller_workqueue_retries_total │ kn_workqueue_retries_total │
│ tekton_triggers_controller_client_latency │ http_client_request_duration_seconds_* │
│ tekton_triggers_controller_client_results │ kn_k8s_client_http_response_status_code_total │
└──────────────────────────────────────────────────────────┴───────────────────────────────────────────────────┘
Sink counter metrics renamed
┌──────────────────────────────────────────┬────────────────────────────────────────────┐
│ Old Metric Name (OpenCensus) │ New Metric Name (OpenTelemetry) │
├──────────────────────────────────────────┼────────────────────────────────────────────┤
│ eventlistener_event_received_count │ eventlistener_event_received_total │
│ eventlistener_triggered_resources │ eventlistener_triggered_resources_total │
└──────────────────────────────────────────┴────────────────────────────────────────────┘
All other metric names are unchanged
controller_eventlistener_count, controller_triggerbinding_count,
controller_triggertemplate_count, controller_clustertriggerbinding_count,
controller_clusterinterceptor_count, eventlistener_http_duration_seconds
Fixes
Misc
Docs
Thanks
Thanks to these contributors who contributed to v0.36.0!
Extra shout-out for awesome release notes:
v0.35.0: Tekton Triggers release v0.35.0 "Tekton Triggers"Compare Source
-Docs @ v0.35.0
-Examples @ v0.35.0
Installation one-liner
Attestation
The Rekor UUID for this release is
108e9186e8c5677a45203936a8966245d4ee1bb04114c3c9a7a8ed99eae1e452c4e75cd00bfe19ebObtain the attestation:
Verify that all container images in the attestation are in the release file:
Changes
Features
Fixes
Misc
Thanks
Thanks to these contributors who contributed to v0.35.0!
v0.34.0: Tekton Triggers release v0.34.0 "Tekton Triggers"Compare Source
-Docs @ v0.34.0
-Examples @ v0.34.0
Installation one-liner
Attestation
The Rekor UUID for this release is
108e9186e8c5677af5fc7b3c5466e79e0ce84af7fbea9da03d09fcf1f91c05e1d34c23b20af28f3fObtain the attestation:
Verify that all container images in the attestation are in the release file:
Changes
Features
feat: auto fill http request content length for binding and cel eval tools
Fixes
The GitHub interceptor now only accepts SHA-256 signatures via the X-Hub-Signature-256 header and no longer supports SHA-1 signatures via X-Hub-Signature. Standard GitHub webhooks are unaffected as GitHub sends both headers by default, but custom webhook implementations must update their HMAC signature generation from SHA-1 to SHA-256 or they will receive "no X-Hub-Signature-256 header set" errors.
Bugfix: escape Tekton variable syntax in trigger parameters (e.g. when
$()are found inpr.body.description)Misc
Thanks
Thanks to these contributors who contributed to v0.34.0!
Extra shout-out for awesome release notes:
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.