Releases: kool-dev/kool
Releases · kool-dev/kool
1.15.0
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
Full Changelog: 1.14.0...1.15.0
1.14.0
1.13.2
1.13.1
1.13.0
Added
- New
--rebuildflag tokool startandkool restartcommands - which will pull/build all images used on docker-compose.yml if necessary (#351) - New manual GH action to build the documentation as of
masterinstead 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
1.12.1
1.12.0
Added
- Add
--purgeflag tokool restartcommand (#341) - Add MariaDB as database option for Laravel and Symfony (#340)
- Add flag
--foregroundtokool startcommand (#338)
Changed
- Presets improvements (#343, #342, #322, #317)
- Always using
--remove-orphansDocker Compose flag onkool 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
1.11.0
Added
kool deploy logsand-coption tokool deploy exec(#311)- New option
--networktokool dockercommand (#302) - Added support to
.env.localfile with precedence to override.env(#296) - New option
--envtokool runcommand (#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
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