Skip to content

Releases: totara/totara-docker-dev

Release 1.2.0

24 Jan 01:34
788edfd
Compare
Choose a tag to compare

Changelog:

  • Fixed xdebug on PHP 7.0 #95
  • Added Behat details to README #85
  • Upgraded node version to 12 #93
  • Added MariaDB 10.2 support #92
  • Made various docker-compose improvements #92 and #84
  • Fixed tnpm command to work with other shells #90
  • Added memcached and (initial) igbinary support #86

Hotfix release

05 Dec 02:48
Compare
Choose a tag to compare

Fix fpm crashing when turning editing on in a course.

Fix PHP 7.4 support

21 Nov 22:17
Compare
Choose a tag to compare

Unfortunately through some mistake while rebasing/merging the changes for PHP 7.4 were only partly there.

This release fixes it and adds all necessary files to use PHP 7.4

PHP 5.3 / 7.4 and more

20 Nov 22:43
Compare
Choose a tag to compare

This is a new release which includes support for PHP 5.3 and PHP 7.4 RC.

All changes in this release:

Bugfixes:

  • Fixed JPEG support (#76)
  • Fixed outdated libssl version (#79)

Stable release

15 Sep 21:14
814fe10
Compare
Choose a tag to compare

This is the first release marked as stable.

It contains the following changes compared to the previous version:

  • Support for mutagen version 0.10.0 and newer (see upgrade notes), see #62
  • MariaDB now is fixed to 10.4, see #64
  • NPM Version is downgraded and fixed to 5.6.0, see #63
  • Contribution docs were added
  • Licence file was added

Upgrade notes

If you are using mutagen and you are not yet on version 0.10.0 or later make sure you follow these steps before you check out this version:

  • Make sure the containers are not running, tdown if necessary
  • Remove existing sync point with mutagen terminate totara
  • Shutdown daemon with mutagen daemon stop
  • Unregister daemon with mutagen daemon unregister
  • Upgrade mutagen to version 0.10.0 or newer
  • Register and start the daemon mutagen daemon register; mutagen daemon start
  • Checkout this version
  • Start your containers as usual with tup ...

Initial beta release

22 Aug 22:49
8548f85
Compare
Choose a tag to compare

This is the initial version using a proper release cycle.

In the future new features will be bundled into releases whereas the master will always contain the latest stable release.

We use git-flow. If you want to contribute please create a new feature branch based on the develop branch. If the feature or fix is ready please create a Pull Request pointing back at develop, not directly to master.

Releases are prepared in develop and merged into master when ready, tagged and released.