Skip to content

Update release-version to 1.5.0 - #129

Open
tommyd450 wants to merge 1 commit into
mainfrom
update-release-version-1.5.0
Open

Update release-version to 1.5.0#129
tommyd450 wants to merge 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 release-version to 1.5.0

⚙️ Configuration changes 🕐 Less than 5 minutes

Grey Divider

AI Description

• Update Tekton pipeline params to use release version 1.5.0.
• Keep PR/push pipeline behavior unchanged aside from release targeting.
• Align all model-transparency pipelines on the same release version.
Diagram

graph TD
  A["Git event"] --> B["Tekton PR pipelines"] --> D["Build/release tasks"] --> E["Artifacts/images"]
  A --> C["Tekton push pipelines"] --> D
  B --> F["release-version=1.5.0"]
  C --> F
Loading
High-Level Assessment

The direct in-place bump of the release-version parameter is the simplest and least risky approach. Considered centralizing the version (e.g., via a shared Tekton param/ConfigMap/template) to prevent future drift, but the current change is small and already consistent across files.

Files changed (4) +4 / -4

Other (4) +4 / -4
model-transparency-cli-stack-main-pull-request.yamlBump CLI stack PR pipeline release-version to 1.5.0 +1/-1

Bump CLI stack PR pipeline release-version to 1.5.0

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

.tekton/model-transparency-cli-stack-main-pull-request.yaml

model-transparency-cli-stack-main-push.yamlBump CLI stack push pipeline release-version to 1.5.0 +1/-1

Bump CLI stack push pipeline release-version to 1.5.0

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

.tekton/model-transparency-cli-stack-main-push.yaml

model-transparency-go-pull-request.yamlBump Go PR pipeline release-version to 1.5.0 +1/-1

Bump Go PR pipeline release-version to 1.5.0

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

.tekton/model-transparency-go-pull-request.yaml

model-transparency-go-push.yamlBump Go push pipeline release-version to 1.5.0 +1/-1

Bump Go push pipeline release-version to 1.5.0

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

.tekton/model-transparency-go-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

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 41.90%. Comparing base (73a90c8) to head (02b1149).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #129   +/-   ##
=======================================
  Coverage   41.90%   41.90%           
=======================================
  Files          57       57           
  Lines        3625     3625           
=======================================
  Hits         1519     1519           
  Misses       1967     1967           
  Partials      139      139           
Flag Coverage Δ
unit 41.90% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sampras343

Copy link
Copy Markdown
Member

cli-stack failure can be ignored. I will work on a fix later

@tommyd450

Copy link
Copy Markdown
Author

/retest

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.

4 participants