Skip to content

Releases: totara/totara-docker-dev

Release 1.3.1

Choose a tag to compare

@fabianderschatta fabianderschatta released this 02 Sep 12:03

This release contains the following improvements and fixes:

  • FIX: Remove totara network from linux docker host command [Thanks @markmetcalfe]
  • Fix tgrunt to work the same as tnpm
  • Fix freetds configuration for PHP 5.6 and lower
  • Helper script tdb for interacting with DB [Thanks @markmetcalfe]
  • Add support for the Oh My Zsh shell [Thanks @markmetcalfe]
  • Updated xdebug version to the most recent ones
  • Various improvements to existing t... commands
  • Updated README, adding more examples

Release 1.2.0

Choose a tag to compare

@fabianderschatta fabianderschatta released this 24 Jan 01:34
788edfd

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

Choose a tag to compare

@fabianderschatta fabianderschatta released this 05 Dec 02:48

Fix fpm crashing when turning editing on in a course.

Fix PHP 7.4 support

Choose a tag to compare

@fabianderschatta fabianderschatta released this 21 Nov 22:17

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

Choose a tag to compare

@fabianderschatta fabianderschatta released this 20 Nov 22:43

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

Choose a tag to compare

@fabianderschatta fabianderschatta released this 15 Sep 21:14
814fe10

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

Choose a tag to compare

@fabianderschatta fabianderschatta released this 22 Aug 22:49
8548f85

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.