2 Commits
Author SHA1 Message Date
kfox1111andFaisal Memon 2d92b81ba4 Adds a changed-charts script to detect charts needing release (#892)
* Adds a changed-charts script to detect charts needing release

Shows charts where a release needs to be made, and in what order.

Example:
$ ./scripts/changed-charts.py
spire-lib
spire-identity-exchange
spire
spire-nested

Signed-off-by: Kevin Fox <[email protected]>

* Add deps that will change

Signed-off-by: Kevin Fox <[email protected]>

---------

Signed-off-by: Kevin Fox <[email protected]>
Co-authored-by: Faisal Memon <[email protected]>
2026-07-30 12:17:45 -07:00
Faisal Memon a40409ec53 Automate release bumps from the current branch (#831)
* Automate dependent chart release bumps

Signed-off-by: Faisal Memon <[email protected]>

* Use ruamel for chart dependency parsing

Signed-off-by: Faisal Memon <[email protected]>

* Simplify dependent chart graph helper

Signed-off-by: Faisal Memon <[email protected]>

* Add current-branch mode to release automation

Signed-off-by: Faisal Memon <[email protected]>

* Polish chart dependency helper

Signed-off-by: Faisal Memon <[email protected]>

---------

Signed-off-by: Faisal Memon <[email protected]>
2026-05-31 05:29:55 -07:00