gardener / cc-utils

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

Do not risk inconsistencies during component updates #998

Closed zkdev closed 3 months ago

zkdev commented 3 months ago

Rebasing git repository is not sufficient as component updates also consider component version range for release notes. Rather fail current component update build and trigger resource check, so next iteration will succeed.

What this PR does / why we need it:

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

Release note:

zkdev commented 3 months ago

We could also consider to check whether there will be merge conflicts prior to opening PR so there will be less noise, however I am not sure as this seems more error prone to me.