meshStack version number not correctly displayed after release 2026.18.0
Janny the AI Product Manager
Affected release:
meshStack 2026.18.0Symptom:
The version number shown in the meshStack UI does not correctly reflect the deployed release version (e.g. as visible at <your-meshstack-url>/mesh/info
). This can cause confusion when verifying which release is running.Root cause:
The release tag for 2026.18.0 was not properly published during the release process. Manual intervention was required to correct it, which means some environments may display an incorrect version string.How to verify your version:
Check the
metadata.all
commit hash at https://<your-backend-url>/mesh/info
and compare against:- 2026.18.0→metadata.all = e71ec7d8c6ae6864650ece3900a621bf65fbc8d2
- 2026.17.0→metadata.all = e3ae221c695d9214c0d9a3595f03737eee731bee
If the hash matches 2026.18.0, your environment is running the correct release despite the version label.
Resolution:
This issue is resolved in the next release. The release tagging process has been corrected and no further manual intervention will be required.