I am looking for documentation on how to handle dagger version upgrades when using custom engines.
In my case, engines are self-hosed inside Kubernetes with the Github Actions Kubernetes controller and called from Github Actions via the dagger-for-github action.
At my work we also have a group of private dagger modules that also specify their own version.
Do you have a recommended process for upgrading versions across engine, CLI and modules?
Thanks in advance!