Announcement: Trudesk v1.0.8 Release

Hello everyone :wave:
Iโ€™m happy to announce the release of Trudesk v1.0.8 :clap:

:information_source: Current version must be at v1.0.7 in order to update

Trudesk v1.0.8 (2019-03-17)

Bug Fixes

  • accounts: new users have accessToken by default (4f36bb4)
  • accounts: space between group names (24a590b)
  • mailer: new-ticket template showing large profile pic (213bc05)
  • signup: #167 (5828301)
  • theme: dark theme dropdown select color (53751bd)

All deployment methods have been updated.

Updating from source

  1. Log into the console
  2. cd /etc/trudesk or directory of trudesk installation
  3. git pull
  4. git checkout v1.0.8
  5. yarn install
  6. pm2 restart trudesk

Note: A hard reset may be required if you modified files before. If so run git reset --hard

Note: Running yarn run build is no longer required. Build files are included in tagged releases

Docker Deployments

Switch the docker image tag to 1.0.8. Note: If youโ€™re on tag latest, 1.0, or 1 just re-pulled the image.

1 Like