gardener / cc-utils

CI/CD utils for gardener project
Apache License 2.0
23 stars 29 forks source link

Add optional `references` to `ComponentArtefactId` #993

Closed 8R0WNI3 closed 3 months ago

8R0WNI3 commented 4 months ago

In case of runtime artefacts, the existence of a OCM component descriptor <component_name>:<component_version> where the defined artefact is referenced in does not have to exist. However, it may be related to such a component or artefact (or both). To allow expressing such semantics, a new field references is added, which allows defining such relations in a recursive manner.

What this PR does / why we need it:

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

Release note: