pangeo-data / helm-chart

Pangeo helm charts
https://pangeo-data.github.io/helm-chart/
21 stars 26 forks source link

Automate version bumps #124

Closed jhamman closed 3 years ago

jhamman commented 4 years ago

It would be really helpful if we could setup a bot to watch the two dependencies in this project (z2jh and dask-gateway) and open PRs whenever a new version is available. @jacobtomlinson has been creating some awesome github actions (example) that do this sort of thing and I'm wondering if those can be repurposed for this use case.

Charts to watch:

Fields to replace: https://github.com/pangeo-data/helm-chart/blob/6749ba1276f0eacc68bf23be4224504403cd2e99/pangeo/Chart.yaml#L5-L14

@jacobtomlinson - any pointers to get us started?

jacobtomlinson commented 4 years ago

Looks like you're doing great in your PR.

As you've spotted I haven't made an action for getting the latest version of a Helm chart yet. I am planning on doing this at some point for the RAPIDS helm chart, so you could be able to just reuse that.

scottyhq commented 4 years ago

@jhamman - do you think this action should just watch "stable" releases or much more frequent "development" releases https://jupyterhub.github.io/helm-chart/ ? Might want to manually bump to the current stable 0.9 and leave it there for a bit?