Skip to content

Update release-version to 1.5.0#381

Merged
tommyd450 merged 1 commit into
mainfrom
update-release-version-1.5.0
Jul 24, 2026
Merged

Update release-version to 1.5.0#381
tommyd450 merged 1 commit into
mainfrom
update-release-version-1.5.0

Conversation

@tommyd450

Copy link
Copy Markdown

Summary

  • Update release-version parameter from 1.4.0 to 1.5.0 in all .tekton pipeline definitions

Test plan

  • Verify Tekton pipeline definitions are valid YAML
  • Confirm release-version is set to 1.5.0 in all pipeline files

🤖 Generated with Claude Code

Update the release-version parameter in Tekton pipeline definitions
to target the 1.5.0 release.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@qodo-for-securesign

Copy link
Copy Markdown

PR Summary by Qodo

Bump Tekton pipeline release-version to 1.5.0

⚙️ Configuration changes 🕐 Less than 5 minutes

Grey Divider

AI Description

• Update Tekton pipeline params to target release-version 1.5.0.
• Keep build/push behavior unchanged; only the release tag/version advances.
Diagram

graph TD
  A["Tekton pipeline YAMLs (4)"] --> B(["Tekton controller"]) --> C["Build/Push tasks"] --> D["Artifacts tagged 1.5.0"]
  subgraph Legend
    direction LR
    _file["Config file(s)"] ~~~ _svc(["Service"]) ~~~ _out["Output"]
  end
Loading
High-Level Assessment

The following are alternative approaches to this PR:

1. Centralize release-version via templating/overlay (Kustomize/Helm)
  • ➕ Single source of truth for release-version across all Tekton YAMLs
  • ➕ Reduces risk of missing one pipeline file during version bumps
  • ➖ Adds tooling/process overhead (templating step) to currently straightforward YAML updates
  • ➖ May be overkill if version bumps are infrequent and file count stays small

Recommendation: The direct in-place bump is appropriate for a small, low-risk change. If these version updates become frequent or the number of Tekton definitions grows, consider introducing a simple overlay/templating layer to keep release-version in one place and apply it consistently.

Files changed (4) +4 / -4

Other (4) +4 / -4
gitsign-cli-stack-pull-request.yamlBump release-version param to 1.5.0 +1/-1

Bump release-version param to 1.5.0

• Updates the Tekton parameter 'release-version' from 1.4.0 to 1.5.0 for the CLI stack pull-request pipeline definition.

.tekton/gitsign-cli-stack-pull-request.yaml

gitsign-cli-stack-push.yamlBump release-version param to 1.5.0 +1/-1

Bump release-version param to 1.5.0

• Updates the Tekton parameter 'release-version' from 1.4.0 to 1.5.0 for the CLI stack push pipeline definition.

.tekton/gitsign-cli-stack-push.yaml

gitsign-pull-request.yamlBump release-version param to 1.5.0 +1/-1

Bump release-version param to 1.5.0

• Updates the Tekton parameter 'release-version' from 1.4.0 to 1.5.0 for the gitsign pull-request pipeline definition.

.tekton/gitsign-pull-request.yaml

gitsign-push.yamlBump release-version param to 1.5.0 +1/-1

Bump release-version param to 1.5.0

• Updates the Tekton parameter 'release-version' from 1.4.0 to 1.5.0 for the gitsign push pipeline definition.

.tekton/gitsign-push.yaml

@qodo-for-securesign

Copy link
Copy Markdown

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

Qodo Logo

@tommyd450
tommyd450 merged commit 23c8522 into main Jul 24, 2026
7 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants