Skip to content

Releases: tilt-dev/ctlptl

v0.6.0

21 Oct 16:49
c2a767a
Compare
Choose a tag to compare

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

20 Oct 14:28
2f6bbe7
Compare
Choose a tag to compare

⚠️ 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

08 Oct 18:08
868334c
Compare
Choose a tag to compare

Changelog

8cc3b98 Update version numbers: 0.5.7
868334c cluster: recreate socat tunnels if they die (#145)
799ab7e update release script (#143)

Docker images

  • docker pull tiltdev/ctlptl:v0.5.8

v0.5.7

29 Sep 00:46
2416185
Compare
Choose a tag to compare

Changelog

4482437 cluster: add rancher, k3d detection (#141)
077e9fb cluster: adjust timeouts to wait 5 minutes for kubernetes to start (#140)
2416185 cluster: improve local docker host detection (#142)
7889fd0 update install (#138)

Docker images

  • docker pull tiltdev/ctlptl:v0.5.7

v0.5.6

23 Sep 21:03
3bd8701
Compare
Choose a tag to compare

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

12 Jun 00:57
5bf70e6
Compare
Choose a tag to compare

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

v0.5.4

07 Jun 15:59
ad220c9
Compare
Choose a tag to compare

Changelog

ad220c9 circleci: update docker,kind (#112)
2aae4df cluster: support for kind v0.11.1 (#109) (#110)
c24e36d replace master with main (#111)

Docker images

  • docker pull tiltdev/ctlptl
  • docker pull tiltdev/ctlptl:v0.5.4

v0.5.3

20 May 15:38
5764c06
Compare
Choose a tag to compare

Changelog

5764c06 cluster: support for kind v0.11 (#108)

Docker images

  • docker pull tiltdev/ctlptl
  • docker pull tiltdev/ctlptl:v0.5.3

v0.5.2

12 Apr 15:58
80c2784
Compare
Choose a tag to compare

Changelog

80c2784 cluster: update docker-desktop client for new docker protocol. Fixes issue #105 (#106)

Docker images

  • docker pull tiltdev/ctlptl
  • docker pull tiltdev/ctlptl:v0.5.2

v0.5.1

26 Mar 17:43
b6f808a
Compare
Choose a tag to compare

Changelog

6b78d3b readme: add new features to readme (#102)
b6f808a upgrade to go 1.16, and build on ARM (#104)

Docker images

  • docker pull tiltdev/ctlptl
  • docker pull tiltdev/ctlptl:v0.5.1