Is there an existing issue for this?
Current Behavior
On PR #220,
With job https://github.com/kubewarden/helm-charts/actions/runs/4692840686,
Which is a new release for appVersion 1.6.0-rc6, from appVersion 1.6.0-rc5,
The automation incorrectly bumped the minor version of the charts.
This may be because the automation doesn't know that we are updating from an RC (rc5 to rc6), so then it bumps the minor version.
The automation incorrectly left appVersion of 1 chart without bumping. This may be because that chart didn't have new changes. (E.g: 79c35db).
Expected Behavior
The automation should only bump the rc suffix in version and appVersion.
In addition, the automation should also bump the rc suffix even for those charts that don't contain new changes, so all charts have the same suffix (e.g: -rc6). This means that all the catalog.cattle.io/auto-install will also be up-to-date. (e.g: )
Is there an existing issue for this?
Current Behavior
On PR #220,
With job https://github.com/kubewarden/helm-charts/actions/runs/4692840686,
Which is a new release for
appVersion1.6.0-rc6, fromappVersion1.6.0-rc5,The automation incorrectly bumped the minor
versionof the charts.This may be because the automation doesn't know that we are updating from an RC (
rc5torc6), so then it bumps the minor version.The automation incorrectly left
appVersionof 1 chart without bumping. This may be because that chart didn't have new changes. (E.g: 79c35db).Expected Behavior
The automation should only bump the
rcsuffix inversionandappVersion.In addition, the automation should also bump the
rcsuffix even for those charts that don't contain new changes, so all charts have the same suffix (e.g:-rc6). This means that all thecatalog.cattle.io/auto-installwill also be up-to-date. (e.g: )