Skip to content

Releases: kool-dev/kool

1.2.1

22 Sep 19:27
a2f668a

Choose a tag to compare

Fixed

  • fix docker input flag being wrongly toggled by TTY - #106

1.2.0

22 Sep 18:04

Choose a tag to compare

Added

  • Shell Autocompletion helper kool completion --help - #83
  • Wordpress preset - #94
  • Better colouring support for warning/success/error messages - #91

Fixed

  • kool run printing command caused error on output redirects - #79
  • kool run was forwarding script name as argument - #97

Changed

  • Commands automatic documentation generation - #78
  • Local development/golang-cli preset - cache GOPATH - #81

Notes

  • We have added a lot of test coverage - special thanks to @danielsuguimoto for his outstanding contributions on this! See #105, #92, #93, #93, #95, #99, #101, #103, #104
  • Code quality improved Acing Go Report - #82
  • Github Actions - #80
  • Added License scanning for asserting open source licenses compliance - #84
  • Created security note as per Github suggestion for best practices - #86

1.1.0

10 Sep 13:21

Choose a tag to compare

Added

  • kool logs command for getting containers logs (#70)
  • Support for output redirect on kool.yml scripts (#74)
  • Passing options to kool exec and kool docker like -p, --volume (#64 and #66)

Changed

  • Change kool docker volume mount to use :delegated flag (#65)
  • Refactored commands execution to new kool-dev/kool/cmd/shell package. (#72)

Fixed

  • Laravel preset - copying .env.example (#68)

Notes

  • On recent updates we started having lint checks on a CI fashion using GH actions which is meant to help improving code quality across the boarder.

1.0.17

08 Sep 12:17
b5611d2

Choose a tag to compare

Added

  • kool self-update command to update itself (#59)
  • Pre-image options parsing for kool docker passed properly to docker run (#56)

Fixed

  • kool run bad output when missing kool.yml on user context (#54)
  • Remove hard-coded version definition #57

Changed

  • README improvements

1.0.16

04 Sep 14:07

Choose a tag to compare

Added

  • Looking for kool scrits on user home directory (#38)
  • Windows support (#43)

Fixed

  • Fixed start command to look for exact match network name (#50)

1.0.15

31 Aug 14:17

Choose a tag to compare

Added

  • kool start: Adding check for docker daemon (#37)

Changed

  • Improved documentation on Getting started (#33)

Fixed

  • Mysql 8 command for Adonis preset (#34)

1.0.14

17 Aug 18:04
d96262b

Choose a tag to compare

Added

  • kool.yml so we can use kool for local development (#22)
  • cobra markdown documentation generation for commands

Changed

  • Go version now 1.15 (#22)

Fixes

  • Fixing service running status (#25)
  • Return error status code when kool deploy fails

1.0.13

09 Aug 04:13

Choose a tag to compare

  • Adding git to Docker image
  • Improving output for kool deploy

1.0.12

09 Aug 02:42

Choose a tag to compare

  • Improvement to tarball ignoring symlinks

1.0.11

07 Aug 15:19

Choose a tag to compare

  • Docs Improvements
  • Presets Improvements