rancher / ecm-distro-tools

Apache License 2.0
9 stars 27 forks source link

Fix lifecycle-status logging feature | charts-build-scripts automation related #436

Closed nicholasSUSE closed 2 months ago

nicholasSUSE commented 3 months ago

Scope

Repository to work on: charts-build-scripts repo Repository affected by automation: charts repo

The lifecycle-status feature is responsible for doing several comparisons to aid in the release of charts. One of these comparisons is:

These asset versions we call as charts to be forward-ported.

Within this comparison are coming some asset versions named with:

These "-rc" and/or "-rancher1" versions are used for testing. They should not be forward-ported.

This bug was seen after executing the implementation of make auto-forward-port

Task

nicholasSUSE commented 3 months ago

I have just validated with rancher-vsphere-c** that the pattern for versions with -rancher* is ok and used in production. This task will only remove "-rc" versions.

nicholasSUSE commented 2 months ago

This is done @briandowns