Skip to content

v0.6.0

Compare
Choose a tag to compare
@dev-errant dev-errant released this 21 Oct 16:49
· 202 commits to main since this release
c2a767a

Notable Changes

  • Image registries now bind to 127.0.0.1 (localhost) by default (thanks @macno !)
  • For most use-cases, you should not notice this change (When using a remote Docker daemon, ctlptl will set up a network tunnel so that the traffic still goes through 127.0.0.1)
  • The Registry YAML now supports ListenAddress (or, from the cli, --listen-address) for binding to a different IP
  • Registries and remote Docker connections should now be much more robust in general (including fixes for Podman and Docker for Mac 4.1.0+)

Changelog

c80d03c Update version numbers: 0.5.9
e363f92 registry set bind ip and show it (#148)
c2a767a registry: make registry creation more robust (#150)
551f852 release: add docs generation to the release script (#149)

Docker images

  • docker pull tiltdev/ctlptl:v0.6.0