Skip to content

Update release-version to 1.5.0#838

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

Update release-version to 1.5.0#838
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 10 minutes

Grey Divider

AI Description

• Update Tekton pipeline params to target release version 1.5.0.
• Keep PR/push pipeline definitions aligned on the same release value.
• Ensure CI/CD uses the latest release artifact/version consistently.
Diagram

graph TD
  A[".tekton/* pipeline YAMLs"] --> B(["Tekton Pipelines"]) --> C["Build/Release tasks"] --> D["Artifacts tagged 1.5.0"]
Loading
High-Level Assessment

The following are alternative approaches to this PR:

1. Centralize release version via templating (kustomize/helm/ytt)
  • ➕ Single source of truth for release-version across all pipeline YAMLs
  • ➕ Reduces risk of missing a file during future bumps
  • ➖ Adds a build/render step and tooling complexity for pipeline definitions
  • ➖ May require changes to how pipelines are applied/validated in CI
2. Set a default at trigger/runtime (Tekton Trigger param default/ConfigMap)
  • ➕ Avoids hardcoding the version in every PipelineRun definition
  • ➕ Allows changing the release version without editing multiple YAMLs
  • ➖ More indirection; reviewers must trace where the final value comes from
  • ➖ May not fit current pipeline invocation model

Recommendation: For a straightforward version bump, the current direct edits are appropriate and low risk. If release-version updates are frequent or files continue to multiply, consider centralizing the value via templating or runtime defaults to prevent drift and reduce repetitive changes.

Files changed (8) +8 / -8

Other (8) +8 / -8
client-server-pull-request.yamlBump release-version param to 1.5.0 +1/-1

Bump release-version param to 1.5.0

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

.tekton/client-server-pull-request.yaml

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

Bump release-version param to 1.5.0

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

.tekton/client-server-push.yaml

conforma-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 PipelineRun parameter 'release-version' from 1.4.0 to 1.5.0 for the conforma-cli-stack pull-request pipeline definition.

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

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

Bump release-version param to 1.5.0

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

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

cosign-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 PipelineRun parameter 'release-version' from 1.4.0 to 1.5.0 for the cosign-cli-stack pull-request pipeline definition.

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

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

Bump release-version param to 1.5.0

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

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

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

Bump release-version param to 1.5.0

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

.tekton/cosign-pull-request.yaml

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

Bump release-version param to 1.5.0

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

.tekton/cosign-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 ad07655 into main Jul 24, 2026
36 of 40 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