rancher / charts-build-scripts

Apache License 2.0
9 stars 32 forks source link

Regenerate index.yaml to only contain validating charts + local charts #54

Closed aiyengar2 closed 2 years ago

aiyengar2 commented 3 years ago

Currently, it is always a manual step to delete the old index.yaml, assets, and charts related to an unreleased chart that will no longer be released.

Instead, make charts should generate an index.yaml based on a new, sorted index.yaml that merges:

Once the index is generated, we should clean up any charts/ or assets/ whose URLs are untracked in the merged index.yaml.

Epic Issue: https://github.com/rancher/charts-build-scripts/issues/60

Jono-SUSE-Rancher commented 3 years ago

Hey @aiyengar2, can we do manual steps in the release process for v2.6.0 if we bump this to v2.6.1?

aiyengar2 commented 3 years ago

Hey @aiyengar2, can we do manual steps in the release process for v2.6.0 if we bump this to v2.6.1?

Yes that sounds good!

cbron commented 3 years ago

Can we move this to 2.6.2 ?