Releases: tilt-dev/ctlptl
v0.6.0
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
v0.5.9
⚠️ Important Changes
Docker Desktop for macOS v4.1.0+ changed the behavior of port forwards in a backwards incompatible way that breaks local registries attached to a local cluster created with ctlptl
< 0.5.9.
You will need to re-create your registry + cluster using ctlptl
v0.5.9+ if you get errors pushing images to your local registry such as:
Get "http://localhost:57391/v2/": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
Changelog
f5d2f38 Update version numbers: 0.5.8
2f6bbe7 registry: fix port forward issues with Docker for Mac (#147)
Docker images
docker pull tiltdev/ctlptl:v0.5.9
v0.5.8
v0.5.7
v0.5.6
Notable Changes
- Improved healthchecks on cluster creation. Fixes #131
Changelog
f3e303e Simplify command-line install script (#126)
a808f0f Update INSTALL.md (#130)
73fa3b7 cluster: add healthchecks on cluster creation (#134)
365406c hack: auto-update install instructions (#135)
894d564 uncomment part that actually commits 😂 (#136)
3bd8701 vendor: update k8s deps (#137)
Docker images
docker pull tiltdev/ctlptl:v0.5.6
v0.5.5
Changelog
7354c94 cluster: fetch cluster info in parallel and add reasonable timeouts. (#118)
b3479a6 cluster: improve error message around kind/kubernetes release pinning (#121)
5bf70e6 cluster: improve error messages on docker-desktop client (#122)
72a3d25 cluster: refine check for local docker host and socat error messaging (#120)
02206a2 cmd: fix 'ctlptl create' segfault and improve i/o handling (#119)
Docker images
docker pull tiltdev/ctlptl
docker pull tiltdev/ctlptl:v0.5.5