Releases: kool-dev/kool
Releases · kool-dev/kool
1.10.1
1.10.0
Added
- Multi input/output redirecting on kool scripts #265
- New
kool sharecommand to make local environment available on kool.live #275 - New
kool deploy destroycommand that destroys the current deployed environment #276
Changed
- Improved error on kool deploy with missing files #273
kool stopcommand accepts arguments to stop individual services #274
Fixed
- GH action image build #264
kool statuswhen no containers are running #268- Docker-compose copy was broken #271
Notes
1.9.2
1.9.1
1.9.0
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-composewhen it is not available in the host (#243)
Changed
- Optimized recursive calls to
koolfromkool.ymlto 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-composeversion in the final imagekooldev/kool(#245)
Fixed
kool createtarget folder parameter passing (#244)- PR template configuration fixed (#242)
- Documentation for version variable on release building (#238)
Removed
- Removed undocumented Dockerfile from
laravelpreset (#247)
1.8.0
Added
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
--overridefrom 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
1.6.1
1.6.0
Added
- Added the
--verboseflag to all commands #168 - Added
kool preset(same behaviour askool init) #172 - Added
kool_taskinterface to give the user some feedback about long tasks #170
Changed
- Improved kool scripts fetching on
kool runusage text #164 - Added more feedback to the user on
kool self-update#170 - Deprecated
kool init#177 - Added scripts completion to
kool runcommand #173 - Upgrade cobra version #173
Fixed
- Fixed UID handling on windows platform #175
Notes
- Improved
build_artifactsscript usability #165
1.5.0
Changed
kool initprompts a wizard to choose a preset if no preset is given #158kool 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 logscommand when all containers have been removed, adding a friendly message #161