Skip to content

1.11.0

Compare
Choose a tag to compare
@fabriciojs fabriciojs released this 16 Apr 21:07
b8cf420

Added

  • kool deploy logs and -c option to kool deploy exec (#311)
  • New option --network to kool docker command (#302)
  • Added support to .env.local file with precedence to override .env (#296)
  • New option --env to kool run command (#292)
  • Experimental build for Mac M1 (#288)

Fixed

  • Refactored commands instances to fix recursive reuse of the same Flags pointer on commands (#291)

Changed

  • Updated to Go 1.16 (#288)
  • Commands descriptions (#305 #297 #285)
  • Added validations to kool deploy (#298)
  • Warn user when running a development build version (#295)

Removed

  • Cleaned up unused hidden command (#289)

Notes