Tungsten Dashboard 8.0.2
Build: 72
Release Date: 6 Oct 2025
Behavior Changes (4)
The following changes may affect existing scripts and integration tools. Any scripts or environment which make use of these tools should check and update for the new configuration:
General usability and Performance (4)
- The install script now determines whether to use
docker-composecommand or thedocker composeplugin automatically.docker-composeis not required anymore, when thedocker composeplugin is installed.Issue: TD2-236 - When adding a cluster, you can now progress through the form in steps using both “Next” button or Enter key.Issue: TD2-231
- Light/dark UI theme is now configurable in the Configuration screen.Issue: TD2-216
- Filtering clusters using search box is now case insensitive.Issue: TD2-208
Improvements, new features and functionality (4)
General usability and Performance (4)
- The tool
collect-diag.plhas been included in the installation directory and serves for collecting diagnostic information packages, useful for support cases.Issue: TD2-240 - The
getcertscript can now output the certificated encoded in base64 by specifying the new--base64option.Issue: TD2-224 - The Install script now has a new option
--reset, which resets configuration the files to their default state. Please use this option if your configuration is broken and you want to start with clean (default) configuration files. If updating an environment installed using docker compose from insecure to secure configuration, please use this new flag and start by specifying the configuration again.Issue: TD2-223 - Improvements made to the performance of parallel connection initialization to clustersIssue: TD2-180
Bug Fixes (14)
Installation and Deployment (1)
- Docker Compose installation method now offers to generate self-signed certificate for https connection. However this solution is only for development / testing and not recommended to use for production!Issue: TD2-239
General usability and Performance (13)
- Add cluster button is now visible in Dashboard widgets screen all the time.Issue: TD2-260
- Install script detects existing dashboard docker volume and offers user adequate solution to avoid corrupting existing dataIssue: TD2-248
- The following issues are now fixed:
- Adjusted timeouts to cluster connections so that connections to unresponsive servers timeout faster.
- Discovering the cluster topology no longer requires all clusters to respond or time out before updates are shown in the browser.
- Cluster connection to existing clusters during first status check is now asynchronous. Unresponsive clusters no longer prevent other connections from forming.
- If a cluster is removed while http request is happening, the results of those requests are properly ignored, preventing empty clusters from showing.
Issue: TD2-245 - Namespace label is now shown next to a cluster in Clusters sidebar menuIssue: TD2-244
- Connections per connector node and connection summaries now works properly with Tungsten Clusters version 8.0.1+Issue: TD2-243
- Cluster coordinators aggregation and presentation fixesIssue: TD2-241
- When adding a new cluster and pressing "Test connection" at the end of the form, all connection errors are shown above the button. Additionally, if testing the connection for a Tungsten Cluster running an older release (pre v8.0.0), the relevant error is also shown.Issue: TD2-238
- Namespace label is now visible in the Dashboard main screen cluster widgets, and invalid clusters. Namespace label serves also as a fast filter/link to search all clusters within specific namespaceIssue: TD2-235
- Minor UI graphical changes and fixesIssue: TD2-234
- General design fixes and improvementsIssue: TD2-232
- Standalone cluster now shows current coordinator on a service level view.Issue: TD2-230
- Unreachable clusters do not block healthy clusters anymore, when initializing the applicationIssue: TD2-228
- Search box now properly reflects URL query and filters section stateIssue: TD2-192