Add default .ocm/branch-info.yaml file
#1048
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Introduces the
.ocm/branch-info.yamlfile which is used to collect release-data compatible to the format used by the endoflife.date project. Therefore, thesupported-versions-countas well asrelease-cadenceattributes are used to create an estimated end-of-life date ((estimated) EoL Date = Release Date + supported-versions-count * release-cadence). If there are irregular deviations from this rule, the release information may always be updated manually in the (internal) repository holding the release-data. Thesignificant-partis the version part which is subject of being maintained. In case of questions, please reach out to CICD team.Special notes for your reviewer:
The
.ocm/branch-info.yamlfile this PR introduces only contains the default values. This means, having no explicit branch info file is equivalent to having this file with the default values. Please adjust this PR/the file to reflect the release information which is actually valid for this component.How to categorize this PR?
/area delivery
/kind task
Which issue(s) this PR fixes:
NONE
Release note: