This repository was archived by the owner on Mar 15, 2019. It is now read-only.
Releases: thecodingmachine/kickoff-docker-php
Releases · thecodingmachine/kickoff-docker-php
v2.0.1
v2.0.0
First v2.0.0 stable release! 🥇
Changelog
From #35:
- New project structure
- Improved README
- Commands have been improved: better outputs, more understandable
- Possibility to disable one or more modules
- Improved restart strategy
- Handling many environments on the same host
- Updated Graylog server version (2.3.0-1 -> 2.3.1-1)
- Useless yet essential: now printing a nice whale to Stdout!!
v2.0.0-rc3
v2.0.0-rc2
Changelog
- Gd is now correctly installed #30
- Updating MongoDB version (3.4.6 -> 3.4.7)
- Updating RabbitMQ version (3.6.10 -> 3.6.11)
v2.0.0-rc1
First Release Candidate 🥇 !
Changelog
From #29:
- The Toolbox is now a simple container which only runs scripts
- The PHP-FPM is now the entrypoint where we can run commands like
composer
andnpm
orbit run toolbox
has been replaced withorbit run workspace
- prestissimo has been added to improve Composer performance
- Certifications path for environment <>
local
- Improved documentation
- Improved Docker Sync configuration (ignore some folders by default)
- Improved Toolbox scripts
- Improved user issue workaround on Linux (now setting GID too)
- Travis CI (note: AppVeyor is currently not working with Linux containers - http://help.appveyor.com/discussions/questions/2652-windows-server-2016#comment_42637798)
v2.0.0-beta6
Changelog
- Updating Graylog server version (2.3.0-rc.2-2 -> 2.3.0-1) #16
- Updating Composer version (1.1.2 -> 1.5.0) #17
- Updating phpredis version (3.1.2 -> 3.1.3) #18
- Updating RabbitMQ version (3.6 -> 3.6.10) #20
- Updating Redis version (3.2 -> 3.2.10) #21
- Minor refactoring of APCU version in Toolbox and PHP-FPM Dockerfiles #22
- Adding PHP Coding Standards Fixer #19
- Updating README.md
v2.0.0-beta5
v2.0.0-beta4
Changelog
- Traefik 1.3.4 -> 1.3.5
- Now using
docker-sync clean
instead ofdocker-sync stop
- Stopping all containers before running
docker-sync clean
- Improving README.md (#12)
v2.0.0-beta3
v2.0.0-beta2
Changelog
- Documentation improvements
- Now using exact PHP version (7.1.7)