Release 1.5.0
Note: This is a significant release. It is highly recommended that you update to this version, and replace the config.php that you use for your Totara sites with the config.php that is provided with this repository. Make sure to run tdown && tpull to ensure your containers are up to date.
Improvements:
- Add example
config.phpand rewrite aliases (#165 by @markmetcalfe) - Rewrite & move documentation into a wiki (#164 by @markmetcalfe)
- Resolve sites dynamically based on the host (#137 by @derschatta)
- Add ngrok support (#142 by @markmetcalfe)
- Add script for adding docker-dev hosts to
/etc/hosts(#160 by @markmetcalfe) - Add Apache HTTPD 2.4 container (#148 by @markmetcalfe)
- Add PHP 8.1 container (#156 by @samanthajayasinghe)
- Add MariaDB 10.6 container (#163 by @samanthajayasinghe)
- Make
tdbbackups compatible with Totara Box (#149 by @markmetcalfe) - Update nginx to the latest stable version (#162 by @derschatta)
- Add automatic check for updates (#131 by @markmetcalfe)
Fixes
- Fix broken MSSQL dependencies (#161 by @derschatta)
- Fix
tpullcommand not working when specifying individual container names (#168 by @markmetcalfe) - Fix errors when
tbashing into DB containers (#167 by @markmetcalfe) - Fix errors in
tdbwhen PHP is not installed (#166 by @markmetcalfe) - Disable oh-my-zsh update messages (#157 by @markmetcalfe)
- Fix missing
gdpackage on PHP 8.0 (#152 by @Arshanwer)