-
Notifications
You must be signed in to change notification settings - Fork 1
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
Migrate golang-build and golang-test resources #4
Conversation
Part of #3 |
task/golang-build/OWNERS
Outdated
approvers: | ||
- vdemeester | ||
reviewers: | ||
- vdemeester |
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.
should we add all the maintainers of current catalog here?
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.
Yeah, I did some further investigation. For reviewers we just need to add the name to the org.yaml file in the community repo: tektoncd/community#933.
For the approvers we need both the name in the org.yaml file and in the approvers
list in this OWNERS
file. So I removed the reviewers
list in this file and added all maintainers to the approvers
list. PTAL 😁
/documentation |
This commit - Migrated the [golang-build][golang-build] and [golang-test][golang-test] tasks from the central repo - Changed the `app.kubernetes.io/version` to `1.0.0` - Added new annotations required in [tep-0079][tep-0079] The tests will be updated and migrated in later PRs, the installation in the README.md file will be updated in later PRs. [golang-build]: https://github.com/tektoncd/catalog/tree/main/task/golang-build/0.3 [golang-test]: https://github.com/tektoncd/catalog/tree/main/task/golang-test/0.2 [tep-0079]: https://github.com/tektoncd/community/blob/main/teps/0079-tekton-catalog-support-tiers.md#cluster
06ec727
to
07f2cf2
Compare
testing purpose: /lgtm |
/lgtm |
This commit
app.kubernetes.io/version
to1.0.0
The tests will be updated and migrated in later PRs, the installation in the README.md file will be updated in later PRs.