Skip to content
This repository was archived by the owner on Mar 15, 2019. It is now read-only.

Releases: thecodingmachine/kickoff-docker-php

v2.0.1

28 Aug 08:21
Compare
Choose a tag to compare

Changelog

  • Redis is no more the session handler of PHP if not enabled #36

v2.0.0

27 Aug 18:08
Compare
Choose a tag to compare

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

23 Aug 16:50
Compare
Choose a tag to compare
v2.0.0-rc3 Pre-release
Pre-release

Changelog

  • Updating Traefik version (1.3.5 -> 1.3.6) #33
  • Adding YAML extension (for Grav) #34

v2.0.0-rc2

22 Aug 12:36
Compare
Choose a tag to compare
v2.0.0-rc2 Pre-release
Pre-release

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

15 Aug 18:10
Compare
Choose a tag to compare
v2.0.0-rc1 Pre-release
Pre-release

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 and npm
  • orbit run toolbox has been replaced with orbit 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

08 Aug 15:43
Compare
Choose a tag to compare
v2.0.0-beta6 Pre-release
Pre-release

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

03 Aug 12:28
Compare
Choose a tag to compare

v2.0.0-beta4

02 Aug 17:08
Compare
Choose a tag to compare
v2.0.0-beta4 Pre-release
Pre-release

Changelog

  • Traefik 1.3.4 -> 1.3.5
  • Now using docker-sync clean instead of docker-sync stop
  • Stopping all containers before running docker-sync clean
  • Improving README.md (#12)

v2.0.0-beta3

01 Aug 16:28
Compare
Choose a tag to compare
v2.0.0-beta3 Pre-release
Pre-release

Changelog

  • Docker Sync issue (#13)
  • Toolbox scripts are now called (#14)

v2.0.0-beta2

31 Jul 10:31
Compare
Choose a tag to compare
v2.0.0-beta2 Pre-release
Pre-release

Changelog

  • Documentation improvements
  • Now using exact PHP version (7.1.7)