From fb6113abb7a2fc37e09cfc1d250694994a33cb87 Mon Sep 17 00:00:00 2001 From: Tommy Dalton Date: Tue, 5 May 2026 11:13:43 +0100 Subject: [PATCH] Update release-version to 1.3.5 Update release-version parameter to 1.3.5 in Tekton pipeline files. Co-Authored-By: Claude Sonnet 4.5 --- .tekton/tuf-tool-pull-request.yaml | 2 +- .tekton/tuf-tool-push.yaml | 2 +- .tekton/tuffer-pull-request.yaml | 2 +- .tekton/tuffer-push.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.tekton/tuf-tool-pull-request.yaml b/.tekton/tuf-tool-pull-request.yaml index a74608bc..6c746ccd 100644 --- a/.tekton/tuf-tool-pull-request.yaml +++ b/.tekton/tuf-tool-pull-request.yaml @@ -23,7 +23,7 @@ metadata: spec: params: - name: release-version - value: "1.3.4" + value: "1.3.5" - name: git-url value: '{{source_url}}' - name: revision diff --git a/.tekton/tuf-tool-push.yaml b/.tekton/tuf-tool-push.yaml index a7dca293..e03bd315 100644 --- a/.tekton/tuf-tool-push.yaml +++ b/.tekton/tuf-tool-push.yaml @@ -22,7 +22,7 @@ metadata: spec: params: - name: release-version - value: "1.3.4" + value: "1.3.5" - name: git-url value: '{{source_url}}' - name: revision diff --git a/.tekton/tuffer-pull-request.yaml b/.tekton/tuffer-pull-request.yaml index a5918e15..8eaffe32 100644 --- a/.tekton/tuffer-pull-request.yaml +++ b/.tekton/tuffer-pull-request.yaml @@ -23,7 +23,7 @@ metadata: spec: params: - name: release-version - value: "1.3.4" + value: "1.3.5" - name: git-url value: '{{source_url}}' - name: revision diff --git a/.tekton/tuffer-push.yaml b/.tekton/tuffer-push.yaml index df1ac1ff..866f2c43 100644 --- a/.tekton/tuffer-push.yaml +++ b/.tekton/tuffer-push.yaml @@ -22,7 +22,7 @@ metadata: spec: params: - name: release-version - value: "1.3.4" + value: "1.3.5" - name: git-url value: '{{source_url}}' - name: revision