-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
TEP-0115: Update Git Resolver example to use revision and pathInRepo fields #5238
TEP-0115: Update Git Resolver example to use revision and pathInRepo fields #5238
Conversation
/hold until tektoncd/resolution#75 is checked in |
/assign @jerop |
ac48bf5
to
a0b79c3
Compare
/assign @jerop |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@QuanZhang-William thank you for making these updates!
Please update the git resolver docs as well (specifically the params it takes): https://github.com/tektoncd/resolution/tree/main/gitresolver#parameters
NIT: there's a typo in you commit message title
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jerop The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel tektoncd/resolution#75 is merged |
@abayer please take a look 🙏🏾 |
Technically, this should probably wait until there's a release of Resolution, I guess? |
a0b79c3
to
13c9df0
Compare
Thanks @jerop! I have updated the commit message title. Will send out another PR to update git resolver doc soon. |
Git Resolver doc updated in PR TEP-0115: Update git resolver doc to use "revision" and "pathInRepo" fields |
Part of TEP-0115 Update git resolver example to use "revision" and "pathInRepo" fields to reflect the changes in [TEP-0115: Add git revision resolution suppot in Git Resolver](tektoncd/resolution#75) and [Add core Reconciler testing and fake resolver framework functions](tektoncd/resolution#51)
13c9df0
to
cee1533
Compare
@QuanZhang-William afaik we don't make releases for tektoncd/resolution - users install the resolvers by using |
/lgtm Ok, works for me. |
Part of TEP-0115
Update Git Resolver example to use
revision
andpathInRepo
fields to reflect the changes in TEP-0115: Add git revision resolution suppot in Git Resolver and Add core Reconciler testing and fake resolver framework functionsChanges
/kind misc
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes