diff --git a/.github/workflows/dependabot-deps.yaml b/.github/workflows/dependabot-deps.yaml new file mode 100644 index 000000000000..eb1c4b622337 --- /dev/null +++ b/.github/workflows/dependabot-deps.yaml @@ -0,0 +1,44 @@ + +name: Dependabot + +on: + pull_request: + +permissions: + contents: write + +jobs: + update-deps: + name: Update deps + runs-on: ubuntu-latest + if: ${{ github.actor == 'dependabot[bot]' }} + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + ref: ${{ github.head_ref }} + path: ./src/github.com/${{ github.repository }} + fetch-depth: 0 + + - name: Setup Golang + uses: openshift-knative/hack/actions/setup-go@main + + - name: Install yq + run: | + go install github.com/mikefarah/yq/v3@latest + + - name: Generate files + working-directory: ./src/github.com/${{ github.repository }} + run: make generate-release + + - name: git push + working-directory: ./src/github.com/${{ github.repository }} + run: | + if ! git diff --exit-code --quiet + then + git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config --local user.name "github-actions[bot]" + git add . + git commit -m "Run make generate-release" + git push + fi diff --git a/.tekton/kn-serving-activator-115-pull-request.yaml b/.tekton/kn-serving-activator-115-pull-request.yaml index 4036b500f3fc..5d4b2a4f8024 100755 --- a/.tekton/kn-serving-activator-115-pull-request.yaml +++ b/.tekton/kn-serving-activator-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-activator-115-push.yaml b/.tekton/kn-serving-activator-115-push.yaml index 86f729f59069..9a1b3c769d7e 100755 --- a/.tekton/kn-serving-activator-115-push.yaml +++ b/.tekton/kn-serving-activator-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-autoscaler-115-pull-request.yaml b/.tekton/kn-serving-autoscaler-115-pull-request.yaml index 90a3656bbdee..694bd3f755ca 100755 --- a/.tekton/kn-serving-autoscaler-115-pull-request.yaml +++ b/.tekton/kn-serving-autoscaler-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-autoscaler-115-push.yaml b/.tekton/kn-serving-autoscaler-115-push.yaml index feffc899df0d..11d50a46919d 100755 --- a/.tekton/kn-serving-autoscaler-115-push.yaml +++ b/.tekton/kn-serving-autoscaler-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-autoscaler-hpa-115-pull-request.yaml b/.tekton/kn-serving-autoscaler-hpa-115-pull-request.yaml index 71fee3a614ec..1d9b23112a72 100755 --- a/.tekton/kn-serving-autoscaler-hpa-115-pull-request.yaml +++ b/.tekton/kn-serving-autoscaler-hpa-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-autoscaler-hpa-115-push.yaml b/.tekton/kn-serving-autoscaler-hpa-115-push.yaml index b54a2d4b3764..be4b90a0ef98 100755 --- a/.tekton/kn-serving-autoscaler-hpa-115-push.yaml +++ b/.tekton/kn-serving-autoscaler-hpa-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-cleanup-115-pull-request.yaml b/.tekton/kn-serving-cleanup-115-pull-request.yaml index a1e1d20a2ccc..ffc7364790d0 100755 --- a/.tekton/kn-serving-cleanup-115-pull-request.yaml +++ b/.tekton/kn-serving-cleanup-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-cleanup-115-push.yaml b/.tekton/kn-serving-cleanup-115-push.yaml index 9e8b60f32f12..c6b2138854eb 100755 --- a/.tekton/kn-serving-cleanup-115-push.yaml +++ b/.tekton/kn-serving-cleanup-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-controller-115-pull-request.yaml b/.tekton/kn-serving-controller-115-pull-request.yaml index 05a587e60726..36cbd2fd5d84 100755 --- a/.tekton/kn-serving-controller-115-pull-request.yaml +++ b/.tekton/kn-serving-controller-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-controller-115-push.yaml b/.tekton/kn-serving-controller-115-push.yaml index 5e71a0de0b74..b70d28804ee6 100755 --- a/.tekton/kn-serving-controller-115-push.yaml +++ b/.tekton/kn-serving-controller-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-dataplane-probe-115-pull-request.yaml b/.tekton/kn-serving-dataplane-probe-115-pull-request.yaml index 161dfdec91e9..38f1321a87c2 100755 --- a/.tekton/kn-serving-dataplane-probe-115-pull-request.yaml +++ b/.tekton/kn-serving-dataplane-probe-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-dataplane-probe-115-push.yaml b/.tekton/kn-serving-dataplane-probe-115-push.yaml index 888a3a64fe8a..fd2062ac3f6b 100755 --- a/.tekton/kn-serving-dataplane-probe-115-push.yaml +++ b/.tekton/kn-serving-dataplane-probe-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-default-domain-115-pull-request.yaml b/.tekton/kn-serving-default-domain-115-pull-request.yaml index e9d9864ee2c1..f66bfe6100bd 100755 --- a/.tekton/kn-serving-default-domain-115-pull-request.yaml +++ b/.tekton/kn-serving-default-domain-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-default-domain-115-push.yaml b/.tekton/kn-serving-default-domain-115-push.yaml index 8e47f4afd0b9..3149a6dab683 100755 --- a/.tekton/kn-serving-default-domain-115-push.yaml +++ b/.tekton/kn-serving-default-domain-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-load-test-115-pull-request.yaml b/.tekton/kn-serving-load-test-115-pull-request.yaml index c0f93881a0b1..6a9edcb7dfd1 100755 --- a/.tekton/kn-serving-load-test-115-pull-request.yaml +++ b/.tekton/kn-serving-load-test-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-load-test-115-push.yaml b/.tekton/kn-serving-load-test-115-push.yaml index 13347596dae8..8accae47b8cb 100755 --- a/.tekton/kn-serving-load-test-115-push.yaml +++ b/.tekton/kn-serving-load-test-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-queue-115-pull-request.yaml b/.tekton/kn-serving-queue-115-pull-request.yaml index 039cc180a60c..b470a8d16348 100755 --- a/.tekton/kn-serving-queue-115-pull-request.yaml +++ b/.tekton/kn-serving-queue-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-queue-115-push.yaml b/.tekton/kn-serving-queue-115-push.yaml index ad6f3a5cac18..59a4e71dfca0 100755 --- a/.tekton/kn-serving-queue-115-push.yaml +++ b/.tekton/kn-serving-queue-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-real-traffic-test-115-pull-request.yaml b/.tekton/kn-serving-real-traffic-test-115-pull-request.yaml index bc15c7e961d5..5768e8cefc37 100755 --- a/.tekton/kn-serving-real-traffic-test-115-pull-request.yaml +++ b/.tekton/kn-serving-real-traffic-test-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-real-traffic-test-115-push.yaml b/.tekton/kn-serving-real-traffic-test-115-push.yaml index 23c47baf9a69..e512e9b7bf32 100755 --- a/.tekton/kn-serving-real-traffic-test-115-push.yaml +++ b/.tekton/kn-serving-real-traffic-test-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-reconciliation-delay-115-pull-request.yaml b/.tekton/kn-serving-reconciliation-delay-115-pull-request.yaml index 149761b0ac0d..9fc6e212deab 100755 --- a/.tekton/kn-serving-reconciliation-delay-115-pull-request.yaml +++ b/.tekton/kn-serving-reconciliation-delay-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-reconciliation-delay-115-push.yaml b/.tekton/kn-serving-reconciliation-delay-115-push.yaml index 578abf8b0c35..09507ea1984e 100755 --- a/.tekton/kn-serving-reconciliation-delay-115-push.yaml +++ b/.tekton/kn-serving-reconciliation-delay-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-rollout-probe-115-pull-request.yaml b/.tekton/kn-serving-rollout-probe-115-pull-request.yaml index 8b7938538dd9..82dc0c15dc63 100755 --- a/.tekton/kn-serving-rollout-probe-115-pull-request.yaml +++ b/.tekton/kn-serving-rollout-probe-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-rollout-probe-115-push.yaml b/.tekton/kn-serving-rollout-probe-115-push.yaml index 61624bb5e66c..68c21b2e02a0 100755 --- a/.tekton/kn-serving-rollout-probe-115-push.yaml +++ b/.tekton/kn-serving-rollout-probe-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-scale-from-zero-115-pull-request.yaml b/.tekton/kn-serving-scale-from-zero-115-pull-request.yaml index b1d78cbc4327..e047b9451c0a 100755 --- a/.tekton/kn-serving-scale-from-zero-115-pull-request.yaml +++ b/.tekton/kn-serving-scale-from-zero-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-scale-from-zero-115-push.yaml b/.tekton/kn-serving-scale-from-zero-115-push.yaml index 16b049c7f65a..a4cb59f4aad4 100755 --- a/.tekton/kn-serving-scale-from-zero-115-push.yaml +++ b/.tekton/kn-serving-scale-from-zero-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-storage-version-migration-115-pull-request.yaml b/.tekton/kn-serving-storage-version-migration-115-pull-request.yaml index b5338d4b0bab..b390fe682dbe 100755 --- a/.tekton/kn-serving-storage-version-migration-115-pull-request.yaml +++ b/.tekton/kn-serving-storage-version-migration-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-storage-version-migration-115-push.yaml b/.tekton/kn-serving-storage-version-migration-115-push.yaml index 79cfa3f492f2..9cf05b2bdb9f 100755 --- a/.tekton/kn-serving-storage-version-migration-115-push.yaml +++ b/.tekton/kn-serving-storage-version-migration-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-test-autoscale-115-pull-request.yaml b/.tekton/kn-serving-test-autoscale-115-pull-request.yaml index f6cd28904dfb..1e4f3db3f54c 100755 --- a/.tekton/kn-serving-test-autoscale-115-pull-request.yaml +++ b/.tekton/kn-serving-test-autoscale-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-autoscale-115-push.yaml b/.tekton/kn-serving-test-autoscale-115-push.yaml index 8993b1db9f95..e246fa405430 100755 --- a/.tekton/kn-serving-test-autoscale-115-push.yaml +++ b/.tekton/kn-serving-test-autoscale-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-test-failing-115-pull-request.yaml b/.tekton/kn-serving-test-failing-115-pull-request.yaml index fd28ac4c87b3..42817e03ef25 100755 --- a/.tekton/kn-serving-test-failing-115-pull-request.yaml +++ b/.tekton/kn-serving-test-failing-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-failing-115-push.yaml b/.tekton/kn-serving-test-failing-115-push.yaml index 83a0b34f84d9..e615581d83ec 100755 --- a/.tekton/kn-serving-test-failing-115-push.yaml +++ b/.tekton/kn-serving-test-failing-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-test-grpc-ping-115-pull-request.yaml b/.tekton/kn-serving-test-grpc-ping-115-pull-request.yaml index a469d9d25a30..6a9a2e79bd23 100755 --- a/.tekton/kn-serving-test-grpc-ping-115-pull-request.yaml +++ b/.tekton/kn-serving-test-grpc-ping-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-grpc-ping-115-push.yaml b/.tekton/kn-serving-test-grpc-ping-115-push.yaml index 305d0ceeed88..25d19723b280 100755 --- a/.tekton/kn-serving-test-grpc-ping-115-push.yaml +++ b/.tekton/kn-serving-test-grpc-ping-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-test-hellohttp2-115-pull-request.yaml b/.tekton/kn-serving-test-hellohttp2-115-pull-request.yaml index 9fe841a9b564..ff32a31c45f0 100755 --- a/.tekton/kn-serving-test-hellohttp2-115-pull-request.yaml +++ b/.tekton/kn-serving-test-hellohttp2-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-hellohttp2-115-push.yaml b/.tekton/kn-serving-test-hellohttp2-115-push.yaml index d4a04c53970e..b8ed9423f40d 100755 --- a/.tekton/kn-serving-test-hellohttp2-115-push.yaml +++ b/.tekton/kn-serving-test-hellohttp2-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-test-hellovolume-115-pull-request.yaml b/.tekton/kn-serving-test-hellovolume-115-pull-request.yaml index baf10f0409c5..ad9b0265ef60 100755 --- a/.tekton/kn-serving-test-hellovolume-115-pull-request.yaml +++ b/.tekton/kn-serving-test-hellovolume-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-hellovolume-115-push.yaml b/.tekton/kn-serving-test-hellovolume-115-push.yaml index 17d5c2ece1c7..c08e424eb054 100755 --- a/.tekton/kn-serving-test-hellovolume-115-push.yaml +++ b/.tekton/kn-serving-test-hellovolume-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-test-helloworld-115-pull-request.yaml b/.tekton/kn-serving-test-helloworld-115-pull-request.yaml index af67f2ee4719..8f1e03fce43b 100755 --- a/.tekton/kn-serving-test-helloworld-115-pull-request.yaml +++ b/.tekton/kn-serving-test-helloworld-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-helloworld-115-push.yaml b/.tekton/kn-serving-test-helloworld-115-push.yaml index bf597045101d..766f23b0865c 100755 --- a/.tekton/kn-serving-test-helloworld-115-push.yaml +++ b/.tekton/kn-serving-test-helloworld-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-test-httpproxy-115-pull-request.yaml b/.tekton/kn-serving-test-httpproxy-115-pull-request.yaml index 301c5424101c..5e5922ae159c 100755 --- a/.tekton/kn-serving-test-httpproxy-115-pull-request.yaml +++ b/.tekton/kn-serving-test-httpproxy-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-httpproxy-115-push.yaml b/.tekton/kn-serving-test-httpproxy-115-push.yaml index 30b41199a438..3b3d3c607c5d 100755 --- a/.tekton/kn-serving-test-httpproxy-115-push.yaml +++ b/.tekton/kn-serving-test-httpproxy-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-test-pizzaplanetv1-115-pull-request.yaml b/.tekton/kn-serving-test-pizzaplanetv1-115-pull-request.yaml index 735aa6723d1d..5fc7649a219c 100755 --- a/.tekton/kn-serving-test-pizzaplanetv1-115-pull-request.yaml +++ b/.tekton/kn-serving-test-pizzaplanetv1-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-pizzaplanetv1-115-push.yaml b/.tekton/kn-serving-test-pizzaplanetv1-115-push.yaml index 7ee03ca8c079..f233e4072a78 100755 --- a/.tekton/kn-serving-test-pizzaplanetv1-115-push.yaml +++ b/.tekton/kn-serving-test-pizzaplanetv1-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-test-pizzaplanetv2-115-pull-request.yaml b/.tekton/kn-serving-test-pizzaplanetv2-115-pull-request.yaml index 966d6a310182..0671b8d5a864 100755 --- a/.tekton/kn-serving-test-pizzaplanetv2-115-pull-request.yaml +++ b/.tekton/kn-serving-test-pizzaplanetv2-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-pizzaplanetv2-115-push.yaml b/.tekton/kn-serving-test-pizzaplanetv2-115-push.yaml index f35b6e6d19f7..f35d84abb4a4 100755 --- a/.tekton/kn-serving-test-pizzaplanetv2-115-push.yaml +++ b/.tekton/kn-serving-test-pizzaplanetv2-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-test-readiness-115-pull-request.yaml b/.tekton/kn-serving-test-readiness-115-pull-request.yaml index 6803fc3bc6fc..c763f72ed096 100755 --- a/.tekton/kn-serving-test-readiness-115-pull-request.yaml +++ b/.tekton/kn-serving-test-readiness-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-readiness-115-push.yaml b/.tekton/kn-serving-test-readiness-115-push.yaml index eecce3ccbe54..936838f8745a 100755 --- a/.tekton/kn-serving-test-readiness-115-push.yaml +++ b/.tekton/kn-serving-test-readiness-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-test-revisionfailure-115-pull-request.yaml b/.tekton/kn-serving-test-revisionfailure-115-pull-request.yaml index 376b95939e0b..3fcf6b5b0780 100755 --- a/.tekton/kn-serving-test-revisionfailure-115-pull-request.yaml +++ b/.tekton/kn-serving-test-revisionfailure-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-revisionfailure-115-push.yaml b/.tekton/kn-serving-test-revisionfailure-115-push.yaml index 68613970189c..80d22a217abb 100755 --- a/.tekton/kn-serving-test-revisionfailure-115-push.yaml +++ b/.tekton/kn-serving-test-revisionfailure-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-test-runtime-115-pull-request.yaml b/.tekton/kn-serving-test-runtime-115-pull-request.yaml index 8d4e1af8a202..92933cfc4cfc 100755 --- a/.tekton/kn-serving-test-runtime-115-pull-request.yaml +++ b/.tekton/kn-serving-test-runtime-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-runtime-115-push.yaml b/.tekton/kn-serving-test-runtime-115-push.yaml index edd67f93442f..bf26de9721bf 100755 --- a/.tekton/kn-serving-test-runtime-115-push.yaml +++ b/.tekton/kn-serving-test-runtime-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-test-servingcontainer-115-pull-request.yaml b/.tekton/kn-serving-test-servingcontainer-115-pull-request.yaml index ec68e606244d..d3a69f429008 100755 --- a/.tekton/kn-serving-test-servingcontainer-115-pull-request.yaml +++ b/.tekton/kn-serving-test-servingcontainer-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-servingcontainer-115-push.yaml b/.tekton/kn-serving-test-servingcontainer-115-push.yaml index aed6c38000e7..d9d5dcd98a43 100755 --- a/.tekton/kn-serving-test-servingcontainer-115-push.yaml +++ b/.tekton/kn-serving-test-servingcontainer-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-test-sidecarcontainer-115-pull-request.yaml b/.tekton/kn-serving-test-sidecarcontainer-115-pull-request.yaml index 276eb531c6a4..7b17d7ee77a6 100755 --- a/.tekton/kn-serving-test-sidecarcontainer-115-pull-request.yaml +++ b/.tekton/kn-serving-test-sidecarcontainer-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-sidecarcontainer-115-push.yaml b/.tekton/kn-serving-test-sidecarcontainer-115-push.yaml index b8ae0d992c88..29ee99e7bc88 100755 --- a/.tekton/kn-serving-test-sidecarcontainer-115-push.yaml +++ b/.tekton/kn-serving-test-sidecarcontainer-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-test-singlethreaded-115-pull-request.yaml b/.tekton/kn-serving-test-singlethreaded-115-pull-request.yaml index d7f1320878b0..6875fd13a4d9 100755 --- a/.tekton/kn-serving-test-singlethreaded-115-pull-request.yaml +++ b/.tekton/kn-serving-test-singlethreaded-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-singlethreaded-115-push.yaml b/.tekton/kn-serving-test-singlethreaded-115-push.yaml index 75d56f912e0d..9c5917faa095 100755 --- a/.tekton/kn-serving-test-singlethreaded-115-push.yaml +++ b/.tekton/kn-serving-test-singlethreaded-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-test-slowstart-115-pull-request.yaml b/.tekton/kn-serving-test-slowstart-115-pull-request.yaml index 92fb99495fd0..68606c6c6c12 100755 --- a/.tekton/kn-serving-test-slowstart-115-pull-request.yaml +++ b/.tekton/kn-serving-test-slowstart-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-slowstart-115-push.yaml b/.tekton/kn-serving-test-slowstart-115-push.yaml index ac908ff6c4ab..4b00b7f9096f 100755 --- a/.tekton/kn-serving-test-slowstart-115-push.yaml +++ b/.tekton/kn-serving-test-slowstart-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-test-timeout-115-pull-request.yaml b/.tekton/kn-serving-test-timeout-115-pull-request.yaml index 49f241a2a845..b91c9a374119 100755 --- a/.tekton/kn-serving-test-timeout-115-pull-request.yaml +++ b/.tekton/kn-serving-test-timeout-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-timeout-115-push.yaml b/.tekton/kn-serving-test-timeout-115-push.yaml index 126a653850d2..8e9e8f0b4b7f 100755 --- a/.tekton/kn-serving-test-timeout-115-push.yaml +++ b/.tekton/kn-serving-test-timeout-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-test-volumes-115-pull-request.yaml b/.tekton/kn-serving-test-volumes-115-pull-request.yaml index 0d11d4b0d9da..b021f47fb138 100755 --- a/.tekton/kn-serving-test-volumes-115-pull-request.yaml +++ b/.tekton/kn-serving-test-volumes-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-volumes-115-push.yaml b/.tekton/kn-serving-test-volumes-115-push.yaml index ac0ce36f7899..3ea2eae056fb 100755 --- a/.tekton/kn-serving-test-volumes-115-push.yaml +++ b/.tekton/kn-serving-test-volumes-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-test-wsserver-115-pull-request.yaml b/.tekton/kn-serving-test-wsserver-115-pull-request.yaml index 40c9b600b786..5745585aec6f 100755 --- a/.tekton/kn-serving-test-wsserver-115-pull-request.yaml +++ b/.tekton/kn-serving-test-wsserver-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-test-wsserver-115-push.yaml b/.tekton/kn-serving-test-wsserver-115-push.yaml index 6fd03d900513..687bcd0d87a3 100755 --- a/.tekton/kn-serving-test-wsserver-115-push.yaml +++ b/.tekton/kn-serving-test-wsserver-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build diff --git a/.tekton/kn-serving-webhook-115-pull-request.yaml b/.tekton/kn-serving-webhook-115-pull-request.yaml index b3d07772ba5c..3f08937b82e3 100755 --- a/.tekton/kn-serving-webhook-115-pull-request.yaml +++ b/.tekton/kn-serving-webhook-115-pull-request.yaml @@ -25,7 +25,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic diff --git a/.tekton/kn-serving-webhook-115-push.yaml b/.tekton/kn-serving-webhook-115-push.yaml index e4c97a615a1a..b8244996ce73 100755 --- a/.tekton/kn-serving-webhook-115-push.yaml +++ b/.tekton/kn-serving-webhook-115-push.yaml @@ -24,7 +24,7 @@ spec: - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime - - VERSION=1.35.0 + - VERSION=1.35.1 - name: git-url value: '{{source_url}}' - name: hermetic @@ -36,7 +36,7 @@ spec: - name: additional-tags value: - $(context.pipelineRun.uid)-{{revision}} - - 1.35.0 + - 1.35.1 - latest pipelineRef: name: docker-build