Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(HACBS-1780): implement bundle resolver to replace pipelineRef.bundle and taskRef.bundle #171

Merged
merged 1 commit into from
Mar 30, 2023

Conversation

happybhati
Copy link
Collaborator

@happybhati happybhati commented Feb 13, 2023

This commit contains the implementation of the Tekton bundle resolver, pipelineRef.bundle and taskRef.bundle are being deprecated and will be replaced by bundle resolver.

For the release-bundles repo the catalogs will be updated as part of this PR/ticket HACBS-1780

Signed-off-by: Happy [email protected]

@codecov
Copy link

codecov bot commented Mar 10, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.49 🎉

Comparison is base (fa6c6ad) 84.89% compared to head (e65095f) 85.38%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #171      +/-   ##
==========================================
+ Coverage   84.89%   85.38%   +0.49%     
==========================================
  Files          20       20              
  Lines         973     1006      +33     
==========================================
+ Hits          826      859      +33     
  Misses        103      103              
  Partials       44       44              
Impacted Files Coverage Δ
tekton/pipeline_run.go 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@happybhati happybhati marked this pull request as ready for review March 10, 2023 17:44
tekton/pipeline_run_test.go Outdated Show resolved Hide resolved
@happybhati happybhati changed the title feat(HACBS-1780): add bundle resolver feat(HACBS-1780): implement bundle resolver to replace pipelineRef.bundle and taskRef.bundle Mar 23, 2023
tekton/pipeline_run_test.go Outdated Show resolved Hide resolved
tekton/pipeline_run_test.go Outdated Show resolved Hide resolved
tekton/pipeline_run_test.go Outdated Show resolved Hide resolved
tekton/pipeline_run_test.go Outdated Show resolved Hide resolved
tekton/pipeline_run_test.go Outdated Show resolved Hide resolved
Implementation of tekton bundle resolver for the release-service
pipelineRef.bundle and taskRef.bundle are being deprecated.

Signed-off-by: Happy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants