Skip to content

Stable release

Compare
Choose a tag to compare
@derschatta derschatta released this 15 Sep 21:14
· 225 commits to master since this release
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 ...