Skip to content

Releases: kool-dev/kool

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

1.9.2

04 Feb 13:13
f7c56be

Choose a tag to compare

Added

  • Workflow: scan for vulnerabilities on kooldev/kool Docker image upon pull requests (#260)

Fixed

  • Docker image build upon release fixed (#259)
  • Input/output redirection from within kool.yml (#263)

1.9.1

03 Feb 14:05
4b5eee7

Choose a tag to compare

Fixed

  • Race condition on kool status - #257
  • Multi-line scripts with recursive kool calls breaking due to bad arguments state between executions (#255)

1.9.0

01 Feb 22:21
0ba1621

Choose a tag to compare

Added

  • Automatic scanning for vulnerabilities with Grype when updating Docker image kooldev/kool (#246)
  • Added preset for Hugo, the static website generator (#244)
  • Fallback to container-based docker-compose when it is not available in the host (#243)

Changed

  • Optimized recursive calls to kool from kool.yml to be handled internally instead of creating a new process (#240)
  • Improving error message for typos on kool run (#252)
  • Project roadmap moved to Blog link (#250)
  • Improved PR template (#249)
  • README/SECURITY/CONTRIBUTING review and improvements (#249)
  • Upgraded docker-compose version in the final image kooldev/kool (#245)

Fixed

  • kool create target folder parameter passing (#244)
  • PR template configuration fixed (#242)
  • Documentation for version variable on release building (#238)

Removed

  • Removed undocumented Dockerfile from laravel preset (#247)

1.8.0

20 Jan 21:21
24d9156

Choose a tag to compare

Added

  • Added kool deploy exec command #231
  • Checks for new kool version on start #197

Changed

  • Refactored shell handling #202
  • Added fmt to presets parsing script #205
  • Refactored preset command #196, #209, #220, #236
  • Start and status commands iimprovements #223
  • kool.yml customization on preset command #226
  • Refactored deploy command #228, #231
  • Improved self-update messages #229
  • Removed flag --override from preset command, overriding files by default #235

Fixed

  • Exit execution after an timeout on deploy command #212
  • Docker version on GH action #233
  • Fixed extra error messages on commands and scripts that use MySql #234

Notes

1.7.0

25 Nov 17:18
fd71b81

Choose a tag to compare

Added

  • Added new environment variable to change the deploy timeout #193
  • Added new kool create command #198

Fixed

  • Fixed error message on deploy files compressing #192

Notes

1.6.1

30 Oct 17:08
f558281

Choose a tag to compare

Changed

  • Improved self-update task UX: #187
  • New fields in kool deploy: #190

Notes

1.6.0

23 Oct 23:13
10d1c2c

Choose a tag to compare

Added

  • Added the --verbose flag to all commands #168
  • Added kool preset (same behaviour as kool init) #172
  • Added kool_task interface to give the user some feedback about long tasks #170

Changed

  • Improved kool scripts fetching on kool run usage text #164
  • Added more feedback to the user on kool self-update #170
  • Deprecated kool init #177
  • Added scripts completion to kool run command #173
  • Upgrade cobra version #173

Fixed

  • Fixed UID handling on windows platform #175

Notes

  • Improved build_artifacts script usability #165

1.5.0

14 Oct 18:12
2b7adcd

Choose a tag to compare

Changed

  • kool init prompts a wizard to choose a preset if no preset is given #158
  • kool run' command usage help now has its available scripts (kool runorkool run --help`) #162

Fixes

  • Fixed TTY auto handling. Kool wasn't checking for input files #160
  • Fixed kool logs command when all containers have been removed, adding a friendly message #161

Notes

  • Added docs sync to GH Actions #155
  • improved testing coverage #156
  • Improved editor configuration for YML files #157