Immutable
release. Only release title and notes can be modified.
CLI
New
- Build: The
buildcommand now supports BuildKit cache import and export via--cache-fromand--cache-to, using the same syntax as docker buildx. For example:railpack build --cache-from type=registry,ref=my.registry/cache --cache-to type=registry,ref=my.registry/cache,mode=max .by @mvanhorn in #595 - Build:
railpack buildnow uses credentials from your Docker CLI config ($DOCKER_CONFIG, default~/.docker/config.json) so BuildKit can pull from and push to private registries. Log in withdocker loginfirst if needed. by @iloveitaly in #623 - Mise: Updated mise version from v2026.7.2 to v2026.7.5.
Internal improvements to testing, documentation, and refactoring by @iloveitaly.
Full Changelog: v0.30.1...v0.31.0