Skip to content

Releases: kool-dev/kool

1.15.0

05 Dec 19:12
94d5c8d

Choose a tag to compare

Added

  • kool recipe #386
  • Support to use docker-compose profile #392
  • preset: add expressjs preset #376
  • add build to linux/arm64 (aarch64) #382
  • PDF Recipe + kool recipes improvement #395

Fixed

  • Deploy error handling tweaks #397
  • upgrade dependency to address CVE-2020-16845 #380
  • Fix codeigniter preset #394
  • auto-updater - check write permission #381
  • fix error message when attempting exec on unstarted container #389
  • fix stdin polution messing up input stream #390
  • fix: task line cleanup - get terminal size #396

Changed

  • New Presets Structure #386
  • improve info: kool, docker, docker-compose version/paths #383
  • refactoring KoolService + shell.Shell handling #384

Documentation

  • docs: add links to CodeIgniter #374
  • Add awesome badge #387

Full Changelog: 1.14.0...1.15.0

1.14.0

13 Sep 22:10
56537fd

Choose a tag to compare

Added

  • New preset for CodeIgniter (#370)

Changed

  • Go version upgrade to 1.17 (#371)

1.13.2

10 Aug 14:40
2118a60

Choose a tag to compare

Fixed

  • Fixed a new bug uncovered by the latest release fix - edge case when using file input redirection on full non-TTY environment (#365)

1.13.1

09 Aug 12:44
4366dd5

Choose a tag to compare

Fixed

  • Fix container check for existingkool user on kool exec (#364)

Changed

  • Hugo preset ships using extended image (with more dependencies) (#363)

Documentation

  • Updates to the How It Works Doc Page (#362)
  • MySQL root user error troubleshooting on docs (#359)

1.13.0

03 Jul 13:15
cb268da

Choose a tag to compare

Added

  • New --rebuild flag to kool start and kool restart commands - which will pull/build all images used on docker-compose.yml if necessary (#351)
  • New manual GH action to build the documentation as of master instead of the latest release (#348)

Changed

  • Task "loading" component improved and added to more commands (kool status, kool stop) (#352)
  • Preset questions language tweaks (#350)

Documentation

  • README updates (#355)
  • Getting started menu (#347)
  • Docker images section (#346)
  • Snippets - generating PDFs (#345)

1.12.1

31 May 16:56
121dd3c

Choose a tag to compare

Fixed

  • kool -v on released binaries was showing development version, and not the correct release version (121dd3c)

1.12.0

31 May 15:49
dd83cd3

Choose a tag to compare

Added

  • Add --purge flag to kool restart command (#341)
  • Add MariaDB as database option for Laravel and Symfony (#340)
  • Add flag --foreground to kool start command (#338)

Changed

  • Presets improvements (#343, #342, #322, #317)
  • Always using --remove-orphans Docker Compose flag on kool stop (#339)
  • General refactoring (#330)

Fixed

  • Fix Docker Compose container usage with TTY automatic definition (#323)

Removed

  • Fossa analysis on CI pipeline due to too many false negatives (#314)

Documentation

  • README updates (#329)
  • Presets documentation (#317)
  • Wordpress doc update (#324)
  • Updated Slack community link (#344)

1.11.0

16 Apr 21:07
b8cf420

Choose a tag to compare

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

1.10.1

08 Mar 16:03
09c7fff

Choose a tag to compare

Fixed

  • Fixed database/cache templates and added healthcheck to them #280

Notes

1.10.0

23 Feb 15:53
5e641ac

Choose a tag to compare

Added

  • Multi input/output redirecting on kool scripts #265
  • New kool share command to make local environment available on kool.live #275
  • New kool deploy destroy command that destroys the current deployed environment #276

Changed

  • Improved error on kool deploy with missing files #273
  • kool stop command accepts arguments to stop individual services #274

Fixed

  • GH action image build #264
  • kool status when no containers are running #268
  • Docker-compose copy was broken #271

Notes

  • Documentation changes #269, #277
  • Added bot to close old issues #272