Skip to content

Releases: skybet/cali

v0.4.0

08 Nov 15:05
Compare
Choose a tag to compare

0.4.0 - 2019-11-08

Added

  • Support for Go Modules - #56
  • Actively catching terminal resize - #44

Fixed

  • Don't set WorkDir to a constant if it is already set - #52

v0.3.0

04 Jun 20:13
Compare
Choose a tag to compare

0.3.0 - 2018-06-04

Removed

  • Remove auto-mount of aws credentials, from ~/.aws

Changed

  • expose cli.Name such that Cali apps can get their own name

v0.2.0

11 Apr 18:04
311d349
Compare
Choose a tag to compare

0.2.0 - 2018-04-11

Changed

  • Slight refactoring based on static analysis
  • DockerClient.InitDocker does nothing if Docker client was previously initialised
  • All DockerClient methods which rely on an initialised Docker client now run InitDocker. As a result, a few DockerClient methods now have the possibilities of returning errors: ContainerExists, ImageExists
  • Auto-detects whether host process is a terminal, and uses that to automatically decide whether to run container non-interactive
  • If running non-interactive, disable TTY on container

v0.1.2

07 Apr 18:29
5d97dd3
Compare
Choose a tag to compare

0.1.2 - 2018-04-07

Fixed

  • PullImage now always pulls as should be expected
  • StartContainer now only calls PullImage when the image does not exist locally
  • Other miscelaneous refactoring

v0.1.1

11 Feb 18:04
bd39741
Compare
Choose a tag to compare

0.1.1 - 2018-02-11

Added

  • This CHANGELOG file

Changed

  • Git data containers now have the repo name, branch and directory in the container name

v0.1.0

11 Feb 18:01
Compare
Choose a tag to compare

0.1.0 - 2018-02-03

Added

  • Tagged a stable version of Cali which devs can pin to