Closed
Description
Current situation
While new Kubernetes patch-level releases of all supported minor versions are auto-detected and the latest one is built, a similar feature is not implemented for docker, docker-compose, and wasmtime.
Impact
New versions need to be specified manually in order to be included in a release build.
Ideal future situation
New versions are automatically detected by release builds.
Ideally, the implementation is modular and makes it easy to add new components / sysexts to the release auto-build.
Follow-up tasks
- build new releases on a schedule (e.g. daily, weekly, etc) to keep "latest" release up to date with upstream releases.
automatically tag "latest" in the build instead of relying on manual tagging.Done. Release CI action will re-tag.