diff --git a/.tekton/docker-build.yaml b/.tekton/docker-build.yaml index a2748b436b9d..37855b17b198 100755 --- a/.tekton/docker-build.yaml +++ b/.tekton/docker-build.yaml @@ -87,6 +87,14 @@ spec: - default: "false" description: Enable cache proxy configuration name: enable-cache-proxy + - default: "true" + description: Use the package registry proxy when prefetching dependencies + name: enable-package-registry-proxy + - default: . + description: Target directories in component's source code to scan with SAST tools. + Multiple values should be separated with commas. + name: sast-target-dirs + type: string - default: [] description: Array of --build-arg values ("arg=value" strings) for buildah name: build-args @@ -100,9 +108,21 @@ spec: VMs name: privileged-nested type: string - - name: enable-package-registry-proxy - default: 'true' - description: Use the package registry proxy when prefetching dependencies + - 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: "" @@ -126,6 +146,8 @@ spec: value: $(tasks.build-image-index.results.IMAGE_DIGEST) - name: image-url value: $(tasks.build-image-index.results.IMAGE_URL) + - name: TARGET_DIRS + value: $(params.sast-target-dirs) - name: SOURCE_ARTIFACT value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT) - name: CACHI2_ARTIFACT @@ -152,14 +174,14 @@ spec: value: $(params.prefetch-input-dev-package-managers) - name: input value: $(params.prefetch-input) + - name: enable-package-registry-proxy + value: $(params.enable-package-registry-proxy) - name: SOURCE_ARTIFACT value: $(tasks.clone-repository.results.SOURCE_ARTIFACT) - name: ociStorage value: $(params.output-image).prefetch - name: ociArtifactExpiresAfter value: $(params.image-expires-after) - - name: enable-package-registry-proxy - value: $(params.enable-package-registry-proxy) runAfter: - clone-repository taskRef: @@ -268,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 @@ -440,6 +468,8 @@ spec: value: $(tasks.build-image-index.results.IMAGE_DIGEST) - name: image-url value: $(tasks.build-image-index.results.IMAGE_URL) + - name: TARGET_DIRS + value: $(params.sast-target-dirs) - name: SOURCE_ARTIFACT value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT) - name: CACHI2_ARTIFACT @@ -466,6 +496,8 @@ spec: value: $(tasks.build-image-index.results.IMAGE_DIGEST) - name: image-url value: $(tasks.build-image-index.results.IMAGE_URL) + - name: TARGET_DIRS + value: $(params.sast-target-dirs) - name: SOURCE_ARTIFACT value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT) - name: CACHI2_ARTIFACT diff --git a/.tekton/kn-serving-activator-117-pull-request.yaml b/.tekton/kn-serving-activator-117-pull-request.yaml index 1c31255f5c0e..086484d63aa5 100755 --- a/.tekton/kn-serving-activator-117-pull-request.yaml +++ b/.tekton/kn-serving-activator-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-serving-activator-117-push.yaml b/.tekton/kn-serving-activator-117-push.yaml index 6aefde6b603b..9f2488ca32be 100755 --- a/.tekton/kn-serving-activator-117-push.yaml +++ b/.tekton/kn-serving-activator-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-autoscaler-117-pull-request.yaml b/.tekton/kn-serving-autoscaler-117-pull-request.yaml index e0356d95316d..4aba381cdecd 100755 --- a/.tekton/kn-serving-autoscaler-117-pull-request.yaml +++ b/.tekton/kn-serving-autoscaler-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-serving-autoscaler-117-push.yaml b/.tekton/kn-serving-autoscaler-117-push.yaml index a75c4670eb58..1030bfc0f502 100755 --- a/.tekton/kn-serving-autoscaler-117-push.yaml +++ b/.tekton/kn-serving-autoscaler-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-autoscaler-hpa-117-pull-request.yaml b/.tekton/kn-serving-autoscaler-hpa-117-pull-request.yaml index 7e197e3ef1a4..2d605669c387 100755 --- a/.tekton/kn-serving-autoscaler-hpa-117-pull-request.yaml +++ b/.tekton/kn-serving-autoscaler-hpa-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-serving-autoscaler-hpa-117-push.yaml b/.tekton/kn-serving-autoscaler-hpa-117-push.yaml index 018f1d3cf0ed..d66e941d671e 100755 --- a/.tekton/kn-serving-autoscaler-hpa-117-push.yaml +++ b/.tekton/kn-serving-autoscaler-hpa-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-cleanup-117-pull-request.yaml b/.tekton/kn-serving-cleanup-117-pull-request.yaml index 3c4910ee4392..8e634cbc7e5b 100755 --- a/.tekton/kn-serving-cleanup-117-pull-request.yaml +++ b/.tekton/kn-serving-cleanup-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-serving-cleanup-117-push.yaml b/.tekton/kn-serving-cleanup-117-push.yaml index bb45d5bdcdea..0f9c8405cd20 100755 --- a/.tekton/kn-serving-cleanup-117-push.yaml +++ b/.tekton/kn-serving-cleanup-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-controller-117-pull-request.yaml b/.tekton/kn-serving-controller-117-pull-request.yaml index c6e47d01d972..6c5381b8ba81 100755 --- a/.tekton/kn-serving-controller-117-pull-request.yaml +++ b/.tekton/kn-serving-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-serving-controller-117-push.yaml b/.tekton/kn-serving-controller-117-push.yaml index 32fc8d6d8081..ac6cf1c2600e 100755 --- a/.tekton/kn-serving-controller-117-push.yaml +++ b/.tekton/kn-serving-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-default-domain-117-pull-request.yaml b/.tekton/kn-serving-default-domain-117-pull-request.yaml index d3625977b4df..258c2f4b27db 100755 --- a/.tekton/kn-serving-default-domain-117-pull-request.yaml +++ b/.tekton/kn-serving-default-domain-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-serving-default-domain-117-push.yaml b/.tekton/kn-serving-default-domain-117-push.yaml index 7339063a6cc1..2e21222c41b0 100755 --- a/.tekton/kn-serving-default-domain-117-push.yaml +++ b/.tekton/kn-serving-default-domain-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-queue-117-pull-request.yaml b/.tekton/kn-serving-queue-117-pull-request.yaml index 52dbf725f3d9..eed8d5b77289 100755 --- a/.tekton/kn-serving-queue-117-pull-request.yaml +++ b/.tekton/kn-serving-queue-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-serving-queue-117-push.yaml b/.tekton/kn-serving-queue-117-push.yaml index 5ea33f153f66..997436bfda87 100755 --- a/.tekton/kn-serving-queue-117-push.yaml +++ b/.tekton/kn-serving-queue-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-storage-version-migration-117-pull-request.yaml b/.tekton/kn-serving-storage-version-migration-117-pull-request.yaml index d6f7b2654828..35b26ce3aa92 100755 --- a/.tekton/kn-serving-storage-version-migration-117-pull-request.yaml +++ b/.tekton/kn-serving-storage-version-migration-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-serving-storage-version-migration-117-push.yaml b/.tekton/kn-serving-storage-version-migration-117-push.yaml index 9d84f3d5fb5b..feb4ba0d4e33 100755 --- a/.tekton/kn-serving-storage-version-migration-117-push.yaml +++ b/.tekton/kn-serving-storage-version-migration-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-test-autoscale-117-pull-request.yaml b/.tekton/kn-serving-test-autoscale-117-pull-request.yaml index c89407f7d27e..3b822438f2d3 100755 --- a/.tekton/kn-serving-test-autoscale-117-pull-request.yaml +++ b/.tekton/kn-serving-test-autoscale-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-serving-test-autoscale-117-push.yaml b/.tekton/kn-serving-test-autoscale-117-push.yaml index c9ba542cc683..265192868148 100755 --- a/.tekton/kn-serving-test-autoscale-117-push.yaml +++ b/.tekton/kn-serving-test-autoscale-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-test-failing-117-pull-request.yaml b/.tekton/kn-serving-test-failing-117-pull-request.yaml index f85ecfca67eb..5bced6422978 100755 --- a/.tekton/kn-serving-test-failing-117-pull-request.yaml +++ b/.tekton/kn-serving-test-failing-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-serving-test-failing-117-push.yaml b/.tekton/kn-serving-test-failing-117-push.yaml index 63f954ec80a5..bda844d24624 100755 --- a/.tekton/kn-serving-test-failing-117-push.yaml +++ b/.tekton/kn-serving-test-failing-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-test-grpc-ping-117-pull-request.yaml b/.tekton/kn-serving-test-grpc-ping-117-pull-request.yaml index d3bf108ac3d0..970805864193 100755 --- a/.tekton/kn-serving-test-grpc-ping-117-pull-request.yaml +++ b/.tekton/kn-serving-test-grpc-ping-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-serving-test-grpc-ping-117-push.yaml b/.tekton/kn-serving-test-grpc-ping-117-push.yaml index b80ad62c0797..45740f015b4f 100755 --- a/.tekton/kn-serving-test-grpc-ping-117-push.yaml +++ b/.tekton/kn-serving-test-grpc-ping-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-test-hellohttp2-117-pull-request.yaml b/.tekton/kn-serving-test-hellohttp2-117-pull-request.yaml index 927ac3e8278b..68ab584e4724 100755 --- a/.tekton/kn-serving-test-hellohttp2-117-pull-request.yaml +++ b/.tekton/kn-serving-test-hellohttp2-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-serving-test-hellohttp2-117-push.yaml b/.tekton/kn-serving-test-hellohttp2-117-push.yaml index 21f2c6b0e782..1b6de01699cc 100755 --- a/.tekton/kn-serving-test-hellohttp2-117-push.yaml +++ b/.tekton/kn-serving-test-hellohttp2-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-test-hellovolume-117-pull-request.yaml b/.tekton/kn-serving-test-hellovolume-117-pull-request.yaml index 36afddede91b..fcf79c1f66b6 100755 --- a/.tekton/kn-serving-test-hellovolume-117-pull-request.yaml +++ b/.tekton/kn-serving-test-hellovolume-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-serving-test-hellovolume-117-push.yaml b/.tekton/kn-serving-test-hellovolume-117-push.yaml index 7a5b2da06388..b407407f5764 100755 --- a/.tekton/kn-serving-test-hellovolume-117-push.yaml +++ b/.tekton/kn-serving-test-hellovolume-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-test-helloworld-117-pull-request.yaml b/.tekton/kn-serving-test-helloworld-117-pull-request.yaml index 1d8dcb70ae60..ecbe83cc0f64 100755 --- a/.tekton/kn-serving-test-helloworld-117-pull-request.yaml +++ b/.tekton/kn-serving-test-helloworld-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-serving-test-helloworld-117-push.yaml b/.tekton/kn-serving-test-helloworld-117-push.yaml index d9e35aa222b7..56a9c626f41e 100755 --- a/.tekton/kn-serving-test-helloworld-117-push.yaml +++ b/.tekton/kn-serving-test-helloworld-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-test-httpproxy-117-pull-request.yaml b/.tekton/kn-serving-test-httpproxy-117-pull-request.yaml index 1397528c6def..d051edbdeb80 100755 --- a/.tekton/kn-serving-test-httpproxy-117-pull-request.yaml +++ b/.tekton/kn-serving-test-httpproxy-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-serving-test-httpproxy-117-push.yaml b/.tekton/kn-serving-test-httpproxy-117-push.yaml index 390a6214d8d1..c8fe5e95189c 100755 --- a/.tekton/kn-serving-test-httpproxy-117-push.yaml +++ b/.tekton/kn-serving-test-httpproxy-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-test-pizzaplanetv1-117-pull-request.yaml b/.tekton/kn-serving-test-pizzaplanetv1-117-pull-request.yaml index 723b04173c28..1a108f6edae3 100755 --- a/.tekton/kn-serving-test-pizzaplanetv1-117-pull-request.yaml +++ b/.tekton/kn-serving-test-pizzaplanetv1-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-serving-test-pizzaplanetv1-117-push.yaml b/.tekton/kn-serving-test-pizzaplanetv1-117-push.yaml index 8ec59d8b4464..7b2b6146a018 100755 --- a/.tekton/kn-serving-test-pizzaplanetv1-117-push.yaml +++ b/.tekton/kn-serving-test-pizzaplanetv1-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-test-pizzaplanetv2-117-pull-request.yaml b/.tekton/kn-serving-test-pizzaplanetv2-117-pull-request.yaml index d0c913da50a7..e47c5b1ddcae 100755 --- a/.tekton/kn-serving-test-pizzaplanetv2-117-pull-request.yaml +++ b/.tekton/kn-serving-test-pizzaplanetv2-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-serving-test-pizzaplanetv2-117-push.yaml b/.tekton/kn-serving-test-pizzaplanetv2-117-push.yaml index 03ae21906942..621d238551ec 100755 --- a/.tekton/kn-serving-test-pizzaplanetv2-117-push.yaml +++ b/.tekton/kn-serving-test-pizzaplanetv2-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-test-readiness-117-pull-request.yaml b/.tekton/kn-serving-test-readiness-117-pull-request.yaml index c41ea5105f99..c225c0f720f0 100755 --- a/.tekton/kn-serving-test-readiness-117-pull-request.yaml +++ b/.tekton/kn-serving-test-readiness-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-serving-test-readiness-117-push.yaml b/.tekton/kn-serving-test-readiness-117-push.yaml index c83ca830945d..ed6888b5eab2 100755 --- a/.tekton/kn-serving-test-readiness-117-push.yaml +++ b/.tekton/kn-serving-test-readiness-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-test-revisionfailure-117-pull-request.yaml b/.tekton/kn-serving-test-revisionfailure-117-pull-request.yaml index c52486aff813..c7830c401c57 100755 --- a/.tekton/kn-serving-test-revisionfailure-117-pull-request.yaml +++ b/.tekton/kn-serving-test-revisionfailure-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-serving-test-revisionfailure-117-push.yaml b/.tekton/kn-serving-test-revisionfailure-117-push.yaml index be4841677f15..53e087bcadfa 100755 --- a/.tekton/kn-serving-test-revisionfailure-117-push.yaml +++ b/.tekton/kn-serving-test-revisionfailure-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-test-runtime-117-pull-request.yaml b/.tekton/kn-serving-test-runtime-117-pull-request.yaml index a887fa5c1d07..e9fb3466073e 100755 --- a/.tekton/kn-serving-test-runtime-117-pull-request.yaml +++ b/.tekton/kn-serving-test-runtime-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-serving-test-runtime-117-push.yaml b/.tekton/kn-serving-test-runtime-117-push.yaml index a75444847362..37a7534b7807 100755 --- a/.tekton/kn-serving-test-runtime-117-push.yaml +++ b/.tekton/kn-serving-test-runtime-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-test-servingcontainer-117-pull-request.yaml b/.tekton/kn-serving-test-servingcontainer-117-pull-request.yaml index 01e6e8213949..407cef562e11 100755 --- a/.tekton/kn-serving-test-servingcontainer-117-pull-request.yaml +++ b/.tekton/kn-serving-test-servingcontainer-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-serving-test-servingcontainer-117-push.yaml b/.tekton/kn-serving-test-servingcontainer-117-push.yaml index 99def9adf1b5..b9cf1b5ba7f5 100755 --- a/.tekton/kn-serving-test-servingcontainer-117-push.yaml +++ b/.tekton/kn-serving-test-servingcontainer-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-test-sidecarcontainer-117-pull-request.yaml b/.tekton/kn-serving-test-sidecarcontainer-117-pull-request.yaml index f291deb8d61a..d93ef2a7ca6d 100755 --- a/.tekton/kn-serving-test-sidecarcontainer-117-pull-request.yaml +++ b/.tekton/kn-serving-test-sidecarcontainer-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-serving-test-sidecarcontainer-117-push.yaml b/.tekton/kn-serving-test-sidecarcontainer-117-push.yaml index 93c17912bcb3..9fcfbd6a986f 100755 --- a/.tekton/kn-serving-test-sidecarcontainer-117-push.yaml +++ b/.tekton/kn-serving-test-sidecarcontainer-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-test-singlethreaded-117-pull-request.yaml b/.tekton/kn-serving-test-singlethreaded-117-pull-request.yaml index 7b40722b16b3..cb1032d4bd7d 100755 --- a/.tekton/kn-serving-test-singlethreaded-117-pull-request.yaml +++ b/.tekton/kn-serving-test-singlethreaded-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-serving-test-singlethreaded-117-push.yaml b/.tekton/kn-serving-test-singlethreaded-117-push.yaml index 6e5f7d665a3c..0f791d3c65b5 100755 --- a/.tekton/kn-serving-test-singlethreaded-117-push.yaml +++ b/.tekton/kn-serving-test-singlethreaded-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-test-slowstart-117-pull-request.yaml b/.tekton/kn-serving-test-slowstart-117-pull-request.yaml index f790a36069d9..4d42976ecab6 100755 --- a/.tekton/kn-serving-test-slowstart-117-pull-request.yaml +++ b/.tekton/kn-serving-test-slowstart-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-serving-test-slowstart-117-push.yaml b/.tekton/kn-serving-test-slowstart-117-push.yaml index bc7d0571bf7f..c7e989d41ec5 100755 --- a/.tekton/kn-serving-test-slowstart-117-push.yaml +++ b/.tekton/kn-serving-test-slowstart-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-test-timeout-117-pull-request.yaml b/.tekton/kn-serving-test-timeout-117-pull-request.yaml index a3ef02c7269e..4aa66ad568f1 100755 --- a/.tekton/kn-serving-test-timeout-117-pull-request.yaml +++ b/.tekton/kn-serving-test-timeout-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-serving-test-timeout-117-push.yaml b/.tekton/kn-serving-test-timeout-117-push.yaml index 50e2f01b5d4d..22d4c8f11e09 100755 --- a/.tekton/kn-serving-test-timeout-117-push.yaml +++ b/.tekton/kn-serving-test-timeout-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-test-volumes-117-pull-request.yaml b/.tekton/kn-serving-test-volumes-117-pull-request.yaml index 2d9a7b2fadc3..c06afbf7b13e 100755 --- a/.tekton/kn-serving-test-volumes-117-pull-request.yaml +++ b/.tekton/kn-serving-test-volumes-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-serving-test-volumes-117-push.yaml b/.tekton/kn-serving-test-volumes-117-push.yaml index cd666373e35f..38833a2b0502 100755 --- a/.tekton/kn-serving-test-volumes-117-push.yaml +++ b/.tekton/kn-serving-test-volumes-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-test-wsserver-117-pull-request.yaml b/.tekton/kn-serving-test-wsserver-117-pull-request.yaml index 6b5120e2fbd5..5c04be96b09b 100755 --- a/.tekton/kn-serving-test-wsserver-117-pull-request.yaml +++ b/.tekton/kn-serving-test-wsserver-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-serving-test-wsserver-117-push.yaml b/.tekton/kn-serving-test-wsserver-117-push.yaml index 5a59d868de58..9268d1fba646 100755 --- a/.tekton/kn-serving-test-wsserver-117-push.yaml +++ b/.tekton/kn-serving-test-wsserver-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 taskRunSpecs: - pipelineTaskName: sast-shell-check diff --git a/.tekton/kn-serving-webhook-117-pull-request.yaml b/.tekton/kn-serving-webhook-117-pull-request.yaml index 4f3dcf28a8bf..3dc9e8a130a1 100755 --- a/.tekton/kn-serving-webhook-117-pull-request.yaml +++ b/.tekton/kn-serving-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-serving-webhook-117-push.yaml b/.tekton/kn-serving-webhook-117-push.yaml index b2967a27eab6..89a10eaa0847 100755 --- a/.tekton/kn-serving-webhook-117-push.yaml +++ b/.tekton/kn-serving-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 taskRunSpecs: - pipelineTaskName: sast-shell-check