From 85039fa9ec79e81b02da753502749346cb1b1a62 Mon Sep 17 00:00:00 2001 From: Petr Pinkas Date: Fri, 26 Jun 2026 19:00:07 +0200 Subject: [PATCH] Update release-version to 1.4.2 --- .tekton/tuf-tool-pull-request.yaml | 2 +- .tekton/tuf-tool-push.yaml | 2 +- .tekton/tuffer-pull-request.yaml | 2 +- .tekton/tuffer-push.yaml | 2 +- .tekton/tuftool-cli-stack-pull-request.yaml | 2 +- .tekton/tuftool-cli-stack-push.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.tekton/tuf-tool-pull-request.yaml b/.tekton/tuf-tool-pull-request.yaml index 132627e3..5cd9f403 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.4.1" + value: "1.4.2" - name: git-url value: '{{source_url}}' - name: revision diff --git a/.tekton/tuf-tool-push.yaml b/.tekton/tuf-tool-push.yaml index 71e35729..0896d43a 100644 --- a/.tekton/tuf-tool-push.yaml +++ b/.tekton/tuf-tool-push.yaml @@ -23,7 +23,7 @@ metadata: spec: params: - name: release-version - value: "1.4.1" + value: "1.4.2" - name: git-url value: '{{source_url}}' - name: revision diff --git a/.tekton/tuffer-pull-request.yaml b/.tekton/tuffer-pull-request.yaml index 24ebde8a..cb6fe71e 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.4.1" + value: "1.4.2" - name: git-url value: '{{source_url}}' - name: revision diff --git a/.tekton/tuffer-push.yaml b/.tekton/tuffer-push.yaml index 08a09e38..bbd16d87 100644 --- a/.tekton/tuffer-push.yaml +++ b/.tekton/tuffer-push.yaml @@ -23,7 +23,7 @@ metadata: spec: params: - name: release-version - value: "1.4.1" + value: "1.4.2" - name: git-url value: '{{source_url}}' - name: revision diff --git a/.tekton/tuftool-cli-stack-pull-request.yaml b/.tekton/tuftool-cli-stack-pull-request.yaml index 8af9e855..597d5085 100644 --- a/.tekton/tuftool-cli-stack-pull-request.yaml +++ b/.tekton/tuftool-cli-stack-pull-request.yaml @@ -19,7 +19,7 @@ metadata: spec: params: - name: release-version - value: 1.4.1 + value: 1.4.2 - name: dockerfile value: Dockerfile.cli-stack.rh - name: git-url diff --git a/.tekton/tuftool-cli-stack-push.yaml b/.tekton/tuftool-cli-stack-push.yaml index 97e885ea..2e5ffee4 100644 --- a/.tekton/tuftool-cli-stack-push.yaml +++ b/.tekton/tuftool-cli-stack-push.yaml @@ -18,7 +18,7 @@ metadata: spec: params: - name: release-version - value: 1.4.1 + value: 1.4.2 - name: dockerfile value: Dockerfile.cli-stack.rh - name: git-url