From 3dfd8c74c3e62938499110d47050c2b77e01b376 Mon Sep 17 00:00:00 2001 From: serverless-qe Date: Mon, 27 Jul 2026 10:10:10 +0000 Subject: [PATCH] [release-v1.17] Sync Konflux configurations --- .tekton/docker-build.yaml | 22 +++++++++++++++++++ ...rver-receive-adapter-117-pull-request.yaml | 2 +- ...ng-apiserver-receive-adapter-117-push.yaml | 4 ++-- ...kn-eventing-appender-117-pull-request.yaml | 2 +- .tekton/kn-eventing-appender-117-push.yaml | 4 ++-- ...g-channel-controller-117-pull-request.yaml | 2 +- ...-eventing-channel-controller-117-push.yaml | 4 ++-- ...g-channel-dispatcher-117-pull-request.yaml | 2 +- ...-eventing-channel-dispatcher-117-push.yaml | 4 ++-- ...-eventing-controller-117-pull-request.yaml | 2 +- .tekton/kn-eventing-controller-117-push.yaml | 4 ++-- ...enting-event-display-117-pull-request.yaml | 2 +- .../kn-eventing-event-display-117-push.yaml | 4 ++-- .../kn-eventing-filter-117-pull-request.yaml | 2 +- .tekton/kn-eventing-filter-117-push.yaml | 4 ++-- ...-eventing-heartbeats-117-pull-request.yaml | 2 +- .tekton/kn-eventing-heartbeats-117-push.yaml | 4 ++-- ...-heartbeats-receiver-117-pull-request.yaml | 2 +- ...eventing-heartbeats-receiver-117-push.yaml | 4 ++-- .../kn-eventing-ingress-117-pull-request.yaml | 2 +- .tekton/kn-eventing-ingress-117-push.yaml | 4 ++-- .../kn-eventing-jobsink-117-pull-request.yaml | 2 +- .tekton/kn-eventing-jobsink-117-push.yaml | 4 ++-- .../kn-eventing-migrate-117-pull-request.yaml | 2 +- .tekton/kn-eventing-migrate-117-push.yaml | 4 ++-- ...-eventing-mqttsource-117-pull-request.yaml | 2 +- .tekton/kn-eventing-mqttsource-117-push.yaml | 4 ++-- ...ing-mtchannel-broker-117-pull-request.yaml | 2 +- ...kn-eventing-mtchannel-broker-117-push.yaml | 4 ++-- .../kn-eventing-mtping-117-pull-request.yaml | 2 +- .tekton/kn-eventing-mtping-117-push.yaml | 4 ++-- .../kn-eventing-pong-117-pull-request.yaml | 2 +- .tekton/kn-eventing-pong-117-push.yaml | 4 ++-- .../kn-eventing-schema-117-pull-request.yaml | 2 +- .tekton/kn-eventing-schema-117-push.yaml | 4 ++-- ...ng-test-event-sender-117-pull-request.yaml | 2 +- ...n-eventing-test-event-sender-117-push.yaml | 4 ++-- ...nting-test-eventshub-117-pull-request.yaml | 2 +- .../kn-eventing-test-eventshub-117-push.yaml | 4 ++-- ...-eventing-test-print-117-pull-request.yaml | 2 +- .tekton/kn-eventing-test-print-117-push.yaml | 4 ++-- ...ng-test-recordevents-117-pull-request.yaml | 2 +- ...n-eventing-test-recordevents-117-push.yaml | 4 ++-- ...-test-request-sender-117-pull-request.yaml | 2 +- ...eventing-test-request-sender-117-push.yaml | 4 ++-- ...test-wathola-fetcher-117-pull-request.yaml | 2 +- ...venting-test-wathola-fetcher-117-push.yaml | 4 ++-- ...st-wathola-forwarder-117-pull-request.yaml | 2 +- ...nting-test-wathola-forwarder-117-push.yaml | 4 ++-- ...est-wathola-receiver-117-pull-request.yaml | 2 +- ...enting-test-wathola-receiver-117-push.yaml | 4 ++-- ...-test-wathola-sender-117-pull-request.yaml | 2 +- ...eventing-test-wathola-sender-117-push.yaml | 4 ++-- .../kn-eventing-webhook-117-pull-request.yaml | 2 +- .tekton/kn-eventing-webhook-117-push.yaml | 4 ++-- ...ting-websocketsource-117-pull-request.yaml | 2 +- .../kn-eventing-websocketsource-117-push.yaml | 4 ++-- 57 files changed, 106 insertions(+), 84 deletions(-) diff --git a/.tekton/docker-build.yaml b/.tekton/docker-build.yaml index 79aa56de970..e0a7f028c78 100755 --- a/.tekton/docker-build.yaml +++ b/.tekton/docker-build.yaml @@ -108,6 +108,22 @@ spec: VMs name: privileged-nested type: string + - default: "" + description: Sets the image created time and the SOURCE_DATE_EPOCH build argument. + On its own, it does not change file timestamps inside the layers (set rewrite-timestamp + to "true" for that). Leave empty to keep the actual build time. + name: source-date-epoch + type: string + - default: "false" + description: When "true", clamp file modification times in the image layers to + at most source-date-epoch. Does nothing unless source-date-epoch is set. + name: rewrite-timestamp + type: string + - default: "false" + description: When "true", omit the build history (history timestamps, layer metadata, + etc.) from the resulting image. + name: omit-history + type: string results: - description: "" name: IMAGE_URL @@ -274,6 +290,12 @@ spec: value: $(tasks.init.results.http-proxy) - name: NO_PROXY value: $(tasks.init.results.no-proxy) + - name: SOURCE_DATE_EPOCH + value: $(params.source-date-epoch) + - name: REWRITE_TIMESTAMP + value: $(params.rewrite-timestamp) + - name: OMIT_HISTORY + value: $(params.omit-history) - name: SOURCE_ARTIFACT value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT) - name: CACHI2_ARTIFACT diff --git a/.tekton/kn-eventing-apiserver-receive-adapter-117-pull-request.yaml b/.tekton/kn-eventing-apiserver-receive-adapter-117-pull-request.yaml index 753c3088e3b..d06200c37cf 100755 --- a/.tekton/kn-eventing-apiserver-receive-adapter-117-pull-request.yaml +++ b/.tekton/kn-eventing-apiserver-receive-adapter-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-apiserver-receive-adapter-117-push.yaml b/.tekton/kn-eventing-apiserver-receive-adapter-117-push.yaml index 3f01865a2c0..0b116061a21 100755 --- a/.tekton/kn-eventing-apiserver-receive-adapter-117-push.yaml +++ b/.tekton/kn-eventing-apiserver-receive-adapter-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-appender-117-pull-request.yaml b/.tekton/kn-eventing-appender-117-pull-request.yaml index 7fff5c3725d..3b8bc733be9 100755 --- a/.tekton/kn-eventing-appender-117-pull-request.yaml +++ b/.tekton/kn-eventing-appender-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-appender-117-push.yaml b/.tekton/kn-eventing-appender-117-push.yaml index dc3731f2659..e61869778eb 100755 --- a/.tekton/kn-eventing-appender-117-push.yaml +++ b/.tekton/kn-eventing-appender-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-channel-controller-117-pull-request.yaml b/.tekton/kn-eventing-channel-controller-117-pull-request.yaml index 58fc893e530..89c07dcda92 100755 --- a/.tekton/kn-eventing-channel-controller-117-pull-request.yaml +++ b/.tekton/kn-eventing-channel-controller-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-channel-controller-117-push.yaml b/.tekton/kn-eventing-channel-controller-117-push.yaml index aa10102d97a..6c56d138613 100755 --- a/.tekton/kn-eventing-channel-controller-117-push.yaml +++ b/.tekton/kn-eventing-channel-controller-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-channel-dispatcher-117-pull-request.yaml b/.tekton/kn-eventing-channel-dispatcher-117-pull-request.yaml index 45364cf0a18..a1de757d3a9 100755 --- a/.tekton/kn-eventing-channel-dispatcher-117-pull-request.yaml +++ b/.tekton/kn-eventing-channel-dispatcher-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-channel-dispatcher-117-push.yaml b/.tekton/kn-eventing-channel-dispatcher-117-push.yaml index 6bb15c5eecb..9885a9ebff3 100755 --- a/.tekton/kn-eventing-channel-dispatcher-117-push.yaml +++ b/.tekton/kn-eventing-channel-dispatcher-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-controller-117-pull-request.yaml b/.tekton/kn-eventing-controller-117-pull-request.yaml index 065d7fc3d55..92e9840b7a5 100755 --- a/.tekton/kn-eventing-controller-117-pull-request.yaml +++ b/.tekton/kn-eventing-controller-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-controller-117-push.yaml b/.tekton/kn-eventing-controller-117-push.yaml index 652c64b2e8f..d19548357c1 100755 --- a/.tekton/kn-eventing-controller-117-push.yaml +++ b/.tekton/kn-eventing-controller-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-event-display-117-pull-request.yaml b/.tekton/kn-eventing-event-display-117-pull-request.yaml index 5950b84192e..fd88178975f 100755 --- a/.tekton/kn-eventing-event-display-117-pull-request.yaml +++ b/.tekton/kn-eventing-event-display-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-event-display-117-push.yaml b/.tekton/kn-eventing-event-display-117-push.yaml index caf02472c36..d4e167c1429 100755 --- a/.tekton/kn-eventing-event-display-117-push.yaml +++ b/.tekton/kn-eventing-event-display-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-filter-117-pull-request.yaml b/.tekton/kn-eventing-filter-117-pull-request.yaml index eb7c3bd045a..78b032cd319 100755 --- a/.tekton/kn-eventing-filter-117-pull-request.yaml +++ b/.tekton/kn-eventing-filter-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-filter-117-push.yaml b/.tekton/kn-eventing-filter-117-push.yaml index dda5c8a0a2e..39b253da970 100755 --- a/.tekton/kn-eventing-filter-117-push.yaml +++ b/.tekton/kn-eventing-filter-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-heartbeats-117-pull-request.yaml b/.tekton/kn-eventing-heartbeats-117-pull-request.yaml index 5b1cc088b27..dd5bfd90487 100755 --- a/.tekton/kn-eventing-heartbeats-117-pull-request.yaml +++ b/.tekton/kn-eventing-heartbeats-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-heartbeats-117-push.yaml b/.tekton/kn-eventing-heartbeats-117-push.yaml index 40cf9cfccca..d4619deb6f0 100755 --- a/.tekton/kn-eventing-heartbeats-117-push.yaml +++ b/.tekton/kn-eventing-heartbeats-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-heartbeats-receiver-117-pull-request.yaml b/.tekton/kn-eventing-heartbeats-receiver-117-pull-request.yaml index d193b331537..403a68f7738 100755 --- a/.tekton/kn-eventing-heartbeats-receiver-117-pull-request.yaml +++ b/.tekton/kn-eventing-heartbeats-receiver-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-heartbeats-receiver-117-push.yaml b/.tekton/kn-eventing-heartbeats-receiver-117-push.yaml index 80012772bc7..d80a6f55aff 100755 --- a/.tekton/kn-eventing-heartbeats-receiver-117-push.yaml +++ b/.tekton/kn-eventing-heartbeats-receiver-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-ingress-117-pull-request.yaml b/.tekton/kn-eventing-ingress-117-pull-request.yaml index e16023dc0fa..187a2ac0536 100755 --- a/.tekton/kn-eventing-ingress-117-pull-request.yaml +++ b/.tekton/kn-eventing-ingress-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-ingress-117-push.yaml b/.tekton/kn-eventing-ingress-117-push.yaml index c453a7fd45b..db4954a151e 100755 --- a/.tekton/kn-eventing-ingress-117-push.yaml +++ b/.tekton/kn-eventing-ingress-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-jobsink-117-pull-request.yaml b/.tekton/kn-eventing-jobsink-117-pull-request.yaml index c0f0272f88e..faca38b9079 100755 --- a/.tekton/kn-eventing-jobsink-117-pull-request.yaml +++ b/.tekton/kn-eventing-jobsink-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-jobsink-117-push.yaml b/.tekton/kn-eventing-jobsink-117-push.yaml index 0cafae85324..3cb20cf64b2 100755 --- a/.tekton/kn-eventing-jobsink-117-push.yaml +++ b/.tekton/kn-eventing-jobsink-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-migrate-117-pull-request.yaml b/.tekton/kn-eventing-migrate-117-pull-request.yaml index 1073a9c0558..a2715a4c50a 100755 --- a/.tekton/kn-eventing-migrate-117-pull-request.yaml +++ b/.tekton/kn-eventing-migrate-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-migrate-117-push.yaml b/.tekton/kn-eventing-migrate-117-push.yaml index d296ec3e1b6..bee10732457 100755 --- a/.tekton/kn-eventing-migrate-117-push.yaml +++ b/.tekton/kn-eventing-migrate-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-mqttsource-117-pull-request.yaml b/.tekton/kn-eventing-mqttsource-117-pull-request.yaml index f58a5f68f01..704ea77bc01 100755 --- a/.tekton/kn-eventing-mqttsource-117-pull-request.yaml +++ b/.tekton/kn-eventing-mqttsource-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-mqttsource-117-push.yaml b/.tekton/kn-eventing-mqttsource-117-push.yaml index 9c1ef7fa7b5..7972812862f 100755 --- a/.tekton/kn-eventing-mqttsource-117-push.yaml +++ b/.tekton/kn-eventing-mqttsource-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-mtchannel-broker-117-pull-request.yaml b/.tekton/kn-eventing-mtchannel-broker-117-pull-request.yaml index 17d35c38d1b..286bd59cceb 100755 --- a/.tekton/kn-eventing-mtchannel-broker-117-pull-request.yaml +++ b/.tekton/kn-eventing-mtchannel-broker-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-mtchannel-broker-117-push.yaml b/.tekton/kn-eventing-mtchannel-broker-117-push.yaml index fb30908ef7d..9cab1ca6175 100755 --- a/.tekton/kn-eventing-mtchannel-broker-117-push.yaml +++ b/.tekton/kn-eventing-mtchannel-broker-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-mtping-117-pull-request.yaml b/.tekton/kn-eventing-mtping-117-pull-request.yaml index f0a8ffcdcc6..232d523a5ac 100755 --- a/.tekton/kn-eventing-mtping-117-pull-request.yaml +++ b/.tekton/kn-eventing-mtping-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-mtping-117-push.yaml b/.tekton/kn-eventing-mtping-117-push.yaml index bdf3c47ac50..b0943d2d0e6 100755 --- a/.tekton/kn-eventing-mtping-117-push.yaml +++ b/.tekton/kn-eventing-mtping-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-pong-117-pull-request.yaml b/.tekton/kn-eventing-pong-117-pull-request.yaml index bc3d26b3568..65504f80897 100755 --- a/.tekton/kn-eventing-pong-117-pull-request.yaml +++ b/.tekton/kn-eventing-pong-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-pong-117-push.yaml b/.tekton/kn-eventing-pong-117-push.yaml index 611422883b0..19f85307b86 100755 --- a/.tekton/kn-eventing-pong-117-push.yaml +++ b/.tekton/kn-eventing-pong-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-schema-117-pull-request.yaml b/.tekton/kn-eventing-schema-117-pull-request.yaml index 9be98165281..b5cba48f386 100755 --- a/.tekton/kn-eventing-schema-117-pull-request.yaml +++ b/.tekton/kn-eventing-schema-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-schema-117-push.yaml b/.tekton/kn-eventing-schema-117-push.yaml index 531a0ebd1af..c1af37465b6 100755 --- a/.tekton/kn-eventing-schema-117-push.yaml +++ b/.tekton/kn-eventing-schema-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-test-event-sender-117-pull-request.yaml b/.tekton/kn-eventing-test-event-sender-117-pull-request.yaml index 9e5b474ddf3..d2bd98112ff 100755 --- a/.tekton/kn-eventing-test-event-sender-117-pull-request.yaml +++ b/.tekton/kn-eventing-test-event-sender-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-test-event-sender-117-push.yaml b/.tekton/kn-eventing-test-event-sender-117-push.yaml index 962615c9a6f..87ec7aad895 100755 --- a/.tekton/kn-eventing-test-event-sender-117-push.yaml +++ b/.tekton/kn-eventing-test-event-sender-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-test-eventshub-117-pull-request.yaml b/.tekton/kn-eventing-test-eventshub-117-pull-request.yaml index 0e3bfbe657d..e4cf4c0a9fe 100755 --- a/.tekton/kn-eventing-test-eventshub-117-pull-request.yaml +++ b/.tekton/kn-eventing-test-eventshub-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-test-eventshub-117-push.yaml b/.tekton/kn-eventing-test-eventshub-117-push.yaml index 670c6678a1b..39d396ca255 100755 --- a/.tekton/kn-eventing-test-eventshub-117-push.yaml +++ b/.tekton/kn-eventing-test-eventshub-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-test-print-117-pull-request.yaml b/.tekton/kn-eventing-test-print-117-pull-request.yaml index 512400aaf9b..201e4a1822d 100755 --- a/.tekton/kn-eventing-test-print-117-pull-request.yaml +++ b/.tekton/kn-eventing-test-print-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-test-print-117-push.yaml b/.tekton/kn-eventing-test-print-117-push.yaml index 8b90391b91d..bc001f91112 100755 --- a/.tekton/kn-eventing-test-print-117-push.yaml +++ b/.tekton/kn-eventing-test-print-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-test-recordevents-117-pull-request.yaml b/.tekton/kn-eventing-test-recordevents-117-pull-request.yaml index f8bbde830d9..e06c80b3ab4 100755 --- a/.tekton/kn-eventing-test-recordevents-117-pull-request.yaml +++ b/.tekton/kn-eventing-test-recordevents-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-test-recordevents-117-push.yaml b/.tekton/kn-eventing-test-recordevents-117-push.yaml index a25a6deec98..cc017eff53b 100755 --- a/.tekton/kn-eventing-test-recordevents-117-push.yaml +++ b/.tekton/kn-eventing-test-recordevents-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-test-request-sender-117-pull-request.yaml b/.tekton/kn-eventing-test-request-sender-117-pull-request.yaml index 27045ad35df..926e7c94eb9 100755 --- a/.tekton/kn-eventing-test-request-sender-117-pull-request.yaml +++ b/.tekton/kn-eventing-test-request-sender-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-test-request-sender-117-push.yaml b/.tekton/kn-eventing-test-request-sender-117-push.yaml index 4b1464e1cee..db78b42a5d2 100755 --- a/.tekton/kn-eventing-test-request-sender-117-push.yaml +++ b/.tekton/kn-eventing-test-request-sender-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-test-wathola-fetcher-117-pull-request.yaml b/.tekton/kn-eventing-test-wathola-fetcher-117-pull-request.yaml index cab1af06d41..be5e3583a0c 100755 --- a/.tekton/kn-eventing-test-wathola-fetcher-117-pull-request.yaml +++ b/.tekton/kn-eventing-test-wathola-fetcher-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-test-wathola-fetcher-117-push.yaml b/.tekton/kn-eventing-test-wathola-fetcher-117-push.yaml index af3f0d53763..7a6cabea89f 100755 --- a/.tekton/kn-eventing-test-wathola-fetcher-117-push.yaml +++ b/.tekton/kn-eventing-test-wathola-fetcher-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-test-wathola-forwarder-117-pull-request.yaml b/.tekton/kn-eventing-test-wathola-forwarder-117-pull-request.yaml index 5aa81f00370..aa2538c688c 100755 --- a/.tekton/kn-eventing-test-wathola-forwarder-117-pull-request.yaml +++ b/.tekton/kn-eventing-test-wathola-forwarder-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-test-wathola-forwarder-117-push.yaml b/.tekton/kn-eventing-test-wathola-forwarder-117-push.yaml index e486a5a30a0..743529b219a 100755 --- a/.tekton/kn-eventing-test-wathola-forwarder-117-push.yaml +++ b/.tekton/kn-eventing-test-wathola-forwarder-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-test-wathola-receiver-117-pull-request.yaml b/.tekton/kn-eventing-test-wathola-receiver-117-pull-request.yaml index b3e73594b8d..2d011ca8c79 100755 --- a/.tekton/kn-eventing-test-wathola-receiver-117-pull-request.yaml +++ b/.tekton/kn-eventing-test-wathola-receiver-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-test-wathola-receiver-117-push.yaml b/.tekton/kn-eventing-test-wathola-receiver-117-push.yaml index 19ce455a642..0f8a11ce275 100755 --- a/.tekton/kn-eventing-test-wathola-receiver-117-push.yaml +++ b/.tekton/kn-eventing-test-wathola-receiver-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-test-wathola-sender-117-pull-request.yaml b/.tekton/kn-eventing-test-wathola-sender-117-pull-request.yaml index 9f32ae8b941..1c87b5ad76a 100755 --- a/.tekton/kn-eventing-test-wathola-sender-117-pull-request.yaml +++ b/.tekton/kn-eventing-test-wathola-sender-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-test-wathola-sender-117-push.yaml b/.tekton/kn-eventing-test-wathola-sender-117-push.yaml index f7e49972064..4d1f1ca4958 100755 --- a/.tekton/kn-eventing-test-wathola-sender-117-push.yaml +++ b/.tekton/kn-eventing-test-wathola-sender-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-webhook-117-pull-request.yaml b/.tekton/kn-eventing-webhook-117-pull-request.yaml index 5c8c9ee3bac..c3c5e494147 100755 --- a/.tekton/kn-eventing-webhook-117-pull-request.yaml +++ b/.tekton/kn-eventing-webhook-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-webhook-117-push.yaml b/.tekton/kn-eventing-webhook-117-push.yaml index f20434fc0dd..6b0fed95b11 100755 --- a/.tekton/kn-eventing-webhook-117-push.yaml +++ b/.tekton/kn-eventing-webhook-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]' diff --git a/.tekton/kn-eventing-websocketsource-117-pull-request.yaml b/.tekton/kn-eventing-websocketsource-117-pull-request.yaml index bd66b4833cd..c460af0c200 100755 --- a/.tekton/kn-eventing-websocketsource-117-pull-request.yaml +++ b/.tekton/kn-eventing-websocketsource-117-pull-request.yaml @@ -28,7 +28,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-eventing-websocketsource-117-push.yaml b/.tekton/kn-eventing-websocketsource-117-push.yaml index 1f1d415b238..a24b0b5a2c3 100755 --- a/.tekton/kn-eventing-websocketsource-117-push.yaml +++ b/.tekton/kn-eventing-websocketsource-117-push.yaml @@ -27,7 +27,7 @@ spec: - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - VERSION=1.37.1 + - VERSION=1.37.2 - name: git-url value: '{{source_url}}' - name: hermetic @@ -39,7 +39,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 + - 1.37.2 - latest - name: prefetch-input value: '[{"type":"rpm"}]'