Skip to main content
Tungsten Dashboard

Tungsten Dashboard 8.0.2

Build: 72
Release Date: 6 Oct 2025
Release 8.0.2 contains a number of bug fixes and improvements to usability.

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-compose command or thedocker compose plugin automatically. docker-compose is not required anymore, when the docker compose plugin 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.pl has been included in the installation directory and serves for collecting diagnostic information packages, useful for support cases.
    Issue: TD2-240
  • The getcert script can now output the certificated encoded in base64 by specifying the new --base64 option.
    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 clusters
    Issue: 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 data
    Issue: 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 menu
    Issue: 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 fixes
    Issue: 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 namespace
    Issue: TD2-235
  • Minor UI graphical changes and fixes
    Issue: TD2-234
  • General design fixes and improvements
    Issue: 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 application
    Issue: TD2-228
  • Search box now properly reflects URL query and filters section state
    Issue: TD2-192