-
Notifications
You must be signed in to change notification settings - Fork 36
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
Conversation
f26d6ed
to
1fc05eb
Compare
f940052
to
e2df606
Compare
Codecov ReportPatch coverage:
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
... 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. |
Implementation of tekton bundle resolver for the release-service pipelineRef.bundle and taskRef.bundle are being deprecated. Signed-off-by: Happy <[email protected]>
Changes suggested by David are implemented.
This commit contains the implementation of the Tekton bundle resolver,
pipelineRef.bundle
andtaskRef.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]