Closed dhaus67 closed 4 months ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by:
To complete the pull request process, please assign bobcatfish after the PR has been reviewed.
You can assign the PR to them by writing /assign @bobcatfish
in a comment when ready.
The full list of commands accepted by this bot can be found here.
/kind feature
Given that it is already indexed by artifactub, I wonder if that's worth changing now (as artifacthub might keep showing the "non-reachable" 4.0.0 release)
@vdemeester The main point why we wanted to make the version change was to be able to browse those tasks while using e.g. the OpenShift pipelines operator. Currently the tasks do not show up, and also while browsing https://hub.tekton.dev they also do not show up.
@dhaus67: PR needs rebase.
Not required anymore, as the Hub has been updated to display v1 Tasks.
Changes
As discussed within Slack, updating the version of the task to be according to guidelines.
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you review them:
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tep[ ] Complies with Catalog Organization TEP, see example. Note An issue has been filed to automate this validation
<kind>/<name>/<version>/name.yaml
README.md
at<kind>/<name>/<version>/README.md
metadata.labels
-app.kubernetes.io/version
the same as the<version>
of the resourcemetadata.annotations
tekton.dev/pipelines.minVersion
[ ] mandatory
spec.description
follows the conventionSee the contribution guide for more details.