Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Latest commit

 

History

History
46 lines (37 loc) · 3.41 KB

CHANGELOG.md

File metadata and controls

46 lines (37 loc) · 3.41 KB

Change Log

v0.3.1 (2015/04/02)

  • Add images-update command
  • Add php7 support
  • Fix quoted environnement variable #52
  • Assumed default versions for each language #51
  • Add desktop notifications
  • Fix output of versbose mode with new lines

v0.3.0 (2015/02/25)

  • Better stability with updated docker-php library and error management
  • Services ! (check the dock)
  • Cleaning old images and tests

v0.2.4 (2014/08/01)

  • 1690410 Add php 5.6 support (@joelwurtz)
  • 99a9dea Remove hack for phpenv, as new images use phpenv (@joelwurtz)
  • 093a309 Add jolici binary to composer. (@nubs)
  • d494e90 Remove non-available builds from filesystem. (@nubs)
  • 0a715f8 Add support for gush (@cordoval)
  • 9714ab0 Use stable version for dependencies (@nubs)

v0.2.2 (2014/06/26)

  • 239a2de Update dependencies versions (@joelwurtz)

v0.2.1 (2014/05/15)

  • ad1ba9a Add ruby versions (@joelwurtz)
  • d697ee8 Encapsulate command in bash logged with profile support (@joelwurtz)
  • c9b86ce Add node js support (@joelwurtz)
  • 9b1c684 Add support for env variables (@joelwurtz)
  • d1cf3b7 Add timeout support, and set to 5 min by default (@joelwurtz)
  • 9a551c8 Add static progress bar when getting image from docker (@joelwurtz)
  • f6662c2 Make php dockerfile work when using phpenv specific action (like symfony) (@joelwurtz)

v0.2.0 (2014/02/21)

  • 7d85d78 Adding ruby to travis strategy (@joelwurtz)
  • 71364c3 Add a default timeout to 10min for long running build (@joelwurtz)
  • 7100908 Refactoring creation of Dockerfile with twig generation (@joelwurtz)

v0.1.1 (2014/01/18)

  • 69276ca Add travis ci support (@joelwurtz)
  • 8d469ec Add error management (@joelwurtz)
  • 945a31a Allow to override command when running test (@joelwurtz)