Acknowledgements
Describe the bug
The recently released v11.2.5 installer is still pulling and installing the v11.2.4 Docker images instead of the new v11.2.5 images.
Regression Issue
Expected Behavior
The installer downloaded from the v11.2.5 release page should pull the v11.2.5 tagged Docker images from ghcr.io to actually apply the update.
Current Behavior
The script downloads ghcr.io/utmstack/utmstack/backend:v11.2.4, frontend:v11.2.4, etc. The system gets stuck on the previous version.
Reproduction Steps
- Download the installer on an on-premise Enterprise environment:
wget https://github.com/utmstack/UTMStack/releases/download/v11.2.5/installer
- Run the installer:
./installer
- Observe the download logs.
Possible Solution
Update the installer script to reference v11.2.5 tags, or push the v11.2.5 Docker images to the GitHub Container Registry if they haven't been published yet.
Additional Information/Context
Support informed us the fix (specifically for the File Classification dashboard) was released, but the update script is failing to pull the new version to our on-premise environment.
UTMStack Version
Stuck on v11.2.4 (Attempting to update to v11.2.5)
Operating System and version
Ubuntu / Debian Linux (On-Premise)
Hypervisor and Version | Server Vendor and Model
N/A - On-Premise VM
Browser and version
N/A - Terminal / CLI issue
Acknowledgements
Describe the bug
The recently released v11.2.5 installer is still pulling and installing the v11.2.4 Docker images instead of the new v11.2.5 images.
Regression Issue
Expected Behavior
The installer downloaded from the v11.2.5 release page should pull the
v11.2.5tagged Docker images from ghcr.io to actually apply the update.Current Behavior
The script downloads
ghcr.io/utmstack/utmstack/backend:v11.2.4,frontend:v11.2.4, etc. The system gets stuck on the previous version.Reproduction Steps
wget https://github.com/utmstack/UTMStack/releases/download/v11.2.5/installer./installerPossible Solution
Update the installer script to reference v11.2.5 tags, or push the v11.2.5 Docker images to the GitHub Container Registry if they haven't been published yet.
Additional Information/Context
Support informed us the fix (specifically for the File Classification dashboard) was released, but the update script is failing to pull the new version to our on-premise environment.
UTMStack Version
Stuck on v11.2.4 (Attempting to update to v11.2.5)
Operating System and version
Ubuntu / Debian Linux (On-Premise)
Hypervisor and Version | Server Vendor and Model
N/A - On-Premise VM
Browser and version
N/A - Terminal / CLI issue