Skip to content

Releases: tilt-dev/ctlptl

v0.7.6

07 Mar 18:06
2d60485
Compare
Choose a tag to compare

Notable Changes

Updates to support Kind v0.12.0

Changelog

v0.7.5

02 Feb 16:53
0f3b2e4
Compare
Choose a tag to compare

Notable Changes

Fixed a bug in creating minikube with a registry. Thanks @ahamilton55 !

Changelog

  • 0f3b2e4 Fixes registry re-attachment with minikube (#186)
  • 8fd1387 Update version numbers: 0.7.4

v0.7.4

26 Jan 22:22
d7ec102
Compare
Choose a tag to compare

Changelog

  • 03d9955 Update version numbers: 0.7.3
  • d7ec102 cluster: adjust connection settings for docker-desktop 4.4.4 (#185)

v0.7.3

24 Jan 18:30
fc22904
Compare
Choose a tag to compare

Notable changes

  • Fixes an issue with setting up the registry on newer Minikube (>= 1.25), see #182 (thanks @ahamilton55)

Changelog

  • fc22904 Test #182 with Minikube 1.25 (#183)
  • 56e2e70 Update version numbers: 0.7.2
  • d8fd5f5 cluster: disconnect the registry before starting minikube, to prevent ip clashes (#181)

v0.7.2

14 Jan 02:16
37bafee
Compare
Choose a tag to compare

Notable Changes

  • Compatibility fixes for the latest Docker Desktop

Changelog

  • f6641db Update README.md
  • 2f55e93 Update version numbers: 0.7.1
  • 37bafee cluster: use the same socket the docker-desktop GUI uses (#179)

v0.7.1

13 Jan 23:00
a2a1cd9
Compare
Choose a tag to compare

Notable Changes

  • Compatibility fixes for the latest Docker Desktop
  • Support for minikube's --extra-config flag

Changelog

v0.7.0

04 Jan 16:31
50f1f29
Compare
Choose a tag to compare

Notable Changes

  • k3d support

Changelog

v0.6.2

10 Dec 20:54
304c33f
Compare
Choose a tag to compare

Changelog

  • e9181fc Increase default max pods limit in minikube (#155)
  • 30487ce Update version numbers: 0.6.1
  • 304c33f adding getting version from debug.ReadBuildInfo (#158)
  • 6681036 cluster: fix compilation warning. improve error message (#152)

Docker images

  • docker pull tiltdev/ctlptl:v0.6.2

v0.6.1

27 Oct 23:07
2fdc036
Compare
Choose a tag to compare

Changelog

9554114 Update version numbers: 0.6.0
2fdc036 upgrade to go 1.17 and make tests more robust (#151)

Docker images

  • docker pull tiltdev/ctlptl:v0.6.1

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