Skip to content

railpack v0.31.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jul 20:55
Immutable release. Only release title and notes can be modified.
ebb3c1c

CLI

New

  • Build: The build command now supports BuildKit cache import and export via --cache-from and --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 build now 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 with docker login first 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