Add a new version of the catalog publish step action. This new version API is backwards compatible, as it adds one new optional parameter only, TKN_ARGS.
The new version includes the following changes:
latest version of tkn image set by default
sets two OCI labels org.opencontainers.image.description and org.opencontainers.image.version for each resource
accepts TKN_ARGS which is passed to all resources and can be used to set additional OCI labels as well as other settings
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
[x] Has a kind label. You can add one by adding a comment on this PR that
contains /kind <type>. Valid types are bug, cleanup, design, documentation,
feature, flake, misc, question, tep
Needs approval from an approver in each of these files:
- ~~[OWNERS](https://github.com/tektoncd/catalog/blob/main/OWNERS)~~ [vdemeester,vinamra28]
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
Changes
Add a new version of the catalog publish step action. This new version API is backwards compatible, as it adds one new optional parameter only,
TKN_ARGS
.The new version includes the following changes:
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[x] 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
[x] mandatory
spec.description
follows the conventionSee the contribution guide for more details.
/kind feature