Skip to content

Version 1.2.1 - Auto-Update Fix

Choose a tag to compare

@Hemsby Hemsby released this 30 May 10:35

Fixed auto-update execution

What's Fixed

  • Auto-update now properly executes git commands and service restart
  • Improved error logging to help diagnose any future update issues

Background

v1.2.0 introduced the chart persistence feature but the auto-update execution had an issue with shell context that prevented the update from completing. This patch fixes that issue.

How to Update

If you're still on v1.2.0:

  • Git clone: Run 'git pull origin master'
  • Docker: Pull latest image and redeploy
  • Systemd: Run 'git pull' and restart the service

After updating to v1.2.1, the check-for-updates feature should work properly.