Hello Everyone,
I’m happy to announce the release of Trudesk v1.0.4
This is a minor bug fix release.
Trudesk v1.0.4 (2019-01-03)
Bug Fixes
- appearance: dark theme colors (7ac11ad)
- attachments: failed to upload on docker (36a5bcb)
- crash: idle users array out-of-bounds (ebacda9)
- mailer: undefined value error (b3658f1)
Reverts
- routes: miscommit (9198e47)
All deployment methods have been updated.
Updating from source & appliance update
- Log into the
console
-
cd /etc/trudesk/
or directory of trudesk installation git pull
git checkout v1.0.4
rm -rf node_modules && yarn install
yarn run build
pm2 restart trudesk
Note: A hard reset may be required if you modified files before. If so run git reset --hard
Docker Deployments
Switch the docker image tag to 1.0.4
. Note: If you’re on tag latest, 1.0, or 1
just re-pull the image.